2016-04-21 22:13:49 +02:00
|
|
|
{
|
|
|
|
"name": "verdaccio",
|
2021-03-04 19:06:09 +01:00
|
|
|
"version": "4.11.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": {
|
2020-07-11 10:02:06 +02:00
|
|
|
"@verdaccio/commons-api": "9.7.1",
|
2020-10-31 17:54:20 +01:00
|
|
|
"@verdaccio/local-storage": "9.7.4",
|
2020-08-01 09:16:18 +02:00
|
|
|
"@verdaccio/readme": "9.7.3",
|
2020-07-31 19:26:51 +02:00
|
|
|
"@verdaccio/streams": "9.7.2",
|
2021-01-20 20:55:04 +01:00
|
|
|
"@verdaccio/ui-theme": "1.15.1",
|
2019-02-03 21:16:48 +01:00
|
|
|
"JSONStream": "1.3.5",
|
2020-03-18 17:09:47 +01:00
|
|
|
"async": "3.2.0",
|
2019-04-28 00:01:10 +02:00
|
|
|
"body-parser": "1.19.0",
|
2021-01-20 21:24:53 +01:00
|
|
|
"bunyan": "1.8.15",
|
2019-09-26 19:40:23 +02:00
|
|
|
"commander": "3.0.2",
|
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-01-20 21:24:53 +01:00
|
|
|
"dayjs": "1.10.3",
|
2020-10-16 07:57:46 +02:00
|
|
|
"envinfo": "7.7.3",
|
2019-07-16 08:40:01 +02:00
|
|
|
"express": "4.17.1",
|
2021-03-01 19:52:23 +01:00
|
|
|
"handlebars": "4.7.7",
|
2020-07-16 22:44:42 +02:00
|
|
|
"http-errors": "1.8.0",
|
2020-12-13 21:29:00 +01:00
|
|
|
"js-yaml": "3.14.1",
|
2019-04-06 14:58:02 +02:00
|
|
|
"jsonwebtoken": "8.5.1",
|
2020-10-16 07:57:46 +02:00
|
|
|
"kleur": "4.1.3",
|
2021-03-01 19:52:23 +01:00
|
|
|
"lodash": "4.17.21",
|
2019-02-03 21:16:48 +01:00
|
|
|
"lunr-mutable-indexes": "2.3.2",
|
2021-01-20 21:24:53 +01:00
|
|
|
"marked": "1.2.7",
|
|
|
|
"mime": "2.5.0",
|
2018-03-11 07:21:49 +01:00
|
|
|
"minimatch": "3.0.4",
|
2020-06-03 22:35:31 +02:00
|
|
|
"mkdirp": "0.5.5",
|
2018-09-01 00:42:15 +02:00
|
|
|
"mv": "2.1.1",
|
2018-03-11 07:21:49 +01:00
|
|
|
"pkginfo": "0.4.1",
|
2020-07-16 23:16:58 +02:00
|
|
|
"request": "2.88.0",
|
2020-12-13 21:29:00 +01:00
|
|
|
"semver": "7.3.4",
|
2020-08-05 22:50:42 +02:00
|
|
|
"verdaccio-audit": "9.7.3",
|
2020-08-05 22:35:48 +02:00
|
|
|
"verdaccio-htpasswd": "9.7.2"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-12-13 21:29:00 +01:00
|
|
|
"@babel/cli": "7.12.10",
|
|
|
|
"@babel/core": "7.12.10",
|
|
|
|
"@babel/node": "7.12.10",
|
2020-10-16 07:57:46 +02:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.12.1",
|
2021-01-20 21:24:53 +01:00
|
|
|
"@babel/plugin-proposal-decorators": "7.12.12",
|
2020-10-16 07:57:46 +02:00
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.12.1",
|
|
|
|
"@babel/plugin-proposal-function-sent": "7.12.1",
|
|
|
|
"@babel/plugin-proposal-json-strings": "7.12.1",
|
2020-12-13 21:29:00 +01:00
|
|
|
"@babel/plugin-proposal-numeric-separator": "7.12.7",
|
2020-10-16 07:57:46 +02:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
|
|
|
|
"@babel/plugin-proposal-throw-expressions": "7.12.1",
|
2020-10-11 19:06:21 +02:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
|
|
"@babel/plugin-syntax-import-meta": "7.10.4",
|
2020-10-16 07:57:46 +02:00
|
|
|
"@babel/plugin-transform-async-to-generator": "7.12.1",
|
|
|
|
"@babel/plugin-transform-classes": "7.12.1",
|
2020-12-13 21:29:00 +01:00
|
|
|
"@babel/plugin-transform-runtime": "7.12.10",
|
2020-10-16 07:57:46 +02:00
|
|
|
"@babel/polyfill": "^7.12.1",
|
2021-01-20 21:24:53 +01:00
|
|
|
"@babel/preset-env": "7.12.11",
|
2020-12-13 21:29:00 +01:00
|
|
|
"@babel/preset-typescript": "7.12.7",
|
|
|
|
"@babel/register": "7.12.10",
|
2020-11-20 06:43:57 +01:00
|
|
|
"@babel/runtime": "7.12.5",
|
2020-04-09 11:09:30 +02:00
|
|
|
"@commitlint/cli": "8.3.5",
|
|
|
|
"@commitlint/config-conventional": "8.3.4",
|
2020-12-13 21:29:00 +01:00
|
|
|
"@octokit/rest": "16.43.2",
|
2020-11-20 06:43:57 +01:00
|
|
|
"@types/async": "3.2.4",
|
2019-07-16 08:40:01 +02:00
|
|
|
"@types/bunyan": "1.8.6",
|
2019-08-25 19:16:43 +02:00
|
|
|
"@types/express": "4.17.1",
|
2019-12-06 18:46:33 +01:00
|
|
|
"@types/http-errors": "1.6.3",
|
2020-10-11 19:06:21 +02:00
|
|
|
"@types/jest": "26.0.14",
|
2020-07-16 22:44:42 +02:00
|
|
|
"@types/lodash": "4.14.157",
|
2019-07-16 08:40:01 +02:00
|
|
|
"@types/mime": "2.0.1",
|
|
|
|
"@types/minimatch": "3.0.3",
|
2019-12-23 09:29:27 +01:00
|
|
|
"@types/node": "12.12.21",
|
2019-09-30 20:54:10 +02:00
|
|
|
"@types/request": "2.48.3",
|
2019-11-17 11:55:48 +01:00
|
|
|
"@types/semver": "6.2.0",
|
2019-12-23 09:29:27 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "2.12.0",
|
2019-12-25 14:46:14 +01:00
|
|
|
"@verdaccio/eslint-config": "^8.5.0",
|
2020-10-31 17:54:20 +01:00
|
|
|
"@verdaccio/types": "^9.7.2",
|
2020-12-13 21:29:00 +01:00
|
|
|
"all-contributors-cli": "6.19.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",
|
2020-12-13 21:29:00 +01:00
|
|
|
"babel-loader": "^8.2.2",
|
2020-10-11 19:06:21 +02:00
|
|
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
|
|
|
"babel-plugin-emotion": "10.0.33",
|
2020-12-13 21:29:00 +01:00
|
|
|
"codecov": "3.8.1",
|
|
|
|
"cross-env": "7.0.3",
|
2020-04-09 11:09:30 +02:00
|
|
|
"detect-secrets": "1.0.6",
|
2019-12-23 09:29:27 +01:00
|
|
|
"eslint": "6.8.0",
|
2020-12-13 21:29:00 +01:00
|
|
|
"fs-extra": "9.0.1",
|
2019-05-09 23:41:16 +02:00
|
|
|
"get-stdin": "7.0.0",
|
2019-07-16 08:40:01 +02:00
|
|
|
"husky": "2.7.0",
|
2020-04-09 11:09:30 +02:00
|
|
|
"in-publish": "2.0.1",
|
2020-12-13 21:29:00 +01:00
|
|
|
"jest": "25.5.4",
|
|
|
|
"jest-environment-node": "25.5.0",
|
2019-11-08 06:48:31 +01:00
|
|
|
"jest-junit": "9.0.0",
|
2019-07-16 08:40:01 +02:00
|
|
|
"lint-staged": "8.2.1",
|
2020-12-13 21:29:00 +01:00
|
|
|
"lockfile-lint": "4.3.7",
|
|
|
|
"nock": "12.0.3",
|
2019-12-23 09:29:27 +01:00
|
|
|
"prettier": "1.19.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",
|
2020-12-13 21:29:00 +01:00
|
|
|
"selfsigned": "1.10.8",
|
2021-01-20 21:24:53 +01:00
|
|
|
"standard-version": "9.1.0",
|
|
|
|
"supertest": "6.1.1",
|
2020-12-13 21:29:00 +01:00
|
|
|
"typescript": "3.9.7",
|
2020-04-09 11:09:30 +02:00
|
|
|
"verdaccio": "^4.5.1",
|
2020-10-16 07:57:46 +02:00
|
|
|
"verdaccio-auth-memory": "^9.7.2",
|
|
|
|
"verdaccio-memory": "^9.7.2"
|
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",
|
2020-10-11 19:06:21 +02:00
|
|
|
"prepublish": "in-publish && yarn run code:build || not-in-publish",
|
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",
|
|
|
|
"pretest": "yarn run code:build",
|
|
|
|
"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",
|
2017-11-01 17:47:20 +01:00
|
|
|
"coverage:publish": "codecov",
|
2020-10-11 19:06:21 +02:00
|
|
|
"lint": "yarn run type-check && yarn run lint:ts",
|
2019-07-16 08:40:01 +02:00
|
|
|
"lint:ts": "eslint . --ext .js,.ts",
|
2019-08-25 18:37:25 +02:00
|
|
|
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts verdaccio npm yarn",
|
2019-07-16 08:40:01 +02:00
|
|
|
"format": "prettier --single-quote --trailing-comma none --write \"{src,test}/**/*.ts\"",
|
2020-10-11 19:06:21 +02:00
|
|
|
"dev:start": "yarn babel-node --extensions \".ts,.tsx\" src/lib/cli",
|
|
|
|
"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:build": "docker build -t verdaccio/verdaccio:local . --no-cache",
|
|
|
|
"docker:run": "docker run -it --rm -p 4873:4873 verdaccio/verdaccio:local"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2020-06-03 22:35:31 +02:00
|
|
|
"node": ">=8",
|
2019-03-28 07:22:48 +01:00
|
|
|
"npm": ">=5"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"preferGlobal": true,
|
2018-02-08 23:25:18 +01:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
2019-03-09 14:00:47 +01:00
|
|
|
"pre-commit": "lint-staged",
|
|
|
|
"commit-msg": "commitlint -e $GIT_PARAMS"
|
2018-02-08 23:25:18 +01:00
|
|
|
}
|
|
|
|
},
|
2018-08-15 22:17:41 +02:00
|
|
|
"lint-staged": {
|
2019-07-05 21:38:33 +02:00
|
|
|
"relative": true,
|
2018-12-04 07:21:53 +01:00
|
|
|
"linters": {
|
|
|
|
"*.yaml": [
|
|
|
|
"prettier --parser yaml --no-config --single-quote --write",
|
2019-07-19 07:02:08 +02:00
|
|
|
"detect-secrets-launcher --baseline .secrets-baseline",
|
2018-12-04 07:21:53 +01:00
|
|
|
"git add"
|
|
|
|
],
|
|
|
|
"*": [
|
|
|
|
"eslint .",
|
|
|
|
"prettier --write",
|
2019-07-19 07:02:08 +02:00
|
|
|
"detect-secrets-launcher --baseline .secrets-baseline",
|
2018-12-04 07:21:53 +01:00
|
|
|
"git add"
|
|
|
|
]
|
|
|
|
},
|
2018-12-05 23:53:20 +01:00
|
|
|
"ignore": [
|
|
|
|
"*.json"
|
|
|
|
]
|
2018-08-15 22:17:41 +02:00
|
|
|
},
|
2018-01-20 09:45:44 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"commitlint": {
|
|
|
|
"extends": [
|
|
|
|
"@commitlint/config-conventional"
|
|
|
|
]
|
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
|
|
|
}
|