verdaccio/package.json

151 lines
4.3 KiB
JSON
Raw Normal View History

{
"name": "verdaccio",
2017-07-13 07:03:44 +02:00
"version": "2.2.6",
"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"
},
"dependencies": {
"@verdaccio/file-locking": "^0.0.3",
"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",
"body-parser": "^1.15.0",
"bunyan": "^1.8.0",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"compression": "1.6.2",
"cookies": "^0.6.1",
"cors": "2.8.3",
"express": "4.15.3",
"global": "^4.3.2",
"handlebars": "^4.0.5",
"highlight.js": "^9.3.0",
"http-errors": "^1.4.0",
"jju": "^1.3.0",
"js-string-escape": "1.0.1",
"js-yaml": "^3.6.0",
"lockfile": "^1.0.1",
2017-06-17 11:35:28 +02:00
"lodash": "4.17.4",
"lunr": "^0.7.0",
"marked": "0.3.6",
2017-04-17 12:57:03 +02:00
"minimatch": "^3.0.2",
"mkdirp": "^0.5.1",
"pkginfo": "^0.4.0",
2017-06-17 11:35:28 +02:00
"prop-types": "15.5.10",
"request": "^2.72.0",
"semver": "^5.1.0",
"unix-crypt-td-js": "^1.0.0"
},
"devDependencies": {
"babel-cli": "6.22.2",
"babel-core": "6.22.1",
"babel-eslint": "7.2.3",
"babel-loader": "6.2.4",
"babel-plugin-dynamic-import-node": "1.0.2",
"babel-plugin-dynamic-import-webpack": "1.0.1",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
"babel-polyfill": "6.23.0",
"babel-preset-env": "1.5.1",
"babel-preset-es2015": "6.22.0",
"babel-preset-es2016": "6.22.0",
"babel-preset-es2017": "6.22.0",
"babel-preset-react": "6.24.1",
"babel-register": "6.24.1",
"codacy-coverage": "2.0.2",
"codecov": "2.2.0",
"coveralls": "2.13.0",
"css-loader": "0.23.1",
"enzyme": "2.8.2",
"eslint": "3.19.0",
"eslint-config-google": "0.7.1",
"eslint-config-prettier": "2.1.1",
"eslint-loader": "1.7.1",
"eslint-plugin-flow": "2.29.1",
"eslint-plugin-flowtype": "2.33.0",
"eslint-plugin-import": "2.3.0",
"eslint-plugin-jsx-a11y": "5.0.3",
"eslint-plugin-prettier": "2.1.1",
"eslint-plugin-react": "7.0.1",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "0.10.1",
"flow-bin": "0.47.0",
"in-publish": "2.0.0",
"jest": "20.0.4",
"jest-serializer-enzyme": "1.0.0",
"material-ui": "0.17.1",
"mocha": "3.2.0",
"mocha-lcov-reporter": "1.3.0",
"normalize.css": "5.0.0",
"nyc": "10.1.2",
"onclick": "0.1.0",
"prettier": "1.3.1",
"react": "15.6.0",
"react-dom": "15.6.0",
"react-hot-loader": "3.0.0-beta.6",
"react-router": "3.0.2",
"react-tap-event-plugin": "2.0.1",
"react-test-renderer": "15.5.4",
"rimraf": "2.5.2",
"sinon": "^2.3.4",
"style-loader": "0.13.1",
"styled-components": "1.4.6",
"superagent": "2.0.0",
"transition-complete": "0.0.2",
"unopinionate": "0.0.4",
"url-loader": "0.5.8",
"webpack": "2.6.1"
},
"keywords": [
"private",
"package",
"repository",
"registry",
"enterprise",
"modules",
"proxy",
"server"
],
"scripts": {
"test": "npm run lint && npm run test:ui:update &&mocha ./test/functional --reporter=spec --full-trace",
2017-04-27 04:37:56 +02:00
"test:coverage": "nyc mocha -R spec ./test/functional ./test/unit",
"test:ui": "NODE_ENV=test jest",
"test:ui:update": "NODE_ENV=test jest -u",
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",
"test-travis": "npm run lint && npm run test:coverage",
"test-only": "mocha ./test/functional ./test/unit",
"lint": "eslint .",
"build-docker": "docker build -t verdaccio .",
"build:webpack": "webpack --config tools/webpack.config.js",
"prepublish": "in-publish && thing-I-dont-want-on-dev-install || not-in-publish",
"build-docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ."
},
"jest": {
"snapshotSerializers": [
"jest-serializer-enzyme"
]
},
"engines": {
"node": ">=4.6.1",
2017-05-20 12:44:04 +02:00
"npm": ">=2.15.9"
},
"preferGlobal": true,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
2017-06-17 11:35:28 +02:00
"license": "WTFPL"
}