verdaccio/package.json

201 lines
6.4 KiB
JSON
Raw Normal View History

{
"name": "verdaccio",
2018-06-15 06:12:24 +02:00
"version": "3.2.0",
"description": "Private npm repository server",
"author": {
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
},
"repository": {
"type": "git",
"url": "git://github.com/verdaccio/verdaccio"
},
"main": "build/index.js",
"bin": {
2016-07-30 21:20:53 +02:00
"verdaccio": "./bin/verdaccio"
},
"dependencies": {
2018-05-13 23:12:31 +02:00
"@verdaccio/file-locking": "0.0.7",
"@verdaccio/local-storage": "1.1.2",
2018-01-16 07:56:52 +01:00
"@verdaccio/streams": "1.0.0",
2018-03-11 07:21:49 +01:00
"JSONStream": "1.3.2",
"asciidoctor.js": "1.5.6",
2018-03-11 07:21:49 +01:00
"async": "2.6.0",
"body-parser": "1.18.2",
"bunyan": "1.8.12",
2018-05-13 23:12:31 +02:00
"chalk": "2.4.1",
2018-03-11 07:21:49 +01:00
"commander": "2.15.0",
2018-03-02 23:28:15 +01:00
"compression": "1.7.2",
2018-03-11 07:21:49 +01:00
"cookies": "0.7.1",
"cors": "2.8.4",
"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",
"handlebars": "4.0.11",
2018-03-11 07:21:49 +01:00
"http-errors": "1.6.2",
"js-string-escape": "1.0.1",
2018-03-11 07:21:49 +01:00
"js-yaml": "3.11.0",
2018-05-13 23:12:31 +02:00
"jsonwebtoken": "8.2.1",
2018-03-11 07:21:49 +01:00
"lockfile": "1.0.3",
2018-04-30 10:35:39 +02:00
"lodash": "4.17.10",
2018-03-11 07:21:49 +01:00
"lunr": "0.7.0",
"marked": "0.3.17",
2018-03-11 07:21:49 +01:00
"mime": "2.2.0",
"minimatch": "3.0.4",
"mkdirp": "0.5.1",
"pkginfo": "0.4.1",
2018-05-13 23:12:31 +02:00
"request": "2.85.0",
2018-03-11 07:21:49 +01:00
"semver": "5.5.0",
"verdaccio-audit": "0.2.0",
"verdaccio-htpasswd": "0.2.2"
},
"devDependencies": {
2018-03-02 23:28:15 +01:00
"@commitlint/cli": "6.1.3",
"@commitlint/config-conventional": "6.1.3",
"@commitlint/travis-cli": "6.1.3",
"@verdaccio/types": "3.0.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
2018-03-02 23:28:15 +01:00
"babel-eslint": "8.2.2",
2018-05-13 23:12:31 +02:00
"babel-jest": "22.4.3",
"babel-loader": "7.1.4",
"babel-plugin-flow-runtime": "0.17.0",
"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",
"babel-plugin-transform-decorators-legacy": "1.3.4",
2018-01-15 23:26:15 +01:00
"babel-plugin-transform-es2015-classes": "6.24.1",
"babel-plugin-transform-runtime": "6.23.0",
2018-01-15 23:26:15 +01:00
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
2018-01-15 23:26:15 +01:00
"babel-preset-es2015": "6.24.1",
"babel-preset-es2015-node4": "2.1.1",
"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",
"babel-runtime": "6.26.0",
2018-05-13 23:12:31 +02:00
"codecov": "3.0.2",
"cross-env": "5.1.4",
2018-03-02 23:28:15 +01:00
"css-loader": "0.28.10",
"element-react": "1.4.8",
"element-theme-default": "1.4.13",
2018-01-16 00:40:10 +01:00
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
2018-03-02 23:28:15 +01:00
"eslint": "4.18.2",
"eslint-config-google": "0.9.1",
2018-03-02 23:28:15 +01:00
"eslint-loader": "2.0.0",
"eslint-plugin-babel": "4.1.2",
2018-03-02 23:28:15 +01:00
"eslint-plugin-flowtype": "2.46.1",
"eslint-plugin-import": "2.9.0",
2018-03-11 07:21:49 +01:00
"eslint-plugin-jest": "21.14.0",
2018-03-02 23:28:15 +01:00
"eslint-plugin-react": "7.7.0",
"file-loader": "1.1.11",
"flow-bin": "0.69.0",
2018-03-02 23:28:15 +01:00
"flow-runtime": "0.17.0",
"friendly-errors-webpack-plugin": "1.7.0",
2018-01-15 07:52:12 +01:00
"github-markdown-css": "2.10.0",
"html-webpack-plugin": "3.2.0",
"husky": "0.15.0-rc.8",
2018-01-16 00:40:10 +01:00
"identity-obj-proxy": "3.0.0",
"in-publish": "2.0.0",
2018-05-13 23:12:31 +02:00
"jest": "22.4.3",
"jest-environment-jsdom": "22.4.3",
"jest-environment-jsdom-global": "1.0.3",
2018-05-13 23:12:31 +02:00
"jest-environment-node": "22.4.3",
"localstorage-memory": "1.0.2",
"mini-css-extract-plugin": "0.4.0",
2018-02-19 19:29:14 +01:00
"node-mocks-http": "1.6.7",
2018-05-13 23:12:31 +02:00
"node-sass": "4.9.0",
2018-03-02 23:28:15 +01:00
"normalize.css": "8.0.0",
"optimize-css-assets-webpack-plugin": "4.0.1",
2018-02-11 00:12:13 +01:00
"ora": "1.4.0",
2018-03-02 23:28:15 +01:00
"prop-types": "15.6.1",
"puppeteer": "1.1.1",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-hot-loader": "4.2.0",
"react-router-dom": "4.2.2",
"react-syntax-highlighter": "5.8.0",
"rimraf": "2.6.2",
"sass-loader": "6.0.7",
"source-map-loader": "0.2.3",
2018-01-15 07:52:12 +01:00
"standard-version": "4.3.0",
"style-loader": "0.20.3",
2018-03-02 23:32:03 +01:00
"stylelint": "9.1.1",
"stylelint-config-recommended-scss": "3.1.0",
"stylelint-scss": "2.5.0",
"stylelint-webpack-plugin": "0.10.4",
2018-02-03 13:26:56 +01:00
"supertest": "3.0.0",
"url-loader": "0.6.2",
2018-02-11 00:12:13 +01:00
"verdaccio-auth-memory": "0.0.4",
2018-04-21 18:40:28 +02:00
"verdaccio-memory": "1.0.1",
"webpack": "4.10.2",
"webpack-bundle-analyzer": "2.13.1",
"webpack-cli": "3.0.1",
2018-05-13 23:12:31 +02:00
"webpack-dev-server": "3.1.4",
"webpack-merge": "4.1.2",
"whatwg-fetch": "2.0.3"
},
"keywords": [
"private",
"package",
"repository",
"registry",
"enterprise",
"modules",
"proxy",
"server",
"verdaccio"
],
"scripts": {
"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",
"flow": "flow",
"pretest": "npm run code:build",
"test": "cross-env npm run test:unit && npm run test:func",
"test:unit": "cross-env NODE_ENV=test BABEL_ENV=test TZ=UTC jest --config ./jest.config.unit.js",
"test:func": "cross-env NODE_ENV=test BABEL_ENV=test jest --config ./test/jest.config.func.js --testPathPattern ./test/functional/index*",
"test:e2e": "cross-env BABEL_ENV=testE2E jest --config ./test/jest.config.e2e.js",
"test:all": "npm run test && npm run test:e2e",
2017-12-02 15:17:08 +01:00
"pre:ci": "npm run lint && npm run build:webui",
"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",
"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",
"code:docker-build": "cross-env BABEL_ENV=registry-docker babel src/ --out-dir build/ --ignore src/webui/ --copy-files",
"pre:webpack": "rimraf static/*",
"dev:webui": "cross-env BABEL_ENV=ui babel-node tools/dev.server.js",
"build:webui": "npm run pre:webpack && cross-env BABEL_ENV=ui webpack --config tools/webpack.prod.config.babel.js",
"build:docker": "docker build -t verdaccio . --no-cache",
"build:docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ."
},
"engines": {
2017-12-04 07:04:10 +01:00
"node": ">=6.12.0",
2017-11-01 17:47:20 +01:00
"npm": ">=3"
},
"preferGlobal": true,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
2018-02-08 23:25:18 +01:00
"husky": {
"hooks": {
"pre-commit": "npm run lint"
2018-02-08 23:25:18 +01:00
}
},
"license": "MIT",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/verdaccio",
"logo": "https://opencollective.com/verdaccio/logo.txt"
}
2018-02-24 22:18:58 +01:00
}