2016-04-21 22:13:49 +02:00
|
|
|
{
|
|
|
|
"name": "verdaccio",
|
2023-03-23 10:26:32 +01:00
|
|
|
"version": "5.23.1",
|
2019-04-14 00:54:24 +02:00
|
|
|
"description": "A lightweight private npm proxy registry",
|
2016-04-21 22:13:49 +02:00
|
|
|
"author": {
|
2019-02-07 07:51:44 +01:00
|
|
|
"name": "Verdaccio Maintainers",
|
|
|
|
"email": "verdaccio.npm@gmail.com"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/verdaccio/verdaccio"
|
|
|
|
},
|
2019-08-26 07:01:48 +02:00
|
|
|
"homepage": "https://verdaccio.org",
|
2023-03-23 10:26:17 +01:00
|
|
|
"main": "build/index.js",
|
2022-11-22 18:35:47 +01:00
|
|
|
"types": "build/index.d.ts",
|
2020-10-11 19:06:21 +02:00
|
|
|
"bin": "./bin/verdaccio",
|
2019-12-11 23:41:25 +01:00
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
|
|
|
},
|
2016-04-21 22:13:49 +02:00
|
|
|
"dependencies": {
|
2023-04-03 23:28:03 +02:00
|
|
|
"@verdaccio/config": "6.0.0-6-next.67",
|
2023-03-18 22:40:34 +01:00
|
|
|
"@verdaccio/core": "6.0.0-6-next.67",
|
2022-06-23 08:15:45 +02:00
|
|
|
"@verdaccio/local-storage": "10.3.1",
|
2023-03-18 22:40:34 +01:00
|
|
|
"@verdaccio/logger-7": "6.0.0-6-next.12",
|
|
|
|
"@verdaccio/middleware": "6.0.0-6-next.46",
|
2023-03-03 21:32:10 +01:00
|
|
|
"@verdaccio/signature": "6.0.0-6-next.2",
|
2022-02-14 23:13:28 +01:00
|
|
|
"@verdaccio/streams": "10.2.0",
|
2023-03-18 22:40:34 +01:00
|
|
|
"@verdaccio/tarball": "11.0.0-6-next.36",
|
|
|
|
"@verdaccio/ui-theme": "6.0.0-6-next.67",
|
|
|
|
"@verdaccio/url": "11.0.0-6-next.33",
|
|
|
|
"@verdaccio/utils": "6.0.0-6-next.35",
|
2019-02-03 21:16:48 +01:00
|
|
|
"JSONStream": "1.3.5",
|
2022-06-13 22:27:41 +02:00
|
|
|
"async": "3.2.4",
|
2023-02-25 08:02:58 +01:00
|
|
|
"body-parser": "1.20.2",
|
|
|
|
"clipanion": "3.2.0",
|
2019-04-06 14:58:02 +02:00
|
|
|
"compression": "1.7.4",
|
2019-12-23 09:29:27 +01:00
|
|
|
"cookies": "0.8.0",
|
2019-02-03 21:16:48 +01:00
|
|
|
"cors": "2.8.5",
|
2022-11-08 19:45:25 +01:00
|
|
|
"debug": "^4.3.4",
|
2021-05-14 08:27:54 +02:00
|
|
|
"envinfo": "7.8.1",
|
2022-10-15 12:56:42 +02:00
|
|
|
"express": "4.18.2",
|
2023-02-22 07:51:32 +01:00
|
|
|
"express-rate-limit": "5.5.1",
|
2022-01-09 23:21:08 +01:00
|
|
|
"fast-safe-stringify": "2.1.1",
|
2021-03-01 19:52:23 +01:00
|
|
|
"handlebars": "4.7.7",
|
2021-05-14 08:27:54 +02:00
|
|
|
"js-yaml": "4.1.0",
|
2022-12-25 21:56:24 +01:00
|
|
|
"jsonwebtoken": "9.0.0",
|
2022-07-13 18:36:02 +02:00
|
|
|
"kleur": "4.1.5",
|
2021-03-01 19:52:23 +01:00
|
|
|
"lodash": "4.17.21",
|
2023-03-23 07:17:45 +01:00
|
|
|
"lru-cache": "7.18.3",
|
2019-02-03 21:16:48 +01:00
|
|
|
"lunr-mutable-indexes": "2.3.2",
|
2022-01-23 13:12:57 +01:00
|
|
|
"mime": "3.0.0",
|
2021-03-28 10:40:52 +02:00
|
|
|
"mkdirp": "1.0.4",
|
2018-09-01 00:42:15 +02:00
|
|
|
"mv": "2.1.1",
|
2018-03-11 07:21:49 +01:00
|
|
|
"pkginfo": "0.4.1",
|
2023-02-25 08:02:58 +01:00
|
|
|
"request": "2.88.2",
|
2022-12-03 17:58:46 +01:00
|
|
|
"semver": "7.3.8",
|
2023-02-25 08:02:58 +01:00
|
|
|
"validator": "13.9.0",
|
2023-03-18 22:40:34 +01:00
|
|
|
"verdaccio-audit": "11.0.0-6-next.30",
|
2023-03-23 07:17:45 +01:00
|
|
|
"verdaccio-htpasswd": "10.5.3"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-02-25 08:02:58 +01:00
|
|
|
"@babel/cli": "7.21.0",
|
|
|
|
"@babel/core": "7.21.0",
|
2022-12-25 21:56:24 +01:00
|
|
|
"@babel/node": "7.20.7",
|
2022-07-12 22:26:04 +02:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
2023-02-25 08:02:58 +01:00
|
|
|
"@babel/plugin-proposal-decorators": "7.21.0",
|
2022-08-08 18:47:08 +02:00
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
2022-07-12 22:26:04 +02:00
|
|
|
"@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",
|
2022-12-25 21:56:24 +01:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
2023-02-25 08:02:58 +01:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
2022-07-12 22:26:04 +02:00
|
|
|
"@babel/plugin-proposal-throw-expressions": "7.18.6",
|
2020-10-11 19:06:21 +02:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
|
|
"@babel/plugin-syntax-import-meta": "7.10.4",
|
2022-12-25 21:56:24 +01:00
|
|
|
"@babel/plugin-transform-async-to-generator": "7.20.7",
|
2023-02-25 08:02:58 +01:00
|
|
|
"@babel/plugin-transform-classes": "7.21.0",
|
|
|
|
"@babel/plugin-transform-runtime": "7.21.0",
|
2020-10-16 07:57:46 +02:00
|
|
|
"@babel/polyfill": "^7.12.1",
|
2022-12-03 17:58:46 +01:00
|
|
|
"@babel/preset-env": "7.20.2",
|
2023-02-25 08:02:58 +01:00
|
|
|
"@babel/preset-typescript": "7.21.0",
|
|
|
|
"@babel/register": "7.21.0",
|
|
|
|
"@babel/runtime": "7.21.0",
|
2023-01-28 14:39:37 +01:00
|
|
|
"@octokit/rest": "19.0.7",
|
2023-02-25 08:02:58 +01:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "4.1.1",
|
2023-01-28 14:39:37 +01:00
|
|
|
"@types/async": "3.2.16",
|
2022-10-15 12:56:42 +02:00
|
|
|
"@types/express": "4.17.14",
|
2022-01-19 08:03:46 +01:00
|
|
|
"@types/express-serve-static-core": "4.17.28",
|
2023-01-28 14:39:37 +01:00
|
|
|
"@types/http-errors": "2.0.1",
|
2023-01-29 16:24:58 +01:00
|
|
|
"@types/jest": "26.0.24",
|
2023-01-28 14:39:37 +01:00
|
|
|
"@types/lodash": "4.14.191",
|
2021-11-05 07:17:07 +01:00
|
|
|
"@types/mime": "2.0.3",
|
2022-01-13 20:21:15 +01:00
|
|
|
"@types/minimatch": "3.0.5",
|
2023-01-28 14:39:37 +01:00
|
|
|
"@types/node": "18.11.18",
|
2023-02-25 08:02:58 +01:00
|
|
|
"@types/pino": "7.0.5",
|
2022-01-10 22:21:44 +01:00
|
|
|
"@types/request": "2.48.8",
|
2023-01-28 14:39:37 +01:00
|
|
|
"@types/semver": "7.3.13",
|
|
|
|
"@typescript-eslint/eslint-plugin": "5.49.0",
|
|
|
|
"@typescript-eslint/parser": "5.49.0",
|
2022-06-14 07:47:17 +02:00
|
|
|
"@verdaccio-scope/verdaccio-auth-foo": "0.0.2",
|
2023-03-18 22:40:34 +01:00
|
|
|
"@verdaccio/types": "11.0.0-6-next.25",
|
2020-10-11 19:06:21 +02:00
|
|
|
"babel-eslint": "10.1.0",
|
2023-01-28 14:39:37 +01:00
|
|
|
"babel-jest": "29.4.1",
|
2020-10-11 19:06:21 +02:00
|
|
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
2020-12-13 21:29:00 +01:00
|
|
|
"cross-env": "7.0.3",
|
2020-04-09 11:09:30 +02:00
|
|
|
"detect-secrets": "1.0.6",
|
2023-02-25 08:02:58 +01:00
|
|
|
"eslint": "8.34.0",
|
2021-03-14 08:42:46 +01:00
|
|
|
"eslint-config-google": "0.14.0",
|
2023-01-19 00:09:24 +01:00
|
|
|
"eslint-config-prettier": "8.6.0",
|
2021-03-14 08:42:46 +01:00
|
|
|
"eslint-plugin-babel": "5.3.1",
|
2023-01-19 00:09:24 +01:00
|
|
|
"eslint-plugin-import": "2.27.5",
|
2023-01-28 14:39:37 +01:00
|
|
|
"eslint-plugin-jest": "27.2.1",
|
2023-01-18 22:49:28 +01:00
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2023-01-28 14:39:37 +01:00
|
|
|
"eslint-plugin-simple-import-sort": "9.0.0",
|
2022-06-19 21:26:46 +02:00
|
|
|
"eslint-plugin-verdaccio": "10.0.0",
|
2022-04-18 12:05:06 +02:00
|
|
|
"fs-extra": "10.1.0",
|
2023-01-28 14:39:37 +01:00
|
|
|
"get-port": "5.1.1",
|
2023-02-25 08:02:58 +01:00
|
|
|
"jest": "29.4.3",
|
|
|
|
"jest-config": "29.4.3",
|
|
|
|
"jest-environment-node": "29.4.3",
|
2023-01-19 00:09:24 +01:00
|
|
|
"jest-junit": "15.0.0",
|
2021-05-14 08:27:54 +02:00
|
|
|
"lockfile-lint": "4.6.2",
|
2020-12-13 21:29:00 +01:00
|
|
|
"nock": "12.0.3",
|
2023-01-19 00:21:28 +01:00
|
|
|
"node-mocks-http": "^1.12.1",
|
2021-05-14 08:27:54 +02:00
|
|
|
"pinst": "2.1.6",
|
2023-02-25 08:02:58 +01:00
|
|
|
"prettier": "2.8.4",
|
2020-04-09 11:09:30 +02:00
|
|
|
"rimraf": "3.0.2",
|
2023-02-25 08:02:58 +01:00
|
|
|
"selfsigned": "2.1.1",
|
2022-08-20 11:23:18 +02:00
|
|
|
"standard-version": "9.5.0",
|
2022-12-25 21:56:24 +01:00
|
|
|
"supertest": "6.3.3",
|
2023-01-19 00:21:28 +01:00
|
|
|
"ts-node": "10.9.1",
|
2023-03-18 17:26:13 +01:00
|
|
|
"typescript": "4.9.5",
|
2023-03-23 07:17:45 +01:00
|
|
|
"verdaccio-auth-memory": "10.2.1",
|
|
|
|
"verdaccio-memory": "10.3.1"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"private",
|
|
|
|
"package",
|
|
|
|
"repository",
|
|
|
|
"registry",
|
2017-06-17 10:50:49 +02:00
|
|
|
"enterprise",
|
2016-04-21 22:13:49 +02:00
|
|
|
"modules",
|
|
|
|
"proxy",
|
2018-01-20 23:00:45 +01:00
|
|
|
"server",
|
|
|
|
"verdaccio"
|
2016-04-21 22:13:49 +02:00
|
|
|
],
|
|
|
|
"scripts": {
|
2017-07-29 00:19:40 +02:00
|
|
|
"release": "standard-version -a -s",
|
2019-07-16 08:40:01 +02:00
|
|
|
"type-check": "tsc --noEmit",
|
2023-02-14 22:20:11 +01:00
|
|
|
"cache:clean": "yarn cache clean --mirror && yarn cache clean --all",
|
2020-10-11 19:06:21 +02:00
|
|
|
"type-check:watch": "yarn run type-check -- --watch",
|
2022-01-09 20:51:50 +01: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 19:06:21 +02:00
|
|
|
"test": "yarn run test:unit",
|
2018-09-03 21:11:52 +02:00
|
|
|
"test:clean": "npx jest --clearCache",
|
2020-10-11 19:06:21 +02:00
|
|
|
"test:unit": "cross-env NODE_ENV=test TZ=UTC FORCE_COLOR=1 jest --config ./jest.config.js --maxWorkers 2 --passWithNoTests",
|
2019-01-09 08:54:11 +01:00
|
|
|
"test:functional": "cross-env NODE_ENV=test jest --config ./test/jest.config.functional.js --testPathPattern ./test/functional/index* --passWithNoTests",
|
2019-12-15 08:52:55 +01:00
|
|
|
"test:e2e:cli": "cross-env NODE_ENV=test jest --config ./test/e2e-cli/jest.config.e2e.cli.js --passWithNoTests",
|
2022-11-02 21:41:58 +01:00
|
|
|
"test:all": "yarn run test && yarn run test:functional",
|
2020-10-11 19:06:21 +02:00
|
|
|
"pre:ci": "yarn run lint",
|
2022-11-02 22:52:53 +01:00
|
|
|
"lint:ts": "yarn run type-check",
|
2023-01-18 22:50:29 +01:00
|
|
|
"lint": "eslint \"**/*.{js,jsx,ts}\" --max-warnings 145 -c ./eslintrc.js",
|
2019-08-25 18:37:25 +02:00
|
|
|
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts verdaccio npm yarn",
|
2021-05-15 16:39:03 +02:00
|
|
|
"start": "yarn babel-node --extensions \".ts,.tsx\" src/lib/cli --inspect",
|
2022-06-02 17:39:49 +02:00
|
|
|
"start:brk": "yarn babel-node --extensions \".ts,.tsx\" src/lib/cli --inspect-brk",
|
2021-03-31 21:21:40 +02:00
|
|
|
"start:debug": "yarn node debug/bootstrap.js",
|
2022-06-02 17:39:49 +02:00
|
|
|
"start:run-server": "yarn node debug/bootstrap-runserver.js",
|
2023-01-19 22:53:05 +01:00
|
|
|
"build": "yarn babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps inline",
|
2022-11-22 18:35:47 +01:00
|
|
|
"code:types": "tsc --emitDeclarationOnly -p tsconfig.json",
|
2020-10-11 19:06:21 +02:00
|
|
|
"code:docker-build": "yarn babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\"",
|
2021-05-13 23:13:57 +02:00
|
|
|
"docker": "docker build -t verdaccio/verdaccio:local . --no-cache",
|
2020-10-11 19:06:21 +02:00
|
|
|
"docker:run": "docker run -it --rm -p 4873:4873 verdaccio/verdaccio:local"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-01-28 14:39:37 +01:00
|
|
|
"node": ">=12.18"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"preferGlobal": true,
|
2018-01-20 09:45:44 +01:00
|
|
|
"license": "MIT",
|
2021-12-23 17:35:31 +01:00
|
|
|
"resolutions": {
|
2022-11-22 19:50:02 +01:00
|
|
|
"@types/serve-static": "1.13.10"
|
2021-12-23 17:35:31 +01:00
|
|
|
},
|
2018-02-17 06:57:18 +01:00
|
|
|
"collective": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio",
|
|
|
|
"logo": "https://opencollective.com/verdaccio/logo.txt"
|
2022-11-02 22:52:53 +01:00
|
|
|
},
|
2023-04-03 21:11:38 +02:00
|
|
|
"packageManager": "yarn@3.5.0",
|
2023-03-03 21:32:10 +01:00
|
|
|
"dependenciesMeta": {
|
2023-03-18 22:40:34 +01:00
|
|
|
"@verdaccio/types@11.0.0-6-next.24": {
|
2023-03-03 21:32:10 +01:00
|
|
|
"unplugged": true
|
|
|
|
}
|
|
|
|
}
|
2018-02-24 22:18:58 +01:00
|
|
|
}
|