{ "name": "verdaccio", "version": "4.8.1", "description": "A lightweight private npm proxy registry", "author": { "name": "Verdaccio Maintainers", "email": "verdaccio.npm@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/verdaccio/verdaccio" }, "homepage": "https://verdaccio.org", "main": "build/index.js", "bin": "./bin/verdaccio", "funding": { "type": "opencollective", "url": "https://opencollective.com/verdaccio" }, "dependencies": { "@verdaccio/commons-api": "9.7.1", "@verdaccio/local-storage": "9.7.2", "@verdaccio/readme": "9.7.3", "@verdaccio/streams": "9.7.2", "@verdaccio/ui-theme": "1.14.0", "JSONStream": "1.3.5", "async": "3.2.0", "body-parser": "1.19.0", "bunyan": "1.8.14", "commander": "3.0.2", "compression": "1.7.4", "cookies": "0.8.0", "cors": "2.8.5", "dayjs": "1.9.3", "envinfo": "7.7.3", "express": "4.17.1", "handlebars": "4.7.6", "http-errors": "1.8.0", "js-yaml": "3.14.0", "jsonwebtoken": "8.5.1", "kleur": "4.1.3", "lodash": "4.17.20", "lunr-mutable-indexes": "2.3.2", "marked": "1.2.0", "mime": "2.4.6", "minimatch": "3.0.4", "mkdirp": "0.5.5", "mv": "2.1.1", "pkginfo": "0.4.1", "request": "2.88.0", "semver": "6.3.0", "verdaccio-audit": "9.7.3", "verdaccio-htpasswd": "9.7.2" }, "devDependencies": { "@babel/cli": "7.12.1", "@babel/core": "7.12.1", "@babel/node": "7.12.1", "@babel/plugin-proposal-class-properties": "7.12.1", "@babel/plugin-proposal-decorators": "7.12.1", "@babel/plugin-proposal-export-namespace-from": "7.12.1", "@babel/plugin-proposal-function-sent": "7.12.1", "@babel/plugin-proposal-json-strings": "7.12.1", "@babel/plugin-proposal-numeric-separator": "7.12.1", "@babel/plugin-proposal-object-rest-spread": "7.12.1", "@babel/plugin-proposal-throw-expressions": "7.12.1", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-syntax-import-meta": "7.10.4", "@babel/plugin-transform-async-to-generator": "7.12.1", "@babel/plugin-transform-classes": "7.12.1", "@babel/plugin-transform-runtime": "7.12.1", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "7.12.1", "@babel/preset-typescript": "7.12.1", "@babel/register": "7.12.1", "@babel/runtime": "7.12.1", "@commitlint/cli": "8.3.5", "@commitlint/config-conventional": "8.3.4", "@octokit/rest": "16.36.0", "@types/async": "3.2.0", "@types/bunyan": "1.8.6", "@types/express": "4.17.1", "@types/http-errors": "1.6.3", "@types/jest": "26.0.14", "@types/lodash": "4.14.157", "@types/mime": "2.0.1", "@types/minimatch": "3.0.3", "@types/node": "12.12.21", "@types/request": "2.48.3", "@types/semver": "6.2.0", "@typescript-eslint/eslint-plugin": "2.12.0", "@verdaccio/eslint-config": "^8.5.0", "@verdaccio/types": "^9.7.0", "all-contributors-cli": "6.16.0", "babel-eslint": "10.1.0", "babel-jest": "26.5.2", "babel-loader": "^8.1.0", "babel-plugin-dynamic-import-node": "2.3.3", "babel-plugin-emotion": "10.0.33", "codecov": "3.7.1", "cross-env": "7.0.2", "detect-secrets": "1.0.6", "eslint": "6.8.0", "fs-extra": "8.1.0", "get-stdin": "7.0.0", "husky": "2.7.0", "in-publish": "2.0.1", "jest": "25.3.0", "jest-environment-node": "25.3.0", "jest-junit": "9.0.0", "lint-staged": "8.2.1", "lockfile-lint": "4.2.2", "nock": "11.7.2", "prettier": "1.19.1", "puppeteer": "5.3.1", "rimraf": "3.0.2", "selfsigned": "1.10.7", "standard-version": "8.0.1", "supertest": "4.0.2", "typescript": "3.7.5", "verdaccio": "^4.5.1", "verdaccio-auth-memory": "^9.7.2", "verdaccio-memory": "^9.7.2" }, "keywords": [ "private", "package", "repository", "registry", "enterprise", "modules", "proxy", "server", "verdaccio" ], "scripts": { "release": "standard-version -a -s", "prepublish": "in-publish && yarn run code:build || not-in-publish", "type-check": "tsc --noEmit", "type-check:watch": "yarn run type-check -- --watch", "pretest": "yarn run code:build", "test": "yarn run test:unit", "test:clean": "npx jest --clearCache", "test:unit": "cross-env NODE_ENV=test TZ=UTC FORCE_COLOR=1 jest --config ./jest.config.js --maxWorkers 2 --passWithNoTests", "test:functional": "cross-env NODE_ENV=test jest --config ./test/jest.config.functional.js --testPathPattern ./test/functional/index* --passWithNoTests", "test:e2e:cli": "cross-env NODE_ENV=test jest --config ./test/e2e-cli/jest.config.e2e.cli.js --passWithNoTests", "test:e2e": "yarn jest --config ./test/jest.config.e2e.js", "test:all": "yarn run test && yarn run test:functional && yarn run test:e2e & yarn run test:e2e:pkg", "pre:ci": "yarn run lint", "coverage:publish": "codecov", "lint": "yarn run type-check && yarn run lint:ts", "lint:ts": "eslint . --ext .js,.ts", "lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts verdaccio npm yarn", "format": "prettier --single-quote --trailing-comma none --write \"{src,test}/**/*.ts\"", "dev:start": "yarn babel-node --extensions \".ts,.tsx\" src/lib/cli", "code:build": "yarn babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps inline", "code:docker-build": "yarn babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\"", "docker:build": "docker build -t verdaccio/verdaccio:local . --no-cache", "docker:run": "docker run -it --rm -p 4873:4873 verdaccio/verdaccio:local" }, "engines": { "node": ">=8", "npm": ">=5" }, "preferGlobal": true, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint -e $GIT_PARAMS" } }, "lint-staged": { "relative": true, "linters": { "*.yaml": [ "prettier --parser yaml --no-config --single-quote --write", "detect-secrets-launcher --baseline .secrets-baseline", "git add" ], "*": [ "eslint .", "prettier --write", "detect-secrets-launcher --baseline .secrets-baseline", "git add" ] }, "ignore": [ "*.json" ] }, "license": "MIT", "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "collective": { "type": "opencollective", "url": "https://opencollective.com/verdaccio", "logo": "https://opencollective.com/verdaccio/logo.txt" } }