verdaccio/package.json

203 lines
6.5 KiB
JSON
Raw Normal View History

{
"name": "verdaccio",
2020-12-06 10:31:40 +01:00
"version": "4.10.0",
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": "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",
"@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",
"async": "3.2.0",
2019-04-28 00:01:10 +02:00
"body-parser": "1.19.0",
2020-07-16 22:44:42 +02:00
"bunyan": "1.8.14",
2019-09-26 19:40:23 +02:00
"commander": "3.0.2",
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.9.7",
"envinfo": "7.7.3",
"express": "4.17.1",
"handlebars": "4.7.6",
2020-07-16 22:44:42 +02:00
"http-errors": "1.8.0",
"js-yaml": "3.14.1",
2019-04-06 14:58:02 +02:00
"jsonwebtoken": "8.5.1",
"kleur": "4.1.3",
"lodash": "4.17.20",
2019-02-03 21:16:48 +01:00
"lunr-mutable-indexes": "2.3.2",
"marked": "1.2.6",
"mime": "2.4.6",
2018-03-11 07:21:49 +01:00
"minimatch": "3.0.4",
"mkdirp": "0.5.5",
"mv": "2.1.1",
2018-03-11 07:21:49 +01:00
"pkginfo": "0.4.1",
"request": "2.88.0",
"semver": "7.3.4",
"verdaccio-audit": "9.7.3",
"verdaccio-htpasswd": "9.7.2"
},
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/node": "7.12.10",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-proposal-decorators": "7.12.1",
"@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",
"@babel/plugin-proposal-numeric-separator": "7.12.7",
"@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",
"@babel/plugin-transform-async-to-generator": "7.12.1",
"@babel/plugin-transform-classes": "7.12.1",
"@babel/plugin-transform-runtime": "7.12.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"@babel/register": "7.12.10",
"@babel/runtime": "7.12.5",
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@octokit/rest": "16.43.2",
"@types/async": "3.2.4",
"@types/bunyan": "1.8.6",
"@types/express": "4.17.1",
"@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",
"@types/mime": "2.0.1",
"@types/minimatch": "3.0.3",
"@types/node": "12.12.21",
2019-09-30 20:54:10 +02:00
"@types/request": "2.48.3",
"@types/semver": "6.2.0",
"@typescript-eslint/eslint-plugin": "2.12.0",
"@verdaccio/eslint-config": "^8.5.0",
2020-10-31 17:54:20 +01:00
"@verdaccio/types": "^9.7.2",
"all-contributors-cli": "6.19.0",
2020-10-11 19:06:21 +02:00
"babel-eslint": "10.1.0",
"babel-jest": "26.6.3",
"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",
"codecov": "3.8.1",
"cross-env": "7.0.3",
"detect-secrets": "1.0.6",
"eslint": "6.8.0",
"fs-extra": "9.0.1",
"get-stdin": "7.0.0",
"husky": "2.7.0",
"in-publish": "2.0.1",
"jest": "25.5.4",
"jest-environment-node": "25.5.0",
"jest-junit": "9.0.0",
"lint-staged": "8.2.1",
"lockfile-lint": "4.3.7",
"nock": "12.0.3",
"prettier": "1.19.1",
"puppeteer": "5.5.0",
"rimraf": "3.0.2",
"selfsigned": "1.10.8",
"standard-version": "9.0.0",
"supertest": "6.0.1",
"typescript": "3.9.7",
"verdaccio": "^4.5.1",
"verdaccio-auth-memory": "^9.7.2",
"verdaccio-memory": "^9.7.2"
},
"keywords": [
"private",
"package",
"repository",
"registry",
"enterprise",
"modules",
"proxy",
"server",
"verdaccio"
],
"scripts": {
"release": "standard-version -a -s",
2020-10-11 19:06:21 +02:00
"prepublish": "in-publish && yarn run code:build || not-in-publish",
"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",
"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",
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",
"lint:ts": "eslint . --ext .js,.ts",
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts verdaccio npm yarn",
"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"
},
"engines": {
"node": ">=8",
"npm": ">=5"
},
"preferGlobal": true,
2018-02-08 23:25:18 +01:00
"husky": {
"hooks": {
"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": {
"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
},
"license": "MIT",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/verdaccio",
"logo": "https://opencollective.com/verdaccio/logo.txt"
}
2018-02-24 22:18:58 +01:00
}