2016-04-21 22:13:49 +02:00
|
|
|
{
|
|
|
|
"name": "verdaccio",
|
2018-01-28 20:51:15 +01:00
|
|
|
"version": "3.0.0-alpha.11",
|
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": {
|
2017-12-22 21:32:52 +01:00
|
|
|
"@verdaccio/file-locking": "0.0.5",
|
2018-01-17 08:37:58 +01:00
|
|
|
"@verdaccio/local-storage": "0.1.4",
|
2018-01-16 07:56:52 +01:00
|
|
|
"@verdaccio/streams": "1.0.0",
|
2016-04-21 22:13:49 +02:00
|
|
|
"JSONStream": "^1.1.1",
|
2017-01-19 16:14:53 +01:00
|
|
|
"apache-md5": "^1.1.2",
|
2017-12-02 16:52:12 +01:00
|
|
|
"async": "^2.6.0",
|
2016-04-21 22:13:49 +02:00
|
|
|
"body-parser": "^1.15.0",
|
|
|
|
"bunyan": "^1.8.0",
|
2017-12-02 16:52:12 +01:00
|
|
|
"chalk": "^2.3.0",
|
|
|
|
"commander": "^2.12.2",
|
2017-11-05 13:09:44 +01:00
|
|
|
"compression": "1.7.1",
|
2017-07-06 16:42:36 +02:00
|
|
|
"cookies": "^0.7.0",
|
|
|
|
"cors": "^2.8.3",
|
2017-11-05 13:09:44 +01:00
|
|
|
"express": "4.16.2",
|
2017-06-17 10:50:49 +02:00
|
|
|
"global": "^4.3.2",
|
2017-11-05 13:09:44 +01:00
|
|
|
"handlebars": "4.0.11",
|
2016-04-21 22:13:49 +02:00
|
|
|
"http-errors": "^1.4.0",
|
2017-06-17 10:50:49 +02:00
|
|
|
"js-string-escape": "1.0.1",
|
2016-04-21 22:13:49 +02:00
|
|
|
"js-yaml": "^3.6.0",
|
2017-11-05 13:09:44 +01:00
|
|
|
"jsonwebtoken": "^8.1.0",
|
2016-05-01 11:02:01 +02:00
|
|
|
"lockfile": "^1.0.1",
|
2017-06-17 11:35:28 +02:00
|
|
|
"lodash": "4.17.4",
|
2016-04-21 22:13:49 +02:00
|
|
|
"lunr": "^0.7.0",
|
2018-01-15 07:52:12 +01:00
|
|
|
"marked": "0.3.12",
|
2017-11-05 13:09:44 +01:00
|
|
|
"mime": "^2.0.3",
|
2017-04-17 12:57:03 +02:00
|
|
|
"minimatch": "^3.0.2",
|
2016-04-21 22:13:49 +02:00
|
|
|
"mkdirp": "^0.5.1",
|
|
|
|
"pkginfo": "^0.4.0",
|
|
|
|
"request": "^2.72.0",
|
2018-01-16 23:57:44 +01:00
|
|
|
"semver": "^5.5.0",
|
2017-07-15 23:22:11 +02:00
|
|
|
"unix-crypt-td-js": "^1.0.0"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-01-22 07:47:25 +01:00
|
|
|
"@commitlint/cli": "6.0.2",
|
|
|
|
"@commitlint/config-conventional": "6.0.2",
|
|
|
|
"@commitlint/travis-cli": "6.0.2",
|
2018-01-16 00:40:10 +01:00
|
|
|
"@verdaccio/types": "0.2.0",
|
2017-12-02 16:52:12 +01:00
|
|
|
"axios": "0.17.1",
|
2017-11-05 13:09:44 +01:00
|
|
|
"babel-cli": "6.26.0",
|
2017-10-22 12:28:38 +02:00
|
|
|
"babel-core": "6.26.0",
|
2018-01-15 07:52:12 +01:00
|
|
|
"babel-eslint": "8.2.1",
|
2018-01-15 23:26:15 +01:00
|
|
|
"babel-jest": "22.1.0",
|
2017-10-22 12:28:38 +02:00
|
|
|
"babel-loader": "7.1.2",
|
2017-12-02 16:52:12 +01:00
|
|
|
"babel-plugin-flow-runtime": "0.15.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",
|
2017-07-13 23:28:45 +02:00
|
|
|
"babel-plugin-transform-decorators-legacy": "1.3.4",
|
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",
|
2017-11-05 13:09:44 +01:00
|
|
|
"babel-preset-env": "1.6.1",
|
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-01-15 07:52:12 +01:00
|
|
|
"codecov": "3.0.0",
|
|
|
|
"cross-env": "5.1.3",
|
2018-01-20 09:12:16 +01:00
|
|
|
"css-loader": "0.28.9",
|
2018-01-15 07:52:12 +01:00
|
|
|
"element-react": "1.4.5",
|
2017-12-02 16:52:12 +01:00
|
|
|
"element-theme-default": "1.4.12",
|
2018-01-16 00:40:10 +01:00
|
|
|
"enzyme": "3.3.0",
|
|
|
|
"enzyme-adapter-react-16": "1.1.1",
|
2018-01-15 07:52:12 +01:00
|
|
|
"eslint": "4.15.0",
|
2017-11-05 13:09:44 +01:00
|
|
|
"eslint-config-google": "0.9.1",
|
|
|
|
"eslint-loader": "1.9.0",
|
|
|
|
"eslint-plugin-babel": "4.1.2",
|
2018-01-15 07:52:12 +01:00
|
|
|
"eslint-plugin-flowtype": "2.41.0",
|
2017-11-05 13:09:44 +01:00
|
|
|
"eslint-plugin-import": "2.8.0",
|
2018-01-20 10:17:37 +01:00
|
|
|
"eslint-plugin-jest": "21.7.0",
|
2018-01-13 16:49:39 +01:00
|
|
|
"eslint-plugin-react": "7.5.1",
|
2017-11-05 13:09:44 +01:00
|
|
|
"extract-text-webpack-plugin": "3.0.2",
|
2018-01-15 07:52:12 +01:00
|
|
|
"file-loader": "1.1.6",
|
2018-01-15 23:40:47 +01:00
|
|
|
"flow-bin": "0.63.1",
|
2017-12-02 16:52:12 +01:00
|
|
|
"flow-runtime": "0.16.0",
|
2017-07-13 23:28:45 +02:00
|
|
|
"friendly-errors-webpack-plugin": "1.6.1",
|
2018-01-15 07:52:12 +01:00
|
|
|
"github-markdown-css": "2.10.0",
|
2017-11-05 13:09:44 +01:00
|
|
|
"html-webpack-plugin": "2.30.1",
|
2018-01-22 07:47:25 +01:00
|
|
|
"husky": "0.14.3",
|
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-01-21 17:05:17 +01:00
|
|
|
"jest": "22.1.4",
|
|
|
|
"jest-environment-jsdom": "22.1.4",
|
2018-01-16 23:57:44 +01:00
|
|
|
"jest-environment-jsdom-global": "1.0.3",
|
2017-07-13 23:28:45 +02:00
|
|
|
"localstorage-memory": "1.0.2",
|
2017-12-02 16:52:12 +01:00
|
|
|
"node-sass": "4.7.2",
|
2017-07-13 23:28:45 +02:00
|
|
|
"normalize.css": "7.0.0",
|
|
|
|
"ora": "1.3.0",
|
2017-11-05 13:09:44 +01:00
|
|
|
"prop-types": "15.6.0",
|
2017-12-02 16:52:12 +01:00
|
|
|
"react": "16.2.0",
|
|
|
|
"react-dom": "16.2.0",
|
2018-01-22 17:01:27 +01:00
|
|
|
"react-hot-loader": "4.0.0-beta.17",
|
2017-11-05 13:09:44 +01:00
|
|
|
"react-router-dom": "4.2.2",
|
|
|
|
"react-syntax-highlighter": "5.8.0",
|
|
|
|
"rimraf": "2.6.2",
|
2017-07-13 23:28:45 +02:00
|
|
|
"sass-loader": "6.0.6",
|
2017-11-05 13:09:44 +01:00
|
|
|
"source-map-loader": "0.2.3",
|
2018-01-15 07:52:12 +01:00
|
|
|
"standard-version": "4.3.0",
|
|
|
|
"style-loader": "0.19.1",
|
|
|
|
"stylelint": "8.4.0",
|
2018-01-16 00:40:10 +01:00
|
|
|
"stylelint-config-recommended-scss": "3.0.0",
|
|
|
|
"stylelint-scss": "2.2.0",
|
2018-01-15 07:52:12 +01:00
|
|
|
"stylelint-webpack-plugin": "0.10.1",
|
2018-01-25 21:36:26 +01:00
|
|
|
"supertest": "^3.0.0",
|
2017-11-05 13:09:44 +01:00
|
|
|
"url-loader": "0.6.2",
|
2018-01-28 02:40:07 +01:00
|
|
|
"verdaccio-auth-memory": "^0.0.3",
|
2018-01-15 07:52:12 +01:00
|
|
|
"webpack": "3.10.0",
|
2018-01-22 08:31:01 +01:00
|
|
|
"webpack-dev-server": "2.11.1",
|
2017-11-05 13:09:44 +01:00
|
|
|
"webpack-merge": "4.1.1"
|
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",
|
2017-09-02 21:20:59 +02:00
|
|
|
"flow": "flow",
|
2017-12-02 01:50:09 +01:00
|
|
|
"pretest": "npm run code:build",
|
2017-12-20 05:10:53 +01:00
|
|
|
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest --maxWorkers 2",
|
2017-12-20 08:17:49 +01:00
|
|
|
"test:unit": "cross-env NODE_ENV=test BABEL_ENV=test jest '(/test/unit.*\\.spec|/test/webui/.*\\.spec)\\.js' --maxWorkers 2",
|
2018-01-13 16:49:39 +01:00
|
|
|
"test:func": "cross-env NODE_ENV=test BABEL_ENV=test jest '(/test/functional.*\\.func)\\.js' --maxWorkers 2",
|
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",
|
2017-12-02 11:31:40 +01:00
|
|
|
"lint": "npm run flow && eslint .",
|
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",
|
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",
|
2017-10-22 12:28:38 +02:00
|
|
|
"build:webui": "npm run pre:webpack && 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",
|
|
|
|
"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-01-20 09:45:44 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"commitlint": {
|
|
|
|
"extends": [
|
|
|
|
"@commitlint/config-conventional"
|
|
|
|
]
|
|
|
|
}
|
2016-04-21 22:13:49 +02:00
|
|
|
}
|