2016-04-21 22:13:49 +02:00
|
|
|
{
|
|
|
|
"name": "verdaccio",
|
2022-01-27 07:45:14 +01:00
|
|
|
"version": "5.5.2",
|
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",
|
2018-01-17 22:29:00 +01:00
|
|
|
"main": "build/index.js",
|
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": {
|
2022-02-13 12:22:50 +01:00
|
|
|
"@verdaccio/commons-api": "10.2.0",
|
2022-02-13 11:53:35 +01:00
|
|
|
"@verdaccio/local-storage": "10.2.0",
|
2022-02-14 22:35:13 +01:00
|
|
|
"@verdaccio/readme": "10.3.2",
|
2022-02-14 23:13:28 +01:00
|
|
|
"@verdaccio/streams": "10.2.0",
|
2022-01-24 21:22:28 +01:00
|
|
|
"@verdaccio/ui-theme": "6.0.0-6-next.16",
|
2019-02-03 21:16:48 +01:00
|
|
|
"JSONStream": "1.3.5",
|
2022-01-20 19:57:56 +01:00
|
|
|
"async": "3.2.3",
|
2021-12-21 20:33:03 +01:00
|
|
|
"body-parser": "1.19.1",
|
2021-10-22 08:17:32 +02:00
|
|
|
"clipanion": "3.1.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",
|
2021-10-23 11:34:29 +02:00
|
|
|
"dayjs": "1.10.7",
|
2022-01-09 22:02:47 +01:00
|
|
|
"debug": "^4.3.3",
|
2021-05-14 08:27:54 +02:00
|
|
|
"envinfo": "7.8.1",
|
2022-01-09 20:31:26 +01:00
|
|
|
"eslint-import-resolver-node": "0.3.6",
|
2021-12-23 17:35:31 +01:00
|
|
|
"express": "4.17.2",
|
|
|
|
"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",
|
2022-01-09 22:02:47 +01:00
|
|
|
"http-errors": "2.0.0",
|
2021-05-14 08:27:54 +02:00
|
|
|
"js-yaml": "4.1.0",
|
2019-04-06 14:58:02 +02:00
|
|
|
"jsonwebtoken": "8.5.1",
|
2021-03-05 22:59:44 +01:00
|
|
|
"kleur": "4.1.4",
|
2021-03-01 19:52:23 +01:00
|
|
|
"lodash": "4.17.21",
|
2021-03-31 21:21:40 +02:00
|
|
|
"lru-cache": "6.0.0",
|
2019-02-03 21:16:48 +01:00
|
|
|
"lunr-mutable-indexes": "2.3.2",
|
2022-02-07 22:00:45 +01:00
|
|
|
"marked": "4.0.12",
|
2021-03-31 21:21:40 +02:00
|
|
|
"memoizee": "0.4.15",
|
2022-01-23 13:12:57 +01:00
|
|
|
"mime": "3.0.0",
|
2018-03-11 07:21:49 +01:00
|
|
|
"minimatch": "3.0.4",
|
2021-03-28 10:40:52 +02:00
|
|
|
"mkdirp": "1.0.4",
|
2018-09-01 00:42:15 +02:00
|
|
|
"mv": "2.1.1",
|
2021-12-31 15:08:57 +01:00
|
|
|
"pino": "6.13.4",
|
2018-03-11 07:21:49 +01:00
|
|
|
"pkginfo": "0.4.1",
|
2021-05-14 08:27:54 +02:00
|
|
|
"prettier-bytes": "^1.0.4",
|
2021-07-14 20:21:41 +02:00
|
|
|
"pretty-ms": "^7.0.1",
|
2020-07-16 23:16:58 +02:00
|
|
|
"request": "2.88.0",
|
2021-05-14 08:27:54 +02:00
|
|
|
"semver": "7.3.5",
|
2021-11-05 07:03:37 +01:00
|
|
|
"validator": "13.7.0",
|
2022-02-14 23:13:15 +01:00
|
|
|
"verdaccio-audit": "10.2.0",
|
2021-12-12 00:06:34 +01:00
|
|
|
"verdaccio-htpasswd": "10.1.0"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-11 17:42:24 +01:00
|
|
|
"@babel/cli": "7.16.8",
|
2022-01-20 18:28:18 +01:00
|
|
|
"@babel/core": "7.16.10",
|
2022-01-11 17:42:24 +01:00
|
|
|
"@babel/node": "7.16.8",
|
2022-01-09 22:02:47 +01:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-decorators": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-function-sent": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-json-strings": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.16.7",
|
|
|
|
"@babel/plugin-proposal-throw-expressions": "7.16.7",
|
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-01-11 17:42:24 +01:00
|
|
|
"@babel/plugin-transform-async-to-generator": "7.16.8",
|
2022-01-09 22:02:47 +01:00
|
|
|
"@babel/plugin-transform-classes": "7.16.7",
|
2022-01-20 18:28:18 +01:00
|
|
|
"@babel/plugin-transform-runtime": "7.16.10",
|
2020-10-16 07:57:46 +02:00
|
|
|
"@babel/polyfill": "^7.12.1",
|
2022-01-20 18:28:18 +01:00
|
|
|
"@babel/preset-env": "7.16.11",
|
2022-01-09 22:02:47 +01:00
|
|
|
"@babel/preset-typescript": "7.16.7",
|
2022-01-16 09:12:56 +01:00
|
|
|
"@babel/register": "7.16.9",
|
2022-01-09 22:02:47 +01:00
|
|
|
"@babel/runtime": "7.16.7",
|
2021-05-14 08:27:54 +02:00
|
|
|
"@commitlint/cli": "12.1.4",
|
|
|
|
"@commitlint/config-conventional": "12.1.4",
|
2022-01-19 07:59:12 +01:00
|
|
|
"@octokit/rest": "18.12.0",
|
2022-01-09 20:51:50 +01:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "3.1.1",
|
2022-01-09 22:02:47 +01:00
|
|
|
"@types/async": "3.2.12",
|
2022-01-09 23:44:54 +01:00
|
|
|
"@types/express": "4.17.13",
|
2021-12-23 17:35:31 +01:00
|
|
|
"@types/express-rate-limit": "5.1.3",
|
2022-01-19 08:03:46 +01:00
|
|
|
"@types/express-serve-static-core": "4.17.28",
|
2022-01-16 10:20:26 +01:00
|
|
|
"@types/http-errors": "1.8.2",
|
2022-01-11 00:11:30 +01:00
|
|
|
"@types/jest": "26.0.24",
|
2022-01-10 00:16:37 +01:00
|
|
|
"@types/lodash": "4.14.178",
|
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",
|
2021-04-03 13:13:31 +02:00
|
|
|
"@types/node": "14.14.37",
|
2021-10-24 08:43:00 +02:00
|
|
|
"@types/pino": "6.3.12",
|
2022-01-10 22:21:44 +01:00
|
|
|
"@types/request": "2.48.8",
|
2022-01-11 18:32:07 +01:00
|
|
|
"@types/semver": "7.3.9",
|
2022-01-09 20:31:26 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.33.0",
|
|
|
|
"@typescript-eslint/parser": "4.33.0",
|
2019-12-25 14:46:14 +01:00
|
|
|
"@verdaccio/eslint-config": "^8.5.0",
|
2021-12-24 19:04:15 +01:00
|
|
|
"@verdaccio/types": "10.2.2",
|
2021-03-05 22:59:44 +01:00
|
|
|
"all-contributors-cli": "6.20.0",
|
2020-10-11 19:06:21 +02:00
|
|
|
"babel-eslint": "10.1.0",
|
2020-11-20 06:43:57 +01:00
|
|
|
"babel-jest": "26.6.3",
|
2022-01-09 22:02:47 +01:00
|
|
|
"babel-loader": "^8.2.3",
|
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",
|
2022-01-09 20:31:26 +01:00
|
|
|
"eslint": "7.32.0",
|
2021-03-14 08:42:46 +01:00
|
|
|
"eslint-config-google": "0.14.0",
|
|
|
|
"eslint-config-prettier": "7.2.0",
|
|
|
|
"eslint-plugin-babel": "5.3.1",
|
2022-01-09 20:31:26 +01:00
|
|
|
"eslint-plugin-import": "2.25.4",
|
|
|
|
"eslint-plugin-jest": "24.7.0",
|
2021-03-14 08:42:46 +01:00
|
|
|
"eslint-plugin-simple-import-sort": "7.0.0",
|
|
|
|
"eslint-plugin-verdaccio": "9.6.1",
|
2021-05-22 09:57:07 +02:00
|
|
|
"fs-extra": "10.0.0",
|
2021-05-13 23:13:57 +02:00
|
|
|
"husky": "6.0.0",
|
|
|
|
"jest": "26.6.3",
|
|
|
|
"jest-config": "26.6.3",
|
|
|
|
"jest-environment-node": "26.6.2",
|
2022-01-21 21:54:07 +01:00
|
|
|
"jest-junit": "12.3.0",
|
2021-07-14 20:21:41 +02:00
|
|
|
"lint-staged": "11.0.1",
|
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",
|
2021-03-29 12:32:37 +02:00
|
|
|
"node-mocks-http": "^1.10.1",
|
2021-05-14 08:27:54 +02:00
|
|
|
"pinst": "2.1.6",
|
2022-01-09 20:31:26 +01:00
|
|
|
"prettier": "2.5.1",
|
2020-12-13 21:29:00 +01:00
|
|
|
"puppeteer": "5.5.0",
|
2020-04-09 11:09:30 +02:00
|
|
|
"rimraf": "3.0.2",
|
2022-01-16 09:40:39 +01:00
|
|
|
"selfsigned": "1.10.14",
|
2021-11-05 16:59:41 +01:00
|
|
|
"standard-version": "9.3.2",
|
2022-01-22 09:50:26 +01:00
|
|
|
"supertest": "6.2.2",
|
2022-01-09 22:02:47 +01:00
|
|
|
"ts-node": "10.4.0",
|
2021-04-03 13:13:31 +02:00
|
|
|
"typescript": "4.1.3",
|
2022-02-13 09:54:52 +01:00
|
|
|
"verdaccio-auth-memory": "10.2.0",
|
2021-12-12 00:06:34 +01:00
|
|
|
"verdaccio-memory": "10.1.0"
|
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",
|
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",
|
2020-10-11 19:06:21 +02:00
|
|
|
"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",
|
2021-05-13 23:13:57 +02:00
|
|
|
"lint:ts": "eslint \"**/*.{js,jsx,ts,tsx}\" -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",
|
2021-03-31 21:21:40 +02:00
|
|
|
"start:debug": "yarn node debug/bootstrap.js",
|
2020-10-11 19:06:21 +02:00
|
|
|
"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\"",
|
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": {
|
2021-04-03 13:13:31 +02:00
|
|
|
"node": ">=12",
|
2021-04-03 18:32:12 +02:00
|
|
|
"npm": ">=6"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"preferGlobal": true,
|
2018-01-20 09:45:44 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"commitlint": {
|
|
|
|
"extends": [
|
|
|
|
"@commitlint/config-conventional"
|
|
|
|
]
|
2018-02-17 06:57:18 +01:00
|
|
|
},
|
2021-05-13 23:13:57 +02:00
|
|
|
"lint-staged": {
|
|
|
|
"*.{js,jsx,ts,tsx,json,yml,yaml,md}": "prettier --write",
|
|
|
|
"*.{js,ts,tsx}": "eslint --fix -c ./eslintrc.js"
|
|
|
|
},
|
2021-12-23 17:35:31 +01:00
|
|
|
"resolutions": {
|
2022-01-12 21:18:48 +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"
|
2018-01-20 09:45:44 +01:00
|
|
|
}
|
2018-02-24 22:18:58 +01:00
|
|
|
}
|