2016-04-21 15:13:49 -05:00
|
|
|
{
|
|
|
|
"name": "verdaccio",
|
2024-11-24 08:41:51 -05:00
|
|
|
"version": "5.33.0",
|
2019-04-13 17:54:24 -05:00
|
|
|
"description": "A lightweight private npm proxy registry",
|
2016-04-21 15:13:49 -05:00
|
|
|
"author": {
|
2019-02-07 01:51:44 -05:00
|
|
|
"name": "Verdaccio Maintainers",
|
|
|
|
"email": "verdaccio.npm@gmail.com"
|
2016-04-21 15:13:49 -05:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/verdaccio/verdaccio"
|
|
|
|
},
|
2019-08-26 00:01:48 -05:00
|
|
|
"homepage": "https://verdaccio.org",
|
2023-03-23 04:26:17 -05:00
|
|
|
"main": "build/index.js",
|
2022-11-22 12:35:47 -05:00
|
|
|
"types": "build/index.d.ts",
|
2020-10-11 12:06:21 -05:00
|
|
|
"bin": "./bin/verdaccio",
|
2019-12-11 17:41:25 -05:00
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
|
|
|
},
|
2016-04-21 15:13:49 -05:00
|
|
|
"dependencies": {
|
2024-11-24 08:31:32 -05:00
|
|
|
"@cypress/request": "3.0.6",
|
2024-09-12 14:47:01 -05:00
|
|
|
"@verdaccio/auth": "8.0.0-next-8.1",
|
|
|
|
"@verdaccio/config": "8.0.0-next-8.1",
|
|
|
|
"@verdaccio/core": "8.0.0-next-8.1",
|
2024-03-16 19:00:44 -05:00
|
|
|
"@verdaccio/local-storage-legacy": "11.0.2",
|
2024-09-12 14:47:01 -05:00
|
|
|
"@verdaccio/logger-7": "8.0.0-next-8.1",
|
|
|
|
"@verdaccio/middleware": "8.0.0-next-8.1",
|
|
|
|
"@verdaccio/search-indexer": "8.0.0-next-8.0",
|
|
|
|
"@verdaccio/signature": "8.0.0-next-8.0",
|
2023-04-04 00:39:24 -05:00
|
|
|
"@verdaccio/streams": "10.2.1",
|
2024-09-12 14:47:01 -05:00
|
|
|
"@verdaccio/tarball": "13.0.0-next-8.1",
|
|
|
|
"@verdaccio/ui-theme": "8.0.0-next-8.1",
|
|
|
|
"@verdaccio/url": "13.0.0-next-8.1",
|
|
|
|
"@verdaccio/utils": "7.0.1-next-8.1",
|
2019-02-03 15:16:48 -05:00
|
|
|
"JSONStream": "1.3.5",
|
2024-09-13 11:42:40 -05:00
|
|
|
"async": "3.2.6",
|
2024-11-24 08:31:32 -05:00
|
|
|
"clipanion": "4.0.0-rc.4",
|
|
|
|
"compression": "1.7.5",
|
2019-02-03 15:16:48 -05:00
|
|
|
"cors": "2.8.5",
|
2024-11-24 08:31:32 -05:00
|
|
|
"debug": "^4.3.7",
|
|
|
|
"envinfo": "7.14.0",
|
|
|
|
"express": "4.21.1",
|
2023-02-22 01:51:32 -05:00
|
|
|
"express-rate-limit": "5.5.1",
|
2022-01-09 17:21:08 -05:00
|
|
|
"fast-safe-stringify": "2.1.1",
|
2023-09-24 06:01:29 -05:00
|
|
|
"handlebars": "4.7.8",
|
2021-05-14 01:27:54 -05:00
|
|
|
"js-yaml": "4.1.0",
|
2023-09-24 06:01:29 -05:00
|
|
|
"jsonwebtoken": "9.0.2",
|
2022-07-13 11:36:02 -05:00
|
|
|
"kleur": "4.1.5",
|
2021-03-01 13:52:23 -05:00
|
|
|
"lodash": "4.17.21",
|
2023-03-23 01:17:45 -05:00
|
|
|
"lru-cache": "7.18.3",
|
2022-01-23 07:12:57 -05:00
|
|
|
"mime": "3.0.0",
|
2021-03-28 03:40:52 -05:00
|
|
|
"mkdirp": "1.0.4",
|
2018-08-31 17:42:15 -05:00
|
|
|
"mv": "2.1.1",
|
2018-03-11 01:21:49 -05:00
|
|
|
"pkginfo": "0.4.1",
|
2024-07-20 16:40:53 -05:00
|
|
|
"semver": "7.6.3",
|
2024-05-11 04:50:25 -05:00
|
|
|
"validator": "13.12.0",
|
2024-09-12 14:47:01 -05:00
|
|
|
"verdaccio-audit": "13.0.0-next-8.1",
|
|
|
|
"verdaccio-htpasswd": "13.0.0-next-8.1"
|
2016-04-21 15:13:49 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-11-24 08:31:32 -05:00
|
|
|
"@babel/cli": "7.25.9",
|
|
|
|
"@babel/core": "7.26.0",
|
|
|
|
"@babel/eslint-parser": "7.25.9",
|
|
|
|
"@babel/node": "7.26.0",
|
2022-07-12 15:26:04 -05:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
2024-11-24 08:31:32 -05:00
|
|
|
"@babel/plugin-proposal-decorators": "7.25.9",
|
2022-08-08 11:47:08 -05:00
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
2024-11-24 08:31:32 -05:00
|
|
|
"@babel/plugin-proposal-function-sent": "7.25.9",
|
2022-07-12 15:26:04 -05:00
|
|
|
"@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",
|
2022-12-25 15:56:24 -05:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
2023-02-25 02:02:58 -05:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
2024-11-24 08:31:32 -05:00
|
|
|
"@babel/plugin-proposal-throw-expressions": "7.25.9",
|
2020-10-11 12:06:21 -05:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
|
|
"@babel/plugin-syntax-import-meta": "7.10.4",
|
2024-11-24 08:31:32 -05:00
|
|
|
"@babel/plugin-transform-async-to-generator": "7.25.9",
|
|
|
|
"@babel/plugin-transform-classes": "7.25.9",
|
|
|
|
"@babel/plugin-transform-runtime": "7.25.9",
|
2020-10-16 00:57:46 -05:00
|
|
|
"@babel/polyfill": "^7.12.1",
|
2024-11-24 08:31:32 -05:00
|
|
|
"@babel/preset-env": "7.26.0",
|
|
|
|
"@babel/preset-typescript": "7.26.0",
|
|
|
|
"@babel/register": "7.25.9",
|
|
|
|
"@babel/runtime": "7.26.0",
|
2023-07-08 06:11:27 -05:00
|
|
|
"@octokit/rest": "19.0.13",
|
2023-12-02 12:10:38 -05:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
|
|
|
"@types/async": "3.2.24",
|
|
|
|
"@types/express": "4.17.21",
|
|
|
|
"@types/express-serve-static-core": "4.17.41",
|
|
|
|
"@types/http-errors": "2.0.4",
|
2024-07-20 16:40:53 -05:00
|
|
|
"@types/jest": "29.5.12",
|
|
|
|
"@types/lodash": "4.17.7",
|
2023-12-02 12:10:38 -05:00
|
|
|
"@types/mime": "3.0.4",
|
|
|
|
"@types/minimatch": "5.1.2",
|
2024-07-20 16:40:53 -05:00
|
|
|
"@types/node": "20.14.11",
|
2023-02-25 02:02:58 -05:00
|
|
|
"@types/pino": "7.0.5",
|
2023-12-02 12:10:38 -05:00
|
|
|
"@types/request": "2.48.12",
|
2024-05-11 04:50:25 -05:00
|
|
|
"@types/semver": "7.5.8",
|
2023-09-24 06:01:29 -05:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
|
|
"@typescript-eslint/parser": "5.62.0",
|
2022-06-14 00:47:17 -05:00
|
|
|
"@verdaccio-scope/verdaccio-auth-foo": "0.0.2",
|
2024-07-07 14:28:43 -05:00
|
|
|
"@verdaccio/types": "12.0.0-next-7.5",
|
2023-09-24 06:01:29 -05:00
|
|
|
"babel-jest": "29.7.0",
|
2020-10-11 12:06:21 -05:00
|
|
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
2020-12-13 15:29:00 -05:00
|
|
|
"cross-env": "7.0.3",
|
2020-04-09 04:09:30 -05:00
|
|
|
"detect-secrets": "1.0.6",
|
2024-05-11 04:50:25 -05:00
|
|
|
"eslint": "8.57.0",
|
2021-03-14 02:42:46 -05:00
|
|
|
"eslint-config-google": "0.14.0",
|
2023-12-02 13:01:24 -05:00
|
|
|
"eslint-config-prettier": "9.1.0",
|
2021-03-14 02:42:46 -05:00
|
|
|
"eslint-plugin-babel": "5.3.1",
|
2023-12-15 02:46:44 -05:00
|
|
|
"eslint-plugin-import": "2.29.1",
|
2024-05-11 04:50:25 -05:00
|
|
|
"eslint-plugin-jest": "27.9.0",
|
2024-07-20 16:40:53 -05:00
|
|
|
"eslint-plugin-prettier": "5.2.1",
|
|
|
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
2022-06-19 14:26:46 -05:00
|
|
|
"eslint-plugin-verdaccio": "10.0.0",
|
2022-04-18 05:05:06 -05:00
|
|
|
"fs-extra": "10.1.0",
|
2023-09-24 06:01:29 -05:00
|
|
|
"jest": "29.7.0",
|
|
|
|
"jest-config": "29.7.0",
|
|
|
|
"jest-environment-node": "29.7.0",
|
2023-01-18 18:09:24 -05:00
|
|
|
"jest-junit": "15.0.0",
|
2024-07-20 16:40:53 -05:00
|
|
|
"lockfile-lint": "4.14.0",
|
2024-11-24 08:31:32 -05:00
|
|
|
"nock": "13.5.6",
|
|
|
|
"node-mocks-http": "^1.16.1",
|
2021-05-14 01:27:54 -05:00
|
|
|
"pinst": "2.1.6",
|
2024-07-20 16:40:53 -05:00
|
|
|
"prettier": "3.3.3",
|
2020-04-09 04:09:30 -05:00
|
|
|
"rimraf": "3.0.2",
|
2023-11-12 11:51:20 -05:00
|
|
|
"selfsigned": "2.4.1",
|
2022-08-20 04:23:18 -05:00
|
|
|
"standard-version": "9.5.0",
|
2024-07-20 16:40:53 -05:00
|
|
|
"supertest": "7.0.0",
|
2023-12-08 13:33:39 -05:00
|
|
|
"ts-node": "10.9.2",
|
2023-03-18 11:26:13 -05:00
|
|
|
"typescript": "4.9.5",
|
2023-04-04 00:39:24 -05:00
|
|
|
"verdaccio-auth-memory": "10.2.2",
|
|
|
|
"verdaccio-memory": "10.3.2"
|
2016-04-21 15:13:49 -05:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"private",
|
|
|
|
"package",
|
|
|
|
"repository",
|
|
|
|
"registry",
|
2017-06-17 03:50:49 -05:00
|
|
|
"enterprise",
|
2016-04-21 15:13:49 -05:00
|
|
|
"modules",
|
|
|
|
"proxy",
|
2018-01-20 17:00:45 -05:00
|
|
|
"server",
|
|
|
|
"verdaccio"
|
2016-04-21 15:13:49 -05:00
|
|
|
],
|
|
|
|
"scripts": {
|
2017-07-28 17:19:40 -05:00
|
|
|
"release": "standard-version -a -s",
|
2019-07-16 01:40:01 -05:00
|
|
|
"type-check": "tsc --noEmit",
|
2023-02-14 16:20:11 -05:00
|
|
|
"cache:clean": "yarn cache clean --mirror && yarn cache clean --all",
|
2020-10-11 12:06:21 -05:00
|
|
|
"type-check:watch": "yarn run type-check -- --watch",
|
2022-01-09 14:51:50 -05:00
|
|
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
|
|
|
|
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
|
2020-10-11 12:06:21 -05:00
|
|
|
"test": "yarn run test:unit",
|
2018-09-03 14:11:52 -05:00
|
|
|
"test:clean": "npx jest --clearCache",
|
2020-10-11 12:06:21 -05:00
|
|
|
"test:unit": "cross-env NODE_ENV=test TZ=UTC FORCE_COLOR=1 jest --config ./jest.config.js --maxWorkers 2 --passWithNoTests",
|
2019-01-09 02:54:11 -05:00
|
|
|
"test:functional": "cross-env NODE_ENV=test jest --config ./test/jest.config.functional.js --testPathPattern ./test/functional/index* --passWithNoTests",
|
2019-12-15 02:52:55 -05:00
|
|
|
"test:e2e:cli": "cross-env NODE_ENV=test jest --config ./test/e2e-cli/jest.config.e2e.cli.js --passWithNoTests",
|
2022-11-02 15:41:58 -05:00
|
|
|
"test:all": "yarn run test && yarn run test:functional",
|
2020-10-11 12:06:21 -05:00
|
|
|
"pre:ci": "yarn run lint",
|
2022-11-02 16:52:53 -05:00
|
|
|
"lint:ts": "yarn run type-check",
|
2023-11-12 11:51:20 -05:00
|
|
|
"lint": "eslint \"**/*.{js,jsx,ts}\" --max-warnings 145 -c ./eslintrc.cjs",
|
2024-03-16 10:07:07 -05:00
|
|
|
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --allowed-hosts verdaccio npm yarn",
|
2021-05-15 09:39:03 -05:00
|
|
|
"start": "yarn babel-node --extensions \".ts,.tsx\" src/lib/cli --inspect",
|
2022-06-02 10:39:49 -05:00
|
|
|
"start:brk": "yarn babel-node --extensions \".ts,.tsx\" src/lib/cli --inspect-brk",
|
2021-03-31 14:21:40 -05:00
|
|
|
"start:debug": "yarn node debug/bootstrap.js",
|
2022-06-02 10:39:49 -05:00
|
|
|
"start:run-server": "yarn node debug/bootstrap-runserver.js",
|
2023-01-19 16:53:05 -05:00
|
|
|
"build": "yarn babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps inline",
|
2022-11-22 12:35:47 -05:00
|
|
|
"code:types": "tsc --emitDeclarationOnly -p tsconfig.json",
|
2020-10-11 12:06:21 -05:00
|
|
|
"code:docker-build": "yarn babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\"",
|
2021-05-13 16:13:57 -05:00
|
|
|
"docker": "docker build -t verdaccio/verdaccio:local . --no-cache",
|
2020-10-11 12:06:21 -05:00
|
|
|
"docker:run": "docker run -it --rm -p 4873:4873 verdaccio/verdaccio:local"
|
2016-04-21 15:13:49 -05:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-05-11 04:51:15 -05:00
|
|
|
"node": ">=14"
|
2016-04-21 15:13:49 -05:00
|
|
|
},
|
|
|
|
"preferGlobal": true,
|
2018-01-20 03:45:44 -05:00
|
|
|
"license": "MIT",
|
2021-12-23 11:35:31 -05:00
|
|
|
"resolutions": {
|
2023-12-02 16:14:18 -05:00
|
|
|
"@types/serve-static": "1.15.5",
|
2023-11-12 11:51:20 -05:00
|
|
|
"@types/express-serve-static-core": "4.17.41"
|
2021-12-23 11:35:31 -05:00
|
|
|
},
|
2018-02-17 00:57:18 -05:00
|
|
|
"collective": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio",
|
|
|
|
"logo": "https://opencollective.com/verdaccio/logo.txt"
|
2022-11-02 16:52:53 -05:00
|
|
|
},
|
2024-09-13 12:41:42 -05:00
|
|
|
"packageManager": "yarn@3.8.5"
|
2018-02-24 16:18:58 -05:00
|
|
|
}
|