2020-10-23 16:12:54 -05:00
|
|
|
{
|
|
|
|
"name": "verdaccio-audit",
|
2023-09-24 03:34:31 -05:00
|
|
|
"version": "12.0.0-next.2",
|
2020-10-23 16:12:54 -05:00
|
|
|
"description": "Verdaccio Middleware plugin to bypass npmjs audit",
|
|
|
|
"keywords": [
|
2021-02-11 11:51:53 -05:00
|
|
|
"private",
|
|
|
|
"package",
|
|
|
|
"repository",
|
|
|
|
"registry",
|
|
|
|
"enterprise",
|
|
|
|
"modules",
|
|
|
|
"proxy",
|
|
|
|
"server",
|
|
|
|
"verdaccio"
|
2020-10-23 16:12:54 -05:00
|
|
|
],
|
|
|
|
"author": "Juan Picado <juanpicado19@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://verdaccio.org",
|
|
|
|
"repository": {
|
2020-10-24 11:39:00 -05:00
|
|
|
"type": "https",
|
2020-10-23 16:12:54 -05:00
|
|
|
"url": "https://github.com/verdaccio/verdaccio",
|
|
|
|
"directory": "packages/plugins/audit"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio/issues"
|
|
|
|
},
|
|
|
|
"main": "build/index.js",
|
|
|
|
"types": "build/index.d.ts",
|
2021-02-11 11:51:53 -05:00
|
|
|
"engines": {
|
2023-10-14 15:43:03 -05:00
|
|
|
"node": ">=12"
|
2021-02-11 11:51:53 -05:00
|
|
|
},
|
2020-10-23 16:12:54 -05:00
|
|
|
"dependencies": {
|
2023-09-24 03:34:31 -05:00
|
|
|
"@verdaccio/config": "workspace:7.0.0-next.2",
|
2023-10-07 09:23:04 -05:00
|
|
|
"@verdaccio/core": "workspace:7.0.0-next.2",
|
2022-10-15 14:51:29 -05:00
|
|
|
"express": "4.18.2",
|
2022-08-08 01:55:41 -05:00
|
|
|
"https-proxy-agent": "5.0.1",
|
2022-01-09 10:30:35 -05:00
|
|
|
"node-fetch": "cjs"
|
2020-10-23 16:12:54 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-09-24 03:34:31 -05:00
|
|
|
"@verdaccio/auth": "workspace:7.0.0-next.2",
|
|
|
|
"@verdaccio/logger": "workspace:7.0.0-next.2",
|
2023-10-07 09:23:04 -05:00
|
|
|
"@verdaccio/types": "workspace:12.0.0-next.0",
|
|
|
|
"nock": "13.3.3",
|
2022-12-26 03:43:07 -05:00
|
|
|
"supertest": "6.3.3"
|
2020-10-23 16:12:54 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf ./build",
|
|
|
|
"type-check": "tsc --noEmit -p tsconfig.build.json",
|
|
|
|
"build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
|
|
|
|
"build:js": "babel src/ --out-dir build/ --copy-files --extensions \".ts,.tsx\" --source-maps",
|
|
|
|
"build": "pnpm run build:js && pnpm run build:types",
|
2020-12-22 15:16:11 -05:00
|
|
|
"watch": "pnpm build:js -- --watch",
|
2022-07-29 13:51:45 -05:00
|
|
|
"test": "jest"
|
2020-10-23 16:12:54 -05:00
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
|
|
|
}
|
|
|
|
}
|