mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
155 lines
4.4 KiB
JSON
155 lines
4.4 KiB
JSON
{
|
|
"name": "verdaccio",
|
|
"version": "2.7.2",
|
|
"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": {
|
|
"verdaccio": "./bin/verdaccio"
|
|
},
|
|
"dependencies": {
|
|
"@verdaccio/file-locking": "0.0.3",
|
|
"@verdaccio/streams": "0.0.2",
|
|
"JSONStream": "^1.1.1",
|
|
"apache-md5": "^1.1.2",
|
|
"async": "^2.0.1",
|
|
"body-parser": "^1.15.0",
|
|
"bunyan": "^1.8.0",
|
|
"chalk": "^2.0.1",
|
|
"commander": "^2.11.0",
|
|
"compression": "1.6.2",
|
|
"cookies": "^0.7.0",
|
|
"cors": "^2.8.3",
|
|
"express": "4.15.3",
|
|
"global": "^4.3.2",
|
|
"handlebars": "4.0.5",
|
|
"http-errors": "^1.4.0",
|
|
"js-string-escape": "1.0.1",
|
|
"js-yaml": "^3.6.0",
|
|
"jsonwebtoken": "^7.4.1",
|
|
"lockfile": "^1.0.1",
|
|
"lodash": "4.17.4",
|
|
"lunr": "^0.7.0",
|
|
"marked": "0.3.9",
|
|
"mime": "^1.3.6",
|
|
"minimatch": "^3.0.2",
|
|
"mkdirp": "^0.5.1",
|
|
"pkginfo": "^0.4.0",
|
|
"request": "^2.72.0",
|
|
"semver": "^5.1.0",
|
|
"unix-crypt-td-js": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "0.16.2",
|
|
"babel-cli": "6.24.1",
|
|
"babel-core": "6.25.0",
|
|
"babel-eslint": "7.2.3",
|
|
"babel-loader": "7.1.1",
|
|
"babel-plugin-flow-runtime": "0.11.1",
|
|
"babel-plugin-transform-decorators-legacy": "1.3.4",
|
|
"babel-plugin-transform-runtime": "6.23.0",
|
|
"babel-polyfill": "^6.26.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",
|
|
"codacy-coverage": "2.0.2",
|
|
"codecov": "2.2.0",
|
|
"coveralls": "2.13.1",
|
|
"css-loader": "0.28.4",
|
|
"element-react": "1.0.16",
|
|
"element-theme-default": "1.3.7",
|
|
"eslint": "4.2.0",
|
|
"eslint-config-google": "0.8.0",
|
|
"eslint-loader": "1.8.0",
|
|
"eslint-plugin-babel": "4.1.1",
|
|
"eslint-plugin-flowtype": "2.35.0",
|
|
"eslint-plugin-import": "2.6.1",
|
|
"eslint-plugin-react": "7.1.0",
|
|
"extract-text-webpack-plugin": "3.0.0",
|
|
"file-loader": "0.11.2",
|
|
"flow-runtime": "0.13.0",
|
|
"friendly-errors-webpack-plugin": "1.6.1",
|
|
"fs-extra": "4.0.1",
|
|
"github-markdown-css": "2.8.0",
|
|
"html-webpack-plugin": "2.29.0",
|
|
"in-publish": "2.0.0",
|
|
"localstorage-memory": "1.0.2",
|
|
"mocha": "3.4.2",
|
|
"mocha-lcov-reporter": "1.3.0",
|
|
"node-sass": "4.5.3",
|
|
"normalize.css": "7.0.0",
|
|
"nyc": "11.0.3",
|
|
"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",
|
|
"react-syntax-highlighter": "5.6.2",
|
|
"rimraf": "2.6.1",
|
|
"sass-loader": "6.0.6",
|
|
"source-map-loader": "0.2.1",
|
|
"standard-version": "4.2.0",
|
|
"style-loader": "0.18.2",
|
|
"stylelint": "7.13.0",
|
|
"stylelint-config-standard": "16.0.0",
|
|
"stylelint-webpack-plugin": "0.8.0",
|
|
"url-loader": "0.5.8",
|
|
"webpack": "3.2.0",
|
|
"webpack-dev-server": "2.5.0",
|
|
"webpack-merge": "4.1.0"
|
|
},
|
|
"keywords": [
|
|
"private",
|
|
"package",
|
|
"repository",
|
|
"registry",
|
|
"enterprise",
|
|
"modules",
|
|
"proxy",
|
|
"server"
|
|
],
|
|
"scripts": {
|
|
"release": "standard-version -a -s",
|
|
"prepublish": "in-publish && npm run build:webui || not-in-publish",
|
|
"test": "mocha ./test/functional ./test/unit --reporter=spec --full-trace",
|
|
"pre:ci": "npm run build:webui",
|
|
"test:ci": "npm run test:coverage",
|
|
"test:only": "mocha ./test/functional ./test/unit",
|
|
"test:coverage": "nyc npm t",
|
|
"coverage:html": "nyc report --reporter=html",
|
|
"coverage:publish": "nyc report --reporter=lcov | codecov",
|
|
"lint": "eslint .",
|
|
"lint:css": "stylelint 'src/**/*.scss' --syntax scss",
|
|
"pre:webpack": "npm run lint && rimraf static/*",
|
|
"dev:webui": "babel-node tools/dev.server.js",
|
|
"build:webui": "npm run pre:webpack && 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 ."
|
|
},
|
|
"jest": {
|
|
"snapshotSerializers": [
|
|
"jest-serializer-enzyme"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=4.6.1",
|
|
"npm": ">=2.15.9"
|
|
},
|
|
"preferGlobal": true,
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"license": "WTFPL"
|
|
}
|