@pnpm/deps.inspection.commands 1100.3.3 → 1100.3.4
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 +30 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/deps.inspection.commands",
|
|
3
|
-
"version": "1100.3.
|
|
3
|
+
"version": "1100.3.4",
|
|
4
4
|
"description": "The list, ll, why, and outdated commands of pnpm",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -8,7 +8,10 @@
|
|
|
8
8
|
],
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"funding": "https://opencollective.com/pnpm",
|
|
11
|
-
"repository":
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/pnpm/pnpm/tree/main/deps/inspection/commands"
|
|
14
|
+
},
|
|
12
15
|
"homepage": "https://github.com/pnpm/pnpm/tree/main/deps/inspection/commands#readme",
|
|
13
16
|
"bugs": {
|
|
14
17
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
@@ -33,28 +36,28 @@
|
|
|
33
36
|
"open": "^7.4.2",
|
|
34
37
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
35
38
|
"render-help": "^2.0.0",
|
|
36
|
-
"@pnpm/cli.command": "1100.0.1",
|
|
37
|
-
"@pnpm/config.matcher": "1100.0.1",
|
|
38
|
-
"@pnpm/deps.inspection.list": "1100.0.14",
|
|
39
|
-
"@pnpm/deps.inspection.outdated": "1100.1.4",
|
|
40
39
|
"@pnpm/cli.common-cli-options-help": "1100.0.1",
|
|
41
|
-
"@pnpm/
|
|
42
|
-
"@pnpm/
|
|
43
|
-
"@pnpm/
|
|
40
|
+
"@pnpm/cli.utils": "1101.0.9",
|
|
41
|
+
"@pnpm/cli.command": "1100.0.1",
|
|
42
|
+
"@pnpm/config.pick-registry-for-package": "1100.0.7",
|
|
43
|
+
"@pnpm/deps.inspection.peers-checker": "1100.0.12",
|
|
44
|
+
"@pnpm/config.reader": "1101.6.0",
|
|
45
|
+
"@pnpm/deps.inspection.outdated": "1100.1.5",
|
|
44
46
|
"@pnpm/error": "1100.0.0",
|
|
45
|
-
"@pnpm/
|
|
46
|
-
"@pnpm/
|
|
47
|
-
"@pnpm/
|
|
48
|
-
"@pnpm/
|
|
49
|
-
"@pnpm/
|
|
50
|
-
"@pnpm/
|
|
51
|
-
"@pnpm/
|
|
52
|
-
"@pnpm/
|
|
53
|
-
"@pnpm/resolving.
|
|
54
|
-
"@pnpm/resolving.
|
|
55
|
-
"@pnpm/
|
|
47
|
+
"@pnpm/global.commands": "1100.0.25",
|
|
48
|
+
"@pnpm/deps.inspection.peers-issues-renderer": "1100.0.4",
|
|
49
|
+
"@pnpm/global.packages": "1100.0.6",
|
|
50
|
+
"@pnpm/network.fetch": "1100.1.0",
|
|
51
|
+
"@pnpm/config.matcher": "1100.0.1",
|
|
52
|
+
"@pnpm/lockfile.fs": "1100.1.3",
|
|
53
|
+
"@pnpm/network.auth-header": "1101.1.0",
|
|
54
|
+
"@pnpm/deps.inspection.list": "1100.0.15",
|
|
55
|
+
"@pnpm/resolving.default-resolver": "1100.3.5",
|
|
56
|
+
"@pnpm/resolving.registry.types": "1100.1.1",
|
|
57
|
+
"@pnpm/types": "1101.3.0",
|
|
58
|
+
"@pnpm/resolving.npm-resolver": "1101.5.0",
|
|
56
59
|
"@pnpm/store.path": "1100.0.1",
|
|
57
|
-
"@pnpm/
|
|
60
|
+
"@pnpm/installing.modules-yaml": "1100.0.7"
|
|
58
61
|
},
|
|
59
62
|
"peerDependencies": {
|
|
60
63
|
"@pnpm/logger": "^1001.0.1"
|
|
@@ -68,13 +71,13 @@
|
|
|
68
71
|
"symlink-dir": "^10.0.1",
|
|
69
72
|
"write-yaml-file": "^6.0.0",
|
|
70
73
|
"@pnpm/constants": "1100.0.0",
|
|
71
|
-
"@pnpm/deps.inspection.commands": "1100.3.
|
|
72
|
-
"@pnpm/
|
|
74
|
+
"@pnpm/deps.inspection.commands": "1100.3.4",
|
|
75
|
+
"@pnpm/testing.registry-mock": "1100.0.3",
|
|
76
|
+
"@pnpm/installing.commands": "1100.7.2",
|
|
73
77
|
"@pnpm/test-fixtures": "1100.0.0",
|
|
74
|
-
"@pnpm/
|
|
75
|
-
"@pnpm/workspace.projects-filter": "1100.0.
|
|
76
|
-
"@pnpm/testing.
|
|
77
|
-
"@pnpm/installing.commands": "1100.7.1"
|
|
78
|
+
"@pnpm/prepare": "1100.0.13",
|
|
79
|
+
"@pnpm/workspace.projects-filter": "1100.0.18",
|
|
80
|
+
"@pnpm/testing.command-defaults": "1100.0.3"
|
|
78
81
|
},
|
|
79
82
|
"engines": {
|
|
80
83
|
"node": ">=22.13"
|