libnpmpack 5.0.18 → 6.0.0-pre.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +17 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "libnpmpack",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0-pre.0",
|
|
4
4
|
"description": "Programmatic API for the bits behind npm pack",
|
|
5
5
|
"author": "GitHub Inc.",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@npmcli/eslint-config": "^4.0.0",
|
|
26
|
-
"@npmcli/template-oss": "4.
|
|
27
|
-
"nock": "^13.3.
|
|
26
|
+
"@npmcli/template-oss": "4.18.0",
|
|
27
|
+
"nock": "^13.3.3",
|
|
28
28
|
"spawk": "^1.7.1",
|
|
29
|
-
"tap": "^16.3.
|
|
29
|
+
"tap": "^16.3.8"
|
|
30
30
|
},
|
|
31
31
|
"repository": {
|
|
32
32
|
"type": "git",
|
|
@@ -36,18 +36,24 @@
|
|
|
36
36
|
"bugs": "https://github.com/npm/libnpmpack/issues",
|
|
37
37
|
"homepage": "https://npmjs.com/package/libnpmpack",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@npmcli/arborist": "^
|
|
40
|
-
"@npmcli/run-script": "^
|
|
41
|
-
"npm-package-arg": "^
|
|
42
|
-
"pacote": "^
|
|
39
|
+
"@npmcli/arborist": "^7.0.0-pre.0",
|
|
40
|
+
"@npmcli/run-script": "^7.0.1",
|
|
41
|
+
"npm-package-arg": "^11.0.0",
|
|
42
|
+
"pacote": "^17.0.4"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
|
-
"node": "^
|
|
45
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
46
46
|
},
|
|
47
47
|
"templateOSS": {
|
|
48
48
|
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
|
49
|
-
"version": "4.
|
|
50
|
-
"content": "../../scripts/template-oss/index.js"
|
|
49
|
+
"version": "4.18.0",
|
|
50
|
+
"content": "../../scripts/template-oss/index.js",
|
|
51
|
+
"ciVersions": [
|
|
52
|
+
"16.14.0",
|
|
53
|
+
"16.x",
|
|
54
|
+
"18.0.0",
|
|
55
|
+
"18.x"
|
|
56
|
+
]
|
|
51
57
|
},
|
|
52
58
|
"tap": {
|
|
53
59
|
"nyc-arg": [
|