2016-04-21 22:13:49 +02:00
|
|
|
{
|
|
|
|
"name": "verdaccio",
|
2018-09-27 18:37:07 +02:00
|
|
|
"version": "4.0.0-alpha.0",
|
2016-04-21 22:13:49 +02:00
|
|
|
"description": "Private npm repository server",
|
|
|
|
"author": {
|
|
|
|
"name": "Alex Kocharin",
|
|
|
|
"email": "alex@kocharin.ru"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/verdaccio/verdaccio"
|
|
|
|
},
|
2018-01-17 22:29:00 +01:00
|
|
|
"main": "build/index.js",
|
2016-04-21 22:13:49 +02:00
|
|
|
"bin": {
|
2016-07-30 21:20:53 +02:00
|
|
|
"verdaccio": "./bin/verdaccio"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-05-13 23:12:31 +02:00
|
|
|
"@verdaccio/file-locking": "0.0.7",
|
2018-08-26 13:47:51 +02:00
|
|
|
"@verdaccio/local-storage": "1.2.0",
|
2018-01-16 07:56:52 +01:00
|
|
|
"@verdaccio/streams": "1.0.0",
|
2018-09-27 16:37:45 +02:00
|
|
|
"JSONStream": "1.3.4",
|
2018-07-27 20:59:51 +02:00
|
|
|
"async": "2.6.1",
|
|
|
|
"body-parser": "1.18.3",
|
2018-03-11 07:21:49 +01:00
|
|
|
"bunyan": "1.8.12",
|
2018-05-13 23:12:31 +02:00
|
|
|
"chalk": "2.4.1",
|
2018-09-27 16:37:45 +02:00
|
|
|
"commander": "2.18.0",
|
2018-07-27 20:59:51 +02:00
|
|
|
"compression": "1.7.3",
|
2018-09-27 16:37:45 +02:00
|
|
|
"cookies": "0.7.2",
|
2018-03-11 07:21:49 +01:00
|
|
|
"cors": "2.8.4",
|
2018-03-21 12:26:27 +01:00
|
|
|
"date-fns": "1.29.0",
|
2018-05-13 23:12:31 +02:00
|
|
|
"express": "4.16.3",
|
2018-03-11 07:21:49 +01:00
|
|
|
"global": "4.3.2",
|
2018-09-27 16:37:45 +02:00
|
|
|
"handlebars": "4.0.12",
|
|
|
|
"http-errors": "1.7.1",
|
|
|
|
"js-base64": "2.4.9",
|
2017-06-17 10:50:49 +02:00
|
|
|
"js-string-escape": "1.0.1",
|
2018-07-27 20:59:51 +02:00
|
|
|
"js-yaml": "3.12.0",
|
|
|
|
"jsonwebtoken": "8.3.0",
|
|
|
|
"lockfile": "1.0.4",
|
2018-09-27 16:37:45 +02:00
|
|
|
"lodash": "4.17.11",
|
2018-08-17 12:14:23 +02:00
|
|
|
"lunr-mutable-indexes": "2.3.1",
|
2018-09-27 16:37:45 +02:00
|
|
|
"marked": "0.5.1",
|
2018-07-27 20:59:51 +02:00
|
|
|
"mime": "2.3.1",
|
2018-03-11 07:21:49 +01:00
|
|
|
"minimatch": "3.0.4",
|
|
|
|
"mkdirp": "0.5.1",
|
2018-09-01 00:42:15 +02:00
|
|
|
"mv": "2.1.1",
|
2018-03-11 07:21:49 +01:00
|
|
|
"pkginfo": "0.4.1",
|
2018-09-27 16:37:45 +02:00
|
|
|
"request": "2.88.0",
|
|
|
|
"semver": "5.5.1",
|
2018-06-15 23:11:39 +02:00
|
|
|
"verdaccio-audit": "0.2.0",
|
2018-09-07 07:26:44 +02:00
|
|
|
"verdaccio-htpasswd": "0.2.2",
|
|
|
|
"verror": "1.10.0"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-09-27 16:37:45 +02:00
|
|
|
"@commitlint/cli": "7.1.2",
|
|
|
|
"@commitlint/config-conventional": "7.1.2",
|
2018-09-24 22:04:37 +02:00
|
|
|
"@material-ui/core": "3.1.0",
|
|
|
|
"@material-ui/icons": "3.0.1",
|
2018-09-27 18:01:57 +02:00
|
|
|
"@verdaccio/types": "3.7.2",
|
2017-11-05 13:09:44 +01:00
|
|
|
"babel-cli": "6.26.0",
|
2018-07-27 20:37:13 +02:00
|
|
|
"babel-core": "6.26.3",
|
2018-09-27 16:37:45 +02:00
|
|
|
"babel-eslint": "10.0.0",
|
|
|
|
"babel-jest": "23.6.0",
|
2018-07-27 20:37:13 +02:00
|
|
|
"babel-loader": "7.1.5",
|
2018-09-27 16:37:45 +02:00
|
|
|
"babel-plugin-dynamic-import-node": "2.1.0",
|
|
|
|
"babel-plugin-emotion": "9.2.10",
|
2018-02-11 09:58:33 +01:00
|
|
|
"babel-plugin-flow-runtime": "0.17.0",
|
2018-06-03 17:34:30 +02:00
|
|
|
"babel-plugin-syntax-dynamic-import": "6.18.0",
|
2018-01-15 23:26:15 +01:00
|
|
|
"babel-plugin-transform-async-to-generator": "6.24.1",
|
|
|
|
"babel-plugin-transform-class-properties": "6.24.1",
|
2018-07-27 20:37:13 +02:00
|
|
|
"babel-plugin-transform-decorators-legacy": "1.3.5",
|
2018-01-15 23:26:15 +01:00
|
|
|
"babel-plugin-transform-es2015-classes": "6.24.1",
|
2017-07-13 23:28:45 +02:00
|
|
|
"babel-plugin-transform-runtime": "6.23.0",
|
2018-01-15 23:26:15 +01:00
|
|
|
"babel-polyfill": "6.26.0",
|
2018-07-27 20:37:13 +02:00
|
|
|
"babel-preset-env": "1.7.0",
|
2018-01-15 23:26:15 +01:00
|
|
|
"babel-preset-es2015": "6.24.1",
|
2017-12-02 16:52:12 +01:00
|
|
|
"babel-preset-es2015-node4": "2.1.1",
|
2017-07-13 23:28:45 +02:00
|
|
|
"babel-preset-flow": "6.23.0",
|
|
|
|
"babel-preset-react": "6.24.1",
|
|
|
|
"babel-preset-stage-2": "6.24.1",
|
|
|
|
"babel-preset-stage-3": "6.24.1",
|
2018-01-16 00:40:10 +01:00
|
|
|
"babel-register": "6.26.0",
|
2017-10-22 12:28:38 +02:00
|
|
|
"babel-runtime": "6.26.0",
|
2018-07-26 19:56:53 +02:00
|
|
|
"bundlesize": "0.17.0",
|
2018-09-27 16:37:45 +02:00
|
|
|
"codecov": "3.1.0",
|
|
|
|
"cross-env": "5.2.0",
|
|
|
|
"css-loader": "1.0.0",
|
2018-03-02 23:28:15 +01:00
|
|
|
"element-theme-default": "1.4.13",
|
2018-09-27 16:37:45 +02:00
|
|
|
"emotion": "9.2.8",
|
|
|
|
"enzyme": "3.6.0",
|
|
|
|
"enzyme-adapter-react-16": "1.5.0",
|
|
|
|
"eslint": "5.6.0",
|
|
|
|
"eslint-config-google": "0.10.0",
|
|
|
|
"eslint-config-prettier": "3.1.0",
|
|
|
|
"eslint-loader": "2.1.1",
|
|
|
|
"eslint-plugin-babel": "5.2.0",
|
|
|
|
"eslint-plugin-flowtype": "2.50.1",
|
|
|
|
"eslint-plugin-import": "2.14.0",
|
|
|
|
"eslint-plugin-jest": "21.22.1",
|
2018-08-15 22:17:41 +02:00
|
|
|
"eslint-plugin-prettier": "2.6.2",
|
2018-09-27 16:37:45 +02:00
|
|
|
"eslint-plugin-react": "7.11.1",
|
|
|
|
"file-loader": "2.0.0",
|
|
|
|
"flow-bin": "0.81.0",
|
2018-03-02 23:28:15 +01:00
|
|
|
"flow-runtime": "0.17.0",
|
2018-04-27 05:52:24 +02:00
|
|
|
"friendly-errors-webpack-plugin": "1.7.0",
|
2018-01-15 07:52:12 +01:00
|
|
|
"github-markdown-css": "2.10.0",
|
2018-04-27 05:52:24 +02:00
|
|
|
"html-webpack-plugin": "3.2.0",
|
2018-02-25 20:37:59 +01:00
|
|
|
"husky": "0.15.0-rc.8",
|
2018-01-16 00:40:10 +01:00
|
|
|
"identity-obj-proxy": "3.0.0",
|
2017-06-17 10:50:49 +02:00
|
|
|
"in-publish": "2.0.0",
|
2018-09-27 16:37:45 +02:00
|
|
|
"jest": "23.6.0",
|
2018-07-27 20:37:13 +02:00
|
|
|
"jest-environment-jsdom": "23.4.0",
|
2018-06-30 01:13:25 +02:00
|
|
|
"jest-environment-jsdom-global": "1.1.0",
|
2018-07-27 20:37:13 +02:00
|
|
|
"jest-environment-node": "23.4.0",
|
2018-09-27 16:37:45 +02:00
|
|
|
"lint-staged": "7.3.0",
|
2017-07-13 23:28:45 +02:00
|
|
|
"localstorage-memory": "1.0.2",
|
2018-09-27 16:37:45 +02:00
|
|
|
"mini-css-extract-plugin": "0.4.3",
|
2018-07-27 20:37:13 +02:00
|
|
|
"node-mocks-http": "1.7.0",
|
2018-09-27 16:37:45 +02:00
|
|
|
"node-sass": "4.9.3",
|
2018-03-02 23:28:15 +01:00
|
|
|
"normalize.css": "8.0.0",
|
2018-09-27 16:37:45 +02:00
|
|
|
"optimize-css-assets-webpack-plugin": "5.0.1",
|
2018-02-11 00:12:13 +01:00
|
|
|
"ora": "1.4.0",
|
2018-09-27 16:37:45 +02:00
|
|
|
"prettier": "1.14.3",
|
|
|
|
"prop-types": "15.6.2",
|
|
|
|
"puppeteer": "1.8.0",
|
2018-08-20 16:29:47 +02:00
|
|
|
"react": "16.4.2",
|
|
|
|
"react-dom": "16.4.2",
|
2018-09-27 16:37:45 +02:00
|
|
|
"react-emotion": "9.2.8",
|
2018-06-03 17:34:30 +02:00
|
|
|
"react-hot-loader": "4.2.0",
|
2017-11-05 13:09:44 +01:00
|
|
|
"react-router-dom": "4.2.2",
|
|
|
|
"react-syntax-highlighter": "5.8.0",
|
|
|
|
"rimraf": "2.6.2",
|
2018-09-27 16:37:45 +02:00
|
|
|
"sass-loader": "7.1.0",
|
|
|
|
"source-map-loader": "0.2.4",
|
2018-07-27 20:37:13 +02:00
|
|
|
"standard-version": "4.4.0",
|
2018-09-27 16:37:45 +02:00
|
|
|
"style-loader": "0.23.0",
|
|
|
|
"stylelint": "9.5.0",
|
2018-07-27 20:37:13 +02:00
|
|
|
"stylelint-config-recommended-scss": "3.2.0",
|
2018-09-27 16:37:45 +02:00
|
|
|
"stylelint-scss": "3.3.1",
|
2018-07-27 20:37:13 +02:00
|
|
|
"stylelint-webpack-plugin": "0.10.5",
|
2018-09-27 16:37:45 +02:00
|
|
|
"supertest": "3.3.0",
|
|
|
|
"url-loader": "1.1.1",
|
2018-02-11 00:12:13 +01:00
|
|
|
"verdaccio-auth-memory": "0.0.4",
|
2018-07-27 20:37:13 +02:00
|
|
|
"verdaccio-memory": "1.0.3",
|
2018-09-27 16:37:45 +02:00
|
|
|
"webpack": "4.20.2",
|
|
|
|
"webpack-bundle-analyzer": "3.0.2",
|
|
|
|
"webpack-cli": "3.1.1",
|
|
|
|
"webpack-dev-server": "3.1.9",
|
|
|
|
"webpack-merge": "4.1.4",
|
|
|
|
"whatwg-fetch": "3.0.0"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"private",
|
|
|
|
"package",
|
|
|
|
"repository",
|
|
|
|
"registry",
|
2017-06-17 10:50:49 +02:00
|
|
|
"enterprise",
|
2016-04-21 22:13:49 +02:00
|
|
|
"modules",
|
|
|
|
"proxy",
|
2018-01-20 23:00:45 +01:00
|
|
|
"server",
|
|
|
|
"verdaccio"
|
2016-04-21 22:13:49 +02:00
|
|
|
],
|
|
|
|
"scripts": {
|
2017-07-29 00:19:40 +02:00
|
|
|
"release": "standard-version -a -s",
|
2018-01-16 09:33:27 +01:00
|
|
|
"prepublish": "in-publish && npm run build:webui && npm run code:build || not-in-publish",
|
2018-07-26 19:56:53 +02:00
|
|
|
"flow": "flow check",
|
2017-12-02 01:50:09 +01:00
|
|
|
"pretest": "npm run code:build",
|
2018-06-20 23:15:17 +02:00
|
|
|
"test": "npm run test:unit",
|
2018-09-03 21:11:52 +02:00
|
|
|
"test:clean": "npx jest --clearCache",
|
2018-09-20 09:53:29 +02:00
|
|
|
"test:unit": "cross-env NODE_ENV=test BABEL_ENV=test TZ=UTC FORCE_COLOR=1 jest --config ./jest.config.js --maxWorkers 2",
|
2018-06-24 10:11:52 +02:00
|
|
|
"test:functional": "cross-env NODE_ENV=testOldEnv jest --config ./test/jest.config.functional.js --testPathPattern ./test/functional/index*",
|
2018-06-18 22:58:09 +02:00
|
|
|
"test:e2e": "cross-env BABEL_ENV=testOldEnv jest --config ./test/jest.config.e2e.js",
|
2018-07-26 19:56:53 +02:00
|
|
|
"test:size": "bundlesize",
|
|
|
|
"test:all": "npm run build:webui && npm run test && npm run test:functional && npm run test:e2e && npm run test:size",
|
2017-12-02 15:17:08 +01:00
|
|
|
"pre:ci": "npm run lint && npm run build:webui",
|
2018-01-20 09:45:44 +01:00
|
|
|
"commitmsg": "commitlint -e $GIT_PARAMS",
|
2017-11-01 17:47:20 +01:00
|
|
|
"coverage:publish": "codecov",
|
2018-03-02 23:32:03 +01:00
|
|
|
"lint": "npm run flow && eslint . && npm run lint:css",
|
2017-07-14 07:51:48 +02:00
|
|
|
"lint:css": "stylelint 'src/**/*.scss' --syntax scss",
|
2017-12-02 16:29:15 +01:00
|
|
|
"dev:start": "cross-env BABEL_ENV=registry babel-node src/lib/cli",
|
|
|
|
"code:build": "cross-env BABEL_ENV=registry babel src/ --out-dir build/ --ignore src/webui/ --copy-files",
|
2018-04-08 21:05:32 +02:00
|
|
|
"code:docker-build": "cross-env BABEL_ENV=registry-docker babel src/ --out-dir build/ --ignore src/webui/ --copy-files",
|
2017-12-02 15:15:12 +01:00
|
|
|
"pre:webpack": "rimraf static/*",
|
2017-12-02 16:32:45 +01:00
|
|
|
"dev:webui": "cross-env BABEL_ENV=ui babel-node tools/dev.server.js",
|
2018-04-26 18:59:39 +02:00
|
|
|
"build:webui": "npm run pre:webpack && cross-env BABEL_ENV=ui webpack --config tools/webpack.prod.config.babel.js",
|
2017-07-22 18:21:49 +02:00
|
|
|
"build:docker": "docker build -t verdaccio . --no-cache",
|
2018-02-24 11:48:35 +01:00
|
|
|
"build:docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ."
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2017-12-04 07:04:10 +01:00
|
|
|
"node": ">=6.12.0",
|
2017-11-01 17:47:20 +01:00
|
|
|
"npm": ">=3"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"preferGlobal": true,
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org/"
|
|
|
|
},
|
2018-02-08 23:25:18 +01:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
2018-08-15 22:17:41 +02:00
|
|
|
"pre-commit": "lint-staged"
|
2018-02-08 23:25:18 +01:00
|
|
|
}
|
|
|
|
},
|
2018-08-15 22:17:41 +02:00
|
|
|
"lint-staged": {
|
2018-08-20 16:31:39 +02:00
|
|
|
"*.yaml": [
|
2018-08-21 08:05:34 +02:00
|
|
|
"prettier --parser yaml --no-config --single-quote --write",
|
|
|
|
"git add"
|
2018-08-20 16:31:39 +02:00
|
|
|
],
|
2018-08-15 22:17:41 +02:00
|
|
|
"*.js": [
|
|
|
|
"eslint .",
|
|
|
|
"prettier --write",
|
|
|
|
"git add"
|
|
|
|
]
|
|
|
|
},
|
2018-07-26 19:56:53 +02:00
|
|
|
"bundlesize": [
|
|
|
|
{
|
|
|
|
"path": "./static/vendor*.js",
|
|
|
|
"maxSize": "200 kB"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "./static/[0-9].*.js",
|
|
|
|
"maxSize": "20 kB"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "./static/[1-9].*.css",
|
2018-07-28 20:18:52 +02:00
|
|
|
"maxSize": "5 kB"
|
2018-07-26 19:56:53 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "./static/0.*.css",
|
|
|
|
"maxSize": "45 kB"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "./build/**/*.js",
|
|
|
|
"maxSize": "5.50 kB"
|
|
|
|
}
|
|
|
|
],
|
2018-01-20 09:45:44 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"commitlint": {
|
|
|
|
"extends": [
|
|
|
|
"@commitlint/config-conventional"
|
|
|
|
]
|
2018-02-17 06:57:18 +01:00
|
|
|
},
|
|
|
|
"collective": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio",
|
|
|
|
"logo": "https://opencollective.com/verdaccio/logo.txt"
|
2018-01-20 09:45:44 +01:00
|
|
|
}
|
2018-02-24 22:18:58 +01:00
|
|
|
}
|