2016-04-21 22:13:49 +02:00
|
|
|
{
|
|
|
|
"name": "verdaccio",
|
2017-07-13 07:03:44 +02:00
|
|
|
"version": "2.2.6",
|
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"
|
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"bin": {
|
2016-07-30 21:20:53 +02:00
|
|
|
"verdaccio": "./bin/verdaccio"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-07-08 16:17:09 +02:00
|
|
|
"@verdaccio/file-locking": "^0.0.3",
|
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",
|
2016-08-21 15:58:12 +02:00
|
|
|
"async": "^2.0.1",
|
2016-04-21 22:13:49 +02:00
|
|
|
"body-parser": "^1.15.0",
|
|
|
|
"bunyan": "^1.8.0",
|
2017-07-06 16:42:36 +02:00
|
|
|
"chalk": "^2.0.1",
|
|
|
|
"commander": "^2.11.0",
|
2017-06-17 10:50:49 +02:00
|
|
|
"compression": "1.6.2",
|
2017-07-06 16:42:36 +02:00
|
|
|
"cookies": "^0.7.0",
|
|
|
|
"cors": "^2.8.3",
|
2017-06-17 10:50:49 +02:00
|
|
|
"express": "4.15.3",
|
2017-07-06 16:42:36 +02:00
|
|
|
"github-markdown-css": "^2.8.0",
|
2017-06-17 10:50:49 +02:00
|
|
|
"global": "^4.3.2",
|
2016-04-21 22:13:49 +02:00
|
|
|
"handlebars": "^4.0.5",
|
|
|
|
"highlight.js": "^9.3.0",
|
|
|
|
"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-06-24 19:04:56 +02:00
|
|
|
"jsonwebtoken": "^7.4.1",
|
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",
|
2017-06-17 10:50:49 +02:00
|
|
|
"marked": "0.3.6",
|
2017-06-25 20:13:39 +02:00
|
|
|
"mime": "^1.3.6",
|
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",
|
|
|
|
"semver": "^5.1.0",
|
2017-06-21 16:45:33 +02:00
|
|
|
"unix-crypt-td-js": "^1.0.0"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-06-25 20:13:39 +02:00
|
|
|
"axios": "^0.16.2",
|
|
|
|
"babel-cli": "^6.24.1",
|
|
|
|
"babel-core": "^6.25.0",
|
|
|
|
"babel-eslint": "^7.2.3",
|
2017-07-06 16:42:36 +02:00
|
|
|
"babel-loader": "^7.1.1",
|
2017-06-25 20:13:39 +02:00
|
|
|
"babel-plugin-flow-runtime": "^0.11.1",
|
|
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
|
|
"babel-preset-env": "^1.5.2",
|
|
|
|
"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",
|
|
|
|
"babel-runtime": "^6.23.0",
|
2017-06-17 10:50:49 +02:00
|
|
|
"codacy-coverage": "2.0.2",
|
|
|
|
"codecov": "2.2.0",
|
2017-07-06 16:42:36 +02:00
|
|
|
"coveralls": "^2.13.1",
|
|
|
|
"css-loader": "^0.28.4",
|
|
|
|
"element-react": "^1.0.16",
|
2017-06-25 20:13:39 +02:00
|
|
|
"element-theme-default": "^1.3.7",
|
|
|
|
"eslint": "^4.1.0",
|
|
|
|
"eslint-config-google": "^0.8.0",
|
|
|
|
"eslint-loader": "^1.8.0",
|
|
|
|
"eslint-plugin-babel": "^4.1.1",
|
2017-07-06 16:42:36 +02:00
|
|
|
"eslint-plugin-flowtype": "^2.34.1",
|
|
|
|
"eslint-plugin-import": "^2.6.1",
|
2017-06-25 20:13:39 +02:00
|
|
|
"eslint-plugin-react": "^7.1.0",
|
|
|
|
"extract-text-webpack-plugin": "^2.1.2",
|
2017-07-06 16:42:36 +02:00
|
|
|
"file-loader": "^0.11.2",
|
|
|
|
"flow-runtime": "^0.13.0",
|
2017-06-25 20:13:39 +02:00
|
|
|
"friendly-errors-webpack-plugin": "^1.6.1",
|
|
|
|
"html-webpack-plugin": "^2.29.0",
|
2017-06-17 10:50:49 +02:00
|
|
|
"in-publish": "2.0.0",
|
2017-06-25 20:13:39 +02:00
|
|
|
"localstorage-memory": "^1.0.2",
|
2017-07-08 18:33:47 +02:00
|
|
|
"mocha": "^3.4.2",
|
2017-06-17 10:50:49 +02:00
|
|
|
"mocha-lcov-reporter": "1.3.0",
|
2017-07-08 19:13:49 +02:00
|
|
|
"node-sass": "^4.5.3",
|
2017-07-06 16:42:36 +02:00
|
|
|
"normalize.css": "^7.0.0",
|
|
|
|
"nyc": "^11.0.3",
|
2017-06-25 20:13:39 +02:00
|
|
|
"ora": "^1.3.0",
|
|
|
|
"prop-types": "^15.5.10",
|
|
|
|
"react": "^15.6.1",
|
|
|
|
"react-dom": "^15.6.1",
|
|
|
|
"react-hot-loader": "^3.0.0-beta.7",
|
|
|
|
"react-router-dom": "^4.1.1",
|
2017-07-06 16:42:36 +02:00
|
|
|
"rimraf": "^2.6.1",
|
2017-07-08 19:23:21 +02:00
|
|
|
"sass-loader": "^6.0.6",
|
2017-06-25 20:13:39 +02:00
|
|
|
"source-map-loader": "^0.2.1",
|
2017-07-06 16:42:36 +02:00
|
|
|
"style-loader": "^0.18.2",
|
|
|
|
"styled-components": "^2.1.1",
|
2017-06-25 20:13:39 +02:00
|
|
|
"url-loader": "^0.5.8",
|
|
|
|
"webpack": "^3.0.0",
|
|
|
|
"webpack-dev-server": "^2.5.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",
|
|
|
|
"server"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2017-07-09 10:43:43 +02:00
|
|
|
"pretest": "npm run lint && npm run build:webui",
|
2017-07-09 11:25:51 +02:00
|
|
|
"test": "mocha ./test/functional ./test/unit --reporter=spec --full-trace",
|
2017-07-09 10:43:43 +02:00
|
|
|
"test:coverage": "nyc npm t",
|
2017-07-01 09:10:00 +02:00
|
|
|
"coverage:html": "nyc report --reporter=html",
|
2017-05-20 09:42:45 +02:00
|
|
|
"coverage:codecov": "nyc report --reporter=lcov | codecov",
|
2017-07-09 11:25:51 +02:00
|
|
|
"test-travis": "npm run test:coverage",
|
2016-04-21 22:13:49 +02:00
|
|
|
"test-only": "mocha ./test/functional ./test/unit",
|
2017-03-06 09:33:52 +01:00
|
|
|
"lint": "eslint .",
|
|
|
|
"build-docker": "docker build -t verdaccio .",
|
2017-07-06 16:42:36 +02:00
|
|
|
"build:webui": "rimraf static/* && webpack --config src/webui/scripts/webpack.prod.config.babel.js",
|
2017-06-25 20:13:39 +02:00
|
|
|
"dev:webui": "babel-node src/webui/scripts/dev.server.js",
|
|
|
|
"prepublish": "in-publish && npm run build:webpack || not-in-publish",
|
2017-03-06 09:33:52 +01:00
|
|
|
"build-docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ."
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
2017-06-17 10:50:49 +02:00
|
|
|
"jest": {
|
|
|
|
"snapshotSerializers": [
|
|
|
|
"jest-serializer-enzyme"
|
|
|
|
]
|
|
|
|
},
|
2016-04-21 22:13:49 +02:00
|
|
|
"engines": {
|
2017-05-20 11:50:20 +02:00
|
|
|
"node": ">=4.6.1",
|
2017-05-20 12:44:04 +02:00
|
|
|
"npm": ">=2.15.9"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"preferGlobal": true,
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org/"
|
|
|
|
},
|
2017-06-17 11:35:28 +02:00
|
|
|
"license": "WTFPL"
|
2016-04-21 22:13:49 +02:00
|
|
|
}
|