mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-02 03:02:49 -05:00
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "@pnpm/plugin-commands-audit",
|
|
"version": "7.1.3",
|
|
"description": "pnpm commands for dependencies audit",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.6"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src/**/*.ts test/**/*.ts",
|
|
"_test": "jest",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "tsc --build && pnpm run lint --fix",
|
|
"update-responses": "ts-node test/utils/responses/update.ts"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/main/lockfile/plugin-commands-audit",
|
|
"keywords": [
|
|
"pnpm7",
|
|
"pnpm",
|
|
"audit"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/plugin-commands-audit#readme",
|
|
"devDependencies": {
|
|
"@pnpm/plugin-commands-audit": "workspace:*",
|
|
"@pnpm/test-fixtures": "workspace:*",
|
|
"@types/ramda": "0.28.15",
|
|
"@types/zkochan__table": "npm:@types/table@6.0.0",
|
|
"load-json-file": "^6.2.0",
|
|
"nock": "13.2.9",
|
|
"strip-ansi": "^6.0.1",
|
|
"tempy": "^1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/audit": "workspace:*",
|
|
"@pnpm/cli-utils": "workspace:*",
|
|
"@pnpm/config": "workspace:*",
|
|
"@pnpm/constants": "workspace:*",
|
|
"@pnpm/error": "workspace:*",
|
|
"@pnpm/lockfile-file": "workspace:*",
|
|
"@pnpm/network.auth-header": "workspace:*",
|
|
"@pnpm/read-project-manifest": "workspace:*",
|
|
"@pnpm/types": "workspace:*",
|
|
"@zkochan/table": "^1.0.0",
|
|
"chalk": "^4.1.2",
|
|
"mem": "^8.1.1",
|
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
"render-help": "^1.0.2"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
}
|
|
}
|