2019-01-29 14:43:00 -08:00
|
|
|
{
|
2020-10-02 17:52:19 -04:00
|
|
|
"name": "libnpmpublish",
|
2025-01-10 08:20:27 -08:00
|
|
|
"version": "11.0.0",
|
2020-10-02 17:52:19 -04:00
|
|
|
"description": "Programmatic API for the bits behind npm publish and unpublish",
|
2022-01-14 19:42:48 +02:00
|
|
|
"author": "GitHub Inc.",
|
|
|
|
"main": "lib/index.js",
|
2020-10-02 17:52:19 -04:00
|
|
|
"contributors": [
|
|
|
|
"Kat Marchán <kzm@zkat.tech>",
|
|
|
|
"Claudia Hernández <claudia@npmjs.com>"
|
2019-01-29 14:43:00 -08:00
|
|
|
],
|
2020-10-02 17:52:19 -04:00
|
|
|
"files": [
|
2022-03-31 22:43:17 +00:00
|
|
|
"bin/",
|
|
|
|
"lib/"
|
2020-10-02 17:52:19 -04:00
|
|
|
],
|
|
|
|
"license": "ISC",
|
|
|
|
"scripts": {
|
2024-09-07 23:09:40 -07:00
|
|
|
"lint": "npm run eslint",
|
|
|
|
"lintfix": "npm run eslint -- --fix",
|
2020-10-02 17:52:19 -04:00
|
|
|
"test": "tap",
|
2024-01-11 06:28:56 -08:00
|
|
|
"posttest": "npm run lint",
|
2022-03-31 22:43:17 +00:00
|
|
|
"postlint": "template-oss-check",
|
2022-03-03 21:38:08 +00:00
|
|
|
"snap": "tap",
|
2024-09-07 23:09:40 -07:00
|
|
|
"template-oss-apply": "template-oss-apply --force",
|
|
|
|
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
|
2019-01-29 14:43:00 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-05 06:54:06 -07:00
|
|
|
"@npmcli/eslint-config": "^5.0.1",
|
2023-06-08 05:24:49 -07:00
|
|
|
"@npmcli/mock-globals": "^1.0.0",
|
2023-01-16 22:38:23 -05:00
|
|
|
"@npmcli/mock-registry": "^1.0.0",
|
2025-01-10 08:20:27 -08:00
|
|
|
"@npmcli/template-oss": "4.23.6",
|
2023-09-06 12:54:44 -07:00
|
|
|
"tap": "^16.3.8"
|
2019-01-29 14:43:00 -08: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/libnpmpublish"
|
2019-01-29 14:43:00 -08:00
|
|
|
},
|
2022-02-07 22:15:05 +02:00
|
|
|
"bugs": "https://github.com/npm/cli/issues",
|
2020-10-02 17:52:19 -04:00
|
|
|
"homepage": "https://npmjs.com/package/libnpmpublish",
|
|
|
|
"dependencies": {
|
2023-11-16 09:12:25 -08:00
|
|
|
"ci-info": "^4.0.0",
|
2024-10-05 06:54:06 -07:00
|
|
|
"normalize-package-data": "^7.0.0",
|
|
|
|
"npm-package-arg": "^12.0.0",
|
|
|
|
"npm-registry-fetch": "^18.0.1",
|
|
|
|
"proc-log": "^5.0.0",
|
2022-04-28 18:41:15 +05:30
|
|
|
"semver": "^7.3.7",
|
2024-11-23 23:55:06 -08:00
|
|
|
"sigstore": "^3.0.0",
|
2024-10-05 06:54:06 -07:00
|
|
|
"ssri": "^12.0.0"
|
2019-01-29 14:43:00 -08:00
|
|
|
},
|
2020-10-02 17:52:19 -04:00
|
|
|
"engines": {
|
2025-01-10 08:20:27 -08:00
|
|
|
"node": "^20.17.0 || >=22.9.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"
|
2022-11-07 13:02:05 -05:00
|
|
|
},
|
|
|
|
"tap": {
|
|
|
|
"nyc-arg": [
|
|
|
|
"--exclude",
|
|
|
|
"tap-snapshots/**"
|
|
|
|
]
|
2020-10-02 17:52:19 -04:00
|
|
|
}
|
2019-01-29 14:43:00 -08:00
|
|
|
}
|