2021-04-29 16:30:06 -04:00
|
|
|
{
|
|
|
|
"name": "libnpmexec",
|
2025-04-10 14:36:22 -07:00
|
|
|
"version": "10.1.1",
|
2021-04-29 16:30:06 -04:00
|
|
|
"files": [
|
2022-03-31 22:43:17 +00:00
|
|
|
"bin/",
|
|
|
|
"lib/"
|
2021-04-29 16:30:06 -04:00
|
|
|
],
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"engines": {
|
2025-01-10 08:20:27 -08:00
|
|
|
"node": "^20.17.0 || >=22.9.0"
|
2021-04-29 16:30:06 -04:00
|
|
|
},
|
|
|
|
"description": "npm exec (npx) programmatic API",
|
2022-03-03 21:38:08 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-04-30 23:53:22 -07:00
|
|
|
"url": "git+https://github.com/npm/cli.git",
|
2022-03-03 21:38:08 +00:00
|
|
|
"directory": "workspaces/libnpmexec"
|
|
|
|
},
|
2021-04-29 16:30:06 -04:00
|
|
|
"keywords": [
|
|
|
|
"npm",
|
|
|
|
"npmcli",
|
|
|
|
"libnpm",
|
|
|
|
"cli",
|
|
|
|
"workspaces",
|
|
|
|
"libnpmexec"
|
|
|
|
],
|
|
|
|
"author": "GitHub Inc.",
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Ruy Adorno",
|
|
|
|
"url": "https://ruyadorno.com",
|
|
|
|
"twitter": "ruyadorno"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"license": "ISC",
|
|
|
|
"scripts": {
|
2024-09-07 23:09:40 -07:00
|
|
|
"lint": "npm run eslint",
|
2024-01-11 06:28:56 -08:00
|
|
|
"posttest": "npm run lint",
|
2022-01-14 19:42:48 +02:00
|
|
|
"test": "tap",
|
|
|
|
"snap": "tap",
|
2022-03-31 22:43:17 +00:00
|
|
|
"postlint": "template-oss-check",
|
2024-09-07 23:09:40 -07:00
|
|
|
"lintfix": "npm run eslint -- --fix",
|
|
|
|
"template-oss-apply": "template-oss-apply --force",
|
|
|
|
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
|
2021-04-29 16:30:06 -04:00
|
|
|
},
|
|
|
|
"tap": {
|
2022-11-07 13:02:05 -05:00
|
|
|
"files": "test/*.js",
|
|
|
|
"nyc-arg": [
|
|
|
|
"--exclude",
|
|
|
|
"tap-snapshots/**"
|
|
|
|
]
|
2021-04-29 16:30:06 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-05 06:54:06 -07:00
|
|
|
"@npmcli/eslint-config": "^5.0.1",
|
2022-12-06 22:18:33 -05:00
|
|
|
"@npmcli/mock-registry": "^1.0.0",
|
2025-01-10 08:20:27 -08:00
|
|
|
"@npmcli/template-oss": "4.23.6",
|
2024-10-05 06:54:06 -07:00
|
|
|
"bin-links": "^5.0.0",
|
2023-06-08 05:24:49 -07:00
|
|
|
"chalk": "^5.2.0",
|
2023-02-18 17:09:39 -05:00
|
|
|
"just-extend": "^6.2.0",
|
|
|
|
"just-safe-set": "^4.2.1",
|
2023-09-06 12:54:44 -07:00
|
|
|
"tap": "^16.3.8"
|
2021-04-29 16:30:06 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-04-10 14:36:22 -07:00
|
|
|
"@npmcli/arborist": "^9.0.2",
|
2025-03-13 05:31:42 -07:00
|
|
|
"@npmcli/package-json": "^6.1.1",
|
2024-10-05 06:54:06 -07:00
|
|
|
"@npmcli/run-script": "^9.0.1",
|
2023-11-16 09:12:25 -08:00
|
|
|
"ci-info": "^4.0.0",
|
2024-10-05 06:54:06 -07:00
|
|
|
"npm-package-arg": "^12.0.0",
|
2025-01-10 08:20:27 -08:00
|
|
|
"pacote": "^21.0.0",
|
2024-10-05 06:54:06 -07:00
|
|
|
"proc-log": "^5.0.0",
|
|
|
|
"read": "^4.0.0",
|
|
|
|
"read-package-json-fast": "^4.0.0",
|
2022-08-04 21:23:58 -07:00
|
|
|
"semver": "^7.3.7",
|
2025-01-10 08:20:27 -08:00
|
|
|
"walk-up-path": "^4.0.0"
|
2022-01-14 19:42:48 +02:00
|
|
|
},
|
|
|
|
"templateOSS": {
|
2022-03-31 22:43:17 +00:00
|
|
|
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
2025-01-10 08:20:27 -08:00
|
|
|
"version": "4.23.6",
|
2023-10-13 06:55:37 -07:00
|
|
|
"content": "../../scripts/template-oss/index.js"
|
2021-04-29 16:30:06 -04:00
|
|
|
}
|
|
|
|
}
|