@pnpm/plugin-commands-outdated 1000.0.13 → 1000.0.15
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 +35 -35
package/package.json
CHANGED
|
@@ -1,38 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/plugin-commands-outdated",
|
|
3
|
-
"version": "1000.0.
|
|
3
|
+
"version": "1000.0.15",
|
|
4
4
|
"description": "The outdated command of pnpm",
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"types": "lib/index.d.ts",
|
|
7
|
-
"files": [
|
|
8
|
-
"lib",
|
|
9
|
-
"!*.map"
|
|
10
|
-
],
|
|
11
|
-
"engines": {
|
|
12
|
-
"node": ">=18.12"
|
|
13
|
-
},
|
|
14
|
-
"repository": "https://github.com/pnpm/pnpm/blob/main/reviewing/plugin-commands-outdated",
|
|
15
5
|
"keywords": [
|
|
16
|
-
"pnpm10",
|
|
17
6
|
"pnpm",
|
|
7
|
+
"pnpm10",
|
|
18
8
|
"outdated"
|
|
19
9
|
],
|
|
20
10
|
"license": "MIT",
|
|
11
|
+
"funding": "https://opencollective.com/pnpm",
|
|
12
|
+
"repository": "https://github.com/pnpm/pnpm/blob/main/reviewing/plugin-commands-outdated",
|
|
13
|
+
"homepage": "https://github.com/pnpm/pnpm/blob/main/reviewing/plugin-commands-outdated#readme",
|
|
21
14
|
"bugs": {
|
|
22
15
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
23
16
|
},
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
"@types/zkochan__table": "npm:@types/table@6.0.0",
|
|
29
|
-
"@pnpm/constants": "1001.1.0",
|
|
30
|
-
"@pnpm/plugin-commands-outdated": "1000.0.13",
|
|
31
|
-
"@pnpm/plugin-commands-installation": "1002.0.1",
|
|
32
|
-
"@pnpm/workspace.filter-packages-from-dir": "1000.0.12",
|
|
33
|
-
"@pnpm/test-fixtures": "0.1.37",
|
|
34
|
-
"@pnpm/prepare": "0.0.112"
|
|
17
|
+
"main": "lib/index.js",
|
|
18
|
+
"types": "lib/index.d.ts",
|
|
19
|
+
"exports": {
|
|
20
|
+
".": "./lib/index.js"
|
|
35
21
|
},
|
|
22
|
+
"files": [
|
|
23
|
+
"lib",
|
|
24
|
+
"!*.map"
|
|
25
|
+
],
|
|
36
26
|
"dependencies": {
|
|
37
27
|
"@pnpm/colorize-semver-diff": "^1.0.1",
|
|
38
28
|
"@pnpm/semver-diff": "^1.1.0",
|
|
@@ -40,22 +30,32 @@
|
|
|
40
30
|
"chalk": "^4.1.2",
|
|
41
31
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
42
32
|
"render-help": "^1.0.3",
|
|
43
|
-
"@pnpm/cli-utils": "1000.0.
|
|
44
|
-
"@pnpm/config": "1002.4.1",
|
|
45
|
-
"@pnpm/command": "1000.0.0",
|
|
46
|
-
"@pnpm/default-resolver": "1001.0.6",
|
|
47
|
-
"@pnpm/lockfile.fs": "1001.1.4",
|
|
33
|
+
"@pnpm/cli-utils": "1000.0.14",
|
|
48
34
|
"@pnpm/common-cli-options-help": "1000.0.0",
|
|
35
|
+
"@pnpm/command": "1000.0.0",
|
|
36
|
+
"@pnpm/config": "1002.5.1",
|
|
37
|
+
"@pnpm/lockfile.fs": "1001.1.5",
|
|
38
|
+
"@pnpm/error": "1000.0.2",
|
|
39
|
+
"@pnpm/modules-yaml": "1000.1.4",
|
|
40
|
+
"@pnpm/default-resolver": "1001.0.8",
|
|
49
41
|
"@pnpm/matcher": "1000.0.0",
|
|
50
|
-
"@pnpm/modules-yaml": "1000.1.3",
|
|
51
|
-
"@pnpm/outdated": "1001.0.8",
|
|
52
42
|
"@pnpm/store-path": "1000.0.2",
|
|
53
|
-
"@pnpm/
|
|
54
|
-
"@pnpm/types": "1000.2.
|
|
43
|
+
"@pnpm/outdated": "1001.0.10",
|
|
44
|
+
"@pnpm/types": "1000.2.1"
|
|
55
45
|
},
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
"
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"@pnpm/registry-mock": "4.0.0",
|
|
48
|
+
"@types/ramda": "0.29.12",
|
|
49
|
+
"@types/zkochan__table": "npm:@types/table@6.0.0",
|
|
50
|
+
"@pnpm/constants": "1001.1.0",
|
|
51
|
+
"@pnpm/plugin-commands-outdated": "1000.0.15",
|
|
52
|
+
"@pnpm/plugin-commands-installation": "1002.1.1",
|
|
53
|
+
"@pnpm/prepare": "0.0.113",
|
|
54
|
+
"@pnpm/test-fixtures": "0.1.37",
|
|
55
|
+
"@pnpm/workspace.filter-packages-from-dir": "1000.0.14"
|
|
56
|
+
},
|
|
57
|
+
"engines": {
|
|
58
|
+
"node": ">=18.12"
|
|
59
59
|
},
|
|
60
60
|
"jest": {
|
|
61
61
|
"preset": "@pnpm/jest-config"
|