{ "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.5", "@verdaccio/local-storage": "^0.0.11", "@verdaccio/streams": "^0.0.2", "@verdaccio/types": "^0.0.9", "JSONStream": "^1.1.1", "apache-md5": "^1.1.2", "async": "^2.6.0", "body-parser": "^1.15.0", "bunyan": "^1.8.0", "chalk": "^2.3.0", "commander": "^2.12.2", "compression": "1.7.1", "cookies": "^0.7.0", "cors": "^2.8.3", "express": "4.16.2", "global": "^4.3.2", "handlebars": "4.0.11", "http-errors": "^1.4.0", "js-string-escape": "1.0.1", "js-yaml": "^3.6.0", "jsonwebtoken": "^8.1.0", "lockfile": "^1.0.1", "lodash": "4.17.4", "lunr": "^0.7.0", "marked": "0.3.9", "mime": "^2.0.3", "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.17.1", "babel-cli": "6.26.0", "babel-core": "6.26.0", "babel-eslint": "8.0.3", "babel-jest": "^21.2.0", "babel-loader": "7.1.2", "babel-plugin-flow-runtime": "0.15.0", "babel-plugin-transform-async-to-generator": "^6.24.1", "babel-plugin-transform-decorators-legacy": "1.3.4", "babel-plugin-transform-es2015-classes": "^6.24.1", "babel-plugin-transform-runtime": "6.23.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "1.6.1", "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", "babel-register": "^6.26.0", "babel-runtime": "6.26.0", "codacy-coverage": "2.0.3", "codecov": "2.2.0", "coveralls": "2.13.1", "cross-env": "^5.1.1", "css-loader": "0.28.7", "element-react": "1.4.3", "element-theme-default": "1.4.12", "eslint": "4.12.1", "eslint-config-google": "0.9.1", "eslint-loader": "1.9.0", "eslint-plugin-babel": "4.1.2", "eslint-plugin-flowtype": "2.39.1", "eslint-plugin-import": "2.8.0", "eslint-plugin-react": "7.5.1", "extract-text-webpack-plugin": "3.0.2", "file-loader": "1.1.5", "flow-bin": "0.52.0", "flow-runtime": "0.16.0", "friendly-errors-webpack-plugin": "1.6.1", "fs-extra": "4.0.2", "github-markdown-css": "2.9.0", "html-webpack-plugin": "2.30.1", "in-publish": "2.0.0", "localstorage-memory": "1.0.2", "mocha": "3.5.3", "mocha-lcov-reporter": "1.3.0", "node-sass": "4.7.2", "normalize.css": "7.0.0", "nyc": "11.3.0", "ora": "1.3.0", "prop-types": "15.6.0", "react": "16.2.0", "react-dom": "16.2.0", "react-hot-loader": "3.0.0-beta.7", "react-router-dom": "4.2.2", "react-syntax-highlighter": "5.8.0", "rimraf": "2.6.2", "sass-loader": "6.0.6", "source-map-loader": "0.2.3", "standard-version": "4.2.0", "style-loader": "0.19.0", "stylelint": "8.3.1", "stylelint-config-recommended-scss": "^2.0.0", "stylelint-scss": "^2.1.0", "stylelint-webpack-plugin": "0.9.0", "url-loader": "0.6.2", "webpack": "3.9.1", "webpack-dev-server": "2.9.5", "webpack-merge": "4.1.1" }, "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", "flow": "flow", "test": "cross-env BABEL_ENV=registry mocha --require babel-register ./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", "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", "pre:webpack": "npm run lint && rimraf static/*", "dev:webui": "cross-env BABEL_ENV=ui babel-node tools/dev.server.js", "build:webui": "npm run pre:webpack && 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 ." }, "jest": { "snapshotSerializers": [ "jest-serializer-enzyme" ] }, "engines": { "node": ">=4.6.1", "npm": ">=2.15.9" }, "preferGlobal": true, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "license": "WTFPL" }