verdaccio/package.json

205 lines
7.0 KiB
JSON
Raw Normal View History

{
"name": "verdaccio",
2022-05-05 07:54:33 +02:00
"version": "5.10.1",
2019-04-14 00:54:24 +02:00
"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"
},
2019-08-26 07:01:48 +02:00
"homepage": "https://verdaccio.org",
"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"
},
"dependencies": {
"@verdaccio/commons-api": "10.2.0",
"@verdaccio/local-storage": "10.2.1",
"@verdaccio/readme": "10.3.3",
"@verdaccio/streams": "10.2.0",
"@verdaccio/ui-theme": "6.0.0-6-next.24",
2019-02-03 21:16:48 +01:00
"JSONStream": "1.3.5",
"async": "3.2.3",
"body-parser": "1.20.0",
"clipanion": "3.1.0",
2019-04-06 14:58:02 +02:00
"compression": "1.7.4",
"cookies": "0.8.0",
2019-02-03 21:16:48 +01:00
"cors": "2.8.5",
"dayjs": "1.11.2",
"debug": "^4.3.3",
2021-05-14 08:27:54 +02:00
"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",
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",
"kleur": "4.1.4",
"lodash": "4.17.21",
"lru-cache": "7.9.0",
2019-02-03 21:16:48 +01:00
"lunr-mutable-indexes": "2.3.2",
"marked": "4.0.15",
"memoizee": "0.4.15",
"mime": "3.0.0",
"minimatch": "5.0.1",
"mkdirp": "1.0.4",
"mv": "2.1.1",
"pino": "6.14.0",
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",
"request": "2.88.0",
"semver": "7.3.7",
"validator": "13.7.0",
"verdaccio-audit": "10.2.1",
"verdaccio-htpasswd": "10.3.0"
},
"devDependencies": {
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@babel/node": "7.17.10",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-decorators": "7.17.9",
"@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.17.3",
"@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",
"@babel/plugin-transform-async-to-generator": "7.16.8",
"@babel/plugin-transform-classes": "7.16.7",
"@babel/plugin-transform-runtime": "7.17.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "7.17.10",
"@babel/preset-typescript": "7.16.7",
"@babel/register": "7.17.7",
"@babel/runtime": "7.17.9",
2021-05-14 08:27:54 +02:00
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@octokit/rest": "18.12.0",
"@trivago/prettier-plugin-sort-imports": "3.1.1",
"@types/async": "3.2.12",
"@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": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@verdaccio/eslint-config": "^8.5.0",
"@verdaccio/types": "10.3.0",
"all-contributors-cli": "6.20.0",
2020-10-11 19:06:21 +02:00
"babel-eslint": "10.1.0",
"babel-jest": "26.6.3",
"babel-loader": "^8.2.3",
2020-10-11 19:06:21 +02:00
"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": "7.2.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "24.7.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-verdaccio": "9.6.1",
"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",
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",
"nock": "12.0.3",
"node-mocks-http": "^1.10.1",
2021-05-14 08:27:54 +02:00
"pinst": "2.1.6",
"prettier": "2.5.1",
"puppeteer": "5.5.0",
"rimraf": "3.0.2",
"selfsigned": "1.10.14",
"standard-version": "9.3.2",
"supertest": "6.2.3",
"ts-node": "10.7.0",
"typescript": "4.1.3",
"verdaccio-auth-memory": "10.2.0",
"verdaccio-memory": "10.2.0"
},
"keywords": [
"private",
"package",
"repository",
"registry",
"enterprise",
"modules",
"proxy",
"server",
"verdaccio"
],
"scripts": {
"release": "standard-version -a -s",
"type-check": "tsc --noEmit",
2020-10-11 19:06:21 +02:00
"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}\"",
2020-10-11 19:06:21 +02:00
"test": "yarn run test:unit",
"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",
"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",
"lint:ts": "eslint \"**/*.{js,jsx,ts,tsx}\" -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: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\"",
"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"
},
"engines": {
"node": ">=12",
2021-04-03 18:32:12 +02:00
"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"
}
2018-02-24 22:18:58 +01:00
}