2021-01-28 17:38:39 -05:00
|
|
|
{
|
|
|
|
"name": "libnpmdiff",
|
2025-04-10 14:36:22 -07:00
|
|
|
"version": "8.0.2",
|
2021-01-28 17:38:39 -05:00
|
|
|
"description": "The registry diff",
|
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/libnpmdiff"
|
|
|
|
},
|
2022-01-14 19:42:48 +02:00
|
|
|
"main": "lib/index.js",
|
2021-01-28 17:38:39 -05:00
|
|
|
"files": [
|
2022-03-31 22:43:17 +00:00
|
|
|
"bin/",
|
|
|
|
"lib/"
|
2021-01-28 17:38:39 -05:00
|
|
|
],
|
|
|
|
"engines": {
|
2025-01-10 08:20:27 -08:00
|
|
|
"node": "^20.17.0 || >=22.9.0"
|
2021-01-28 17:38:39 -05:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"npm",
|
|
|
|
"npmcli",
|
|
|
|
"libnpm",
|
|
|
|
"cli",
|
|
|
|
"diff"
|
|
|
|
],
|
|
|
|
"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",
|
|
|
|
"lintfix": "npm run eslint -- --fix",
|
2022-01-14 19:42:48 +02:00
|
|
|
"test": "tap",
|
2024-01-11 06:28:56 -08:00
|
|
|
"posttest": "npm run lint",
|
2022-01-14 19:42:48 +02:00
|
|
|
"snap": "tap",
|
2022-03-31 22:43:17 +00:00
|
|
|
"postlint": "template-oss-check",
|
2024-09-07 23:09:40 -07:00
|
|
|
"template-oss-apply": "template-oss-apply --force",
|
|
|
|
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
|
2021-01-28 17:38:39 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-05 06:54:06 -07:00
|
|
|
"@npmcli/eslint-config": "^5.0.1",
|
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"
|
2021-01-28 17:38:39 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-04-10 14:36:22 -07:00
|
|
|
"@npmcli/arborist": "^9.0.2",
|
2024-10-05 06:54:06 -07:00
|
|
|
"@npmcli/installed-package-contents": "^3.0.0",
|
2025-01-10 08:20:27 -08:00
|
|
|
"binary-extensions": "^3.0.0",
|
|
|
|
"diff": "^7.0.0",
|
2024-04-07 14:36:14 -07:00
|
|
|
"minimatch": "^9.0.4",
|
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-04-07 14:36:14 -07:00
|
|
|
"tar": "^6.2.1"
|
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/**"
|
|
|
|
]
|
2021-01-28 17:38:39 -05:00
|
|
|
}
|
|
|
|
}
|