1 Star 0 Fork 0

不上道的木杉/verdaccio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 6.53 KB
一键复制 编辑 原始数据 按行查看 历史
Juan Picado 提交于 2021-01-20 21:44 . chore(release): 4.11.0
{
"name": "verdaccio",
"version": "4.11.0",
"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"
},
"homepage": "https://verdaccio.org",
"main": "build/index.js",
"bin": "./bin/verdaccio",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/verdaccio"
},
"dependencies": {
"@verdaccio/commons-api": "9.7.1",
"@verdaccio/local-storage": "9.7.4",
"@verdaccio/readme": "9.7.3",
"@verdaccio/streams": "9.7.2",
"@verdaccio/ui-theme": "1.15.1",
"JSONStream": "1.3.5",
"async": "3.2.0",
"body-parser": "1.19.0",
"bunyan": "1.8.15",
"commander": "3.0.2",
"compression": "1.7.4",
"cookies": "0.8.0",
"cors": "2.8.5",
"dayjs": "1.10.3",
"envinfo": "7.7.3",
"express": "4.17.1",
"handlebars": "4.7.6",
"http-errors": "1.8.0",
"js-yaml": "3.14.1",
"jsonwebtoken": "8.5.1",
"kleur": "4.1.3",
"lodash": "4.17.20",
"lunr-mutable-indexes": "2.3.2",
"marked": "1.2.7",
"mime": "2.5.0",
"minimatch": "3.0.4",
"mkdirp": "0.5.5",
"mv": "2.1.1",
"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.12",
"@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",
"@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.11",
"@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",
"@types/jest": "26.0.14",
"@types/lodash": "4.14.157",
"@types/mime": "2.0.1",
"@types/minimatch": "3.0.3",
"@types/node": "12.12.21",
"@types/request": "2.48.3",
"@types/semver": "6.2.0",
"@typescript-eslint/eslint-plugin": "2.12.0",
"@verdaccio/eslint-config": "^8.5.0",
"@verdaccio/types": "^9.7.2",
"all-contributors-cli": "6.19.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.6.3",
"babel-loader": "^8.2.2",
"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.1.0",
"supertest": "6.1.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",
"prepublish": "in-publish && yarn run code:build || not-in-publish",
"type-check": "tsc --noEmit",
"type-check:watch": "yarn run type-check -- --watch",
"pretest": "yarn run code:build",
"test": "yarn run test:unit",
"test:clean": "npx jest --clearCache",
"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",
"test:e2e:cli": "cross-env NODE_ENV=test jest --config ./test/e2e-cli/jest.config.e2e.cli.js --passWithNoTests",
"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",
"coverage:publish": "codecov",
"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\"",
"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,
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -e $GIT_PARAMS"
}
},
"lint-staged": {
"relative": true,
"linters": {
"*.yaml": [
"prettier --parser yaml --no-config --single-quote --write",
"detect-secrets-launcher --baseline .secrets-baseline",
"git add"
],
"*": [
"eslint .",
"prettier --write",
"detect-secrets-launcher --baseline .secrets-baseline",
"git add"
]
},
"ignore": [
"*.json"
]
},
"license": "MIT",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/verdaccio",
"logo": "https://opencollective.com/verdaccio/logo.txt"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/15873661/verdaccio.git
git@gitee.com:15873661/verdaccio.git
15873661
verdaccio
verdaccio
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385