{ "name": "verdaccio", "version": "5.15.4", "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.2.0", "@verdaccio/local-storage": "10.3.1", "@verdaccio/readme": "10.4.1", "@verdaccio/streams": "10.2.0", "@verdaccio/ui-theme": "6.0.0-6-next.48", "JSONStream": "1.3.5", "async": "3.2.4", "body-parser": "1.20.0", "clipanion": "3.1.0", "compression": "1.7.4", "cookies": "0.8.0", "cors": "2.8.5", "dayjs": "1.11.5", "debug": "^4.3.3", "envinfo": "7.8.1", "eslint-import-resolver-node": "0.3.6", "express": "4.18.1", "express-rate-limit": "5.5.1", "fast-safe-stringify": "2.1.1", "handlebars": "4.7.7", "http-errors": "2.0.0", "js-yaml": "4.1.0", "jsonwebtoken": "8.5.1", "kleur": "4.1.5", "lodash": "4.17.21", "lru-cache": "7.14.0", "lunr-mutable-indexes": "2.3.2", "marked": "4.1.0", "memoizee": "0.4.15", "mime": "3.0.0", "minimatch": "5.1.0", "mkdirp": "1.0.4", "mv": "2.1.1", "pino": "6.14.0", "pkginfo": "0.4.1", "prettier-bytes": "^1.0.4", "pretty-ms": "^7.0.1", "request": "2.88.0", "semver": "7.3.7", "validator": "13.7.0", "verdaccio-audit": "10.2.2", "verdaccio-htpasswd": "10.5.0" }, "devDependencies": { "@babel/cli": "7.19.3", "@babel/core": "7.19.3", "@babel/node": "7.19.1", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-proposal-decorators": "7.19.3", "@babel/plugin-proposal-export-namespace-from": "7.18.9", "@babel/plugin-proposal-function-sent": "7.18.6", "@babel/plugin-proposal-json-strings": "7.18.6", "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6", "@babel/plugin-proposal-numeric-separator": "7.18.6", "@babel/plugin-proposal-object-rest-spread": "7.18.9", "@babel/plugin-proposal-optional-chaining": "7.18.9", "@babel/plugin-proposal-throw-expressions": "7.18.6", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-syntax-import-meta": "7.10.4", "@babel/plugin-transform-async-to-generator": "7.18.6", "@babel/plugin-transform-classes": "7.19.0", "@babel/plugin-transform-runtime": "7.19.1", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "7.19.3", "@babel/preset-typescript": "7.18.6", "@babel/register": "7.18.9", "@babel/runtime": "7.19.0", "@commitlint/cli": "12.1.4", "@commitlint/config-conventional": "12.1.4", "@octokit/rest": "18.12.0", "@trivago/prettier-plugin-sort-imports": "3.2.0", "@types/async": "3.2.13", "@types/express": "4.17.13", "@types/express-rate-limit": "5.1.3", "@types/express-serve-static-core": "4.17.28", "@types/http-errors": "1.8.2", "@types/jest": "26.0.24", "@types/lodash": "4.14.182", "@types/mime": "2.0.3", "@types/minimatch": "3.0.5", "@types/node": "14.14.37", "@types/pino": "6.3.12", "@types/request": "2.48.8", "@types/semver": "7.3.9", "@typescript-eslint/eslint-plugin": "5.22.0", "@typescript-eslint/parser": "5.22.0", "@verdaccio-scope/verdaccio-auth-foo": "0.0.2", "@verdaccio/eslint-config": "^10.0.0", "@verdaccio/types": "10.7.0", "all-contributors-cli": "6.20.0", "babel-eslint": "10.1.0", "babel-jest": "26.6.3", "babel-loader": "^8.2.3", "babel-plugin-dynamic-import-node": "2.3.3", "cross-env": "7.0.3", "detect-secrets": "1.0.6", "eslint": "7.32.0", "eslint-config-google": "0.14.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-babel": "5.3.1", "eslint-plugin-import": "2.26.0", "eslint-plugin-jest": "26.1.5", "eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-simple-import-sort": "7.0.0", "eslint-plugin-verdaccio": "10.0.0", "fs-extra": "10.1.0", "husky": "6.0.0", "jest": "26.6.3", "jest-config": "26.6.3", "jest-environment-node": "26.6.2", "jest-junit": "12.3.0", "lint-staged": "11.0.1", "lockfile-lint": "4.6.2", "nock": "12.0.3", "node-mocks-http": "^1.10.1", "pinst": "2.1.6", "prettier": "2.7.1", "puppeteer": "5.5.0", "rimraf": "3.0.2", "selfsigned": "1.10.14", "standard-version": "9.5.0", "supertest": "6.2.4", "ts-node": "10.7.0", "typescript": "4.1.3", "verdaccio-auth-memory": "10.2.0", "verdaccio-memory": "10.3.0" }, "keywords": [ "private", "package", "repository", "registry", "enterprise", "modules", "proxy", "server", "verdaccio" ], "scripts": { "release": "standard-version -a -s", "type-check": "tsc --noEmit", "type-check:watch": "yarn run type-check -- --watch", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"", "format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"", "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", "lint": "yarn run type-check && yarn run lint:ts", "lint:ts": "eslint \"**/*.{js,jsx,ts}\" --max-warnings 145 -c ./eslintrc.js", "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 --inspect", "start:brk": "yarn babel-node --extensions \".ts,.tsx\" src/lib/cli --inspect-brk", "start:debug": "yarn node debug/bootstrap.js", "start:run-server": "yarn node debug/bootstrap-runserver.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:local . --no-cache", "docker:run": "docker run -it --rm -p 4873:4873 verdaccio/verdaccio:local" }, "engines": { "node": ">=12", "npm": ">=6" }, "preferGlobal": true, "license": "MIT", "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "lint-staged": { "*.{js,jsx,ts,tsx,json,yml,yaml,md}": "prettier --write", "*.{js,ts,tsx}": "eslint --fix -c ./eslintrc.js" }, "resolutions": { "@types/serve-static": "1.13.10" }, "collective": { "type": "opencollective", "url": "https://opencollective.com/verdaccio", "logo": "https://opencollective.com/verdaccio/logo.txt" } }