{ "name": "verdaccio", "version": "5.0.0", "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": "10.0.0", "@verdaccio/local-storage": "10.0.1", "@verdaccio/readme": "10.0.0", "@verdaccio/streams": "10.0.0", "@verdaccio/ui-theme": "3.0.1", "JSONStream": "1.3.5", "async": "3.2.0", "body-parser": "1.19.0", "clipanion": "3.0.0-rc.11", "compression": "1.7.4", "cookies": "0.8.0", "cors": "2.8.5", "dayjs": "1.10.4", "debug": "^4.3.1", "envinfo": "7.7.4", "express": "4.17.1", "fast-safe-stringify": "^2.0.7", "handlebars": "4.7.7", "http-errors": "1.8.0", "js-yaml": "4.0.0", "jsonwebtoken": "8.5.1", "kleur": "4.1.4", "lodash": "4.17.21", "lru-cache": "6.0.0", "lunr-mutable-indexes": "2.3.2", "marked": "2.0.1", "memoizee": "0.4.15", "mime": "2.5.2", "minimatch": "3.0.4", "mkdirp": "1.0.4", "mv": "2.1.1", "pino": "6.11.2", "pkginfo": "0.4.1", "prettier-bytes": "^1.0.3", "pretty-ms": "^5.0.0", "request": "2.88.0", "semver": "7.3.4", "validator": "13.5.2", "verdaccio-audit": "10.0.0", "verdaccio-htpasswd": "10.0.0" }, "devDependencies": { "@babel/cli": "7.13.0", "@babel/core": "7.13.8", "@babel/node": "7.13.0", "@babel/plugin-proposal-class-properties": "7.13.0", "@babel/plugin-proposal-decorators": "7.13.5", "@babel/plugin-proposal-export-namespace-from": "7.12.13", "@babel/plugin-proposal-function-sent": "7.12.13", "@babel/plugin-proposal-json-strings": "7.13.8", "@babel/plugin-proposal-numeric-separator": "7.12.13", "@babel/plugin-proposal-object-rest-spread": "7.13.8", "@babel/plugin-proposal-throw-expressions": "7.12.13", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-syntax-import-meta": "7.10.4", "@babel/plugin-transform-async-to-generator": "7.13.0", "@babel/plugin-transform-classes": "7.13.0", "@babel/plugin-transform-runtime": "7.13.9", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "7.13.9", "@babel/preset-typescript": "7.13.0", "@babel/register": "7.13.8", "@babel/runtime": "7.13.9", "@commitlint/cli": "12.0.1", "@commitlint/config-conventional": "12.0.1", "@octokit/rest": "16.43.2", "@types/async": "3.2.4", "@types/bunyan": "1.8.6", "@types/express": "4.17.6", "@types/http-errors": "1.8.0", "@types/jest": "26.0.14", "@types/lodash": "4.14.167", "@types/mime": "2.0.1", "@types/minimatch": "3.0.3", "@types/node": "14.14.37", "@types/pino": "6.3.6", "@types/request": "2.48.5", "@types/semver": "7.3.4", "@typescript-eslint/eslint-plugin": "4.13.0", "@typescript-eslint/parser": "4.13.0", "@verdaccio/eslint-config": "^8.5.0", "@verdaccio/types": "^9.7.2", "all-contributors-cli": "6.20.0", "babel-eslint": "10.1.0", "babel-jest": "26.6.3", "babel-loader": "^8.2.2", "babel-plugin-dynamic-import-node": "2.3.3", "codecov": "3.8.1", "cross-env": "7.0.3", "detect-secrets": "1.0.6", "eslint": "7.19.0", "eslint-config-google": "0.14.0", "eslint-config-prettier": "7.2.0", "eslint-plugin-babel": "5.3.1", "eslint-plugin-import": "2.22.1", "eslint-plugin-jest": "24.1.3", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-react": "7.22.0", "eslint-plugin-react-hooks": "4.2.0", "eslint-plugin-simple-import-sort": "7.0.0", "eslint-plugin-verdaccio": "9.6.1", "fs-extra": "9.1.0", "get-stdin": "8.0.0", "husky": "2.7.0", "in-publish": "2.0.1", "jest": "25.5.4", "jest-environment-node": "25.5.0", "jest-junit": "9.0.0", "lint-staged": "8.2.1", "lockfile-lint": "4.3.7", "nock": "12.0.3", "node-mocks-http": "^1.10.1", "prettier": "2.2.1", "puppeteer": "5.5.0", "rimraf": "3.0.2", "selfsigned": "1.10.8", "standard-version": "9.1.1", "supertest": "6.1.1", "typescript": "4.1.3", "verdaccio-auth-memory": "10.0.0", "verdaccio-memory": "10.0.0" }, "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", "format": "prettier --single-quote --trailing-comma none --write \"{src,test}/**/*.ts\"", "format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\" --debug-check", "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 \"**/*.{js,jsx,ts,tsx}\"", "lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts verdaccio npm yarn", "start": "yarn babel-node --extensions \".ts,.tsx\" src/lib/cli", "start:debug": "yarn node debug/bootstrap.js", "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": "docker build -t verdaccio/verdaccio:pr-2122 . --no-cache", "docker:run": "docker run -it --rm -p 4873:4873 verdaccio/verdaccio:local" }, "engines": { "node": ">=12", "npm": ">=6" }, "preferGlobal": true, "husky": { "hooks": { "pre-commit": "lint-staged", "commit-msg": "commitlint -e $GIT_PARAMS" } }, "lint-staged": { "relative": true, "linters": { "*": [ "eslint .", "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" } }