@pnpm/list 6.3.0 → 6.3.3
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 +11 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/list",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.3",
|
|
4
4
|
"description": "List installed packages in a symlinked `node_modules`",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"lib",
|
|
9
9
|
"!*.map"
|
|
10
10
|
],
|
|
11
|
-
"repository": "https://github.com/pnpm/pnpm/blob/
|
|
11
|
+
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/list",
|
|
12
12
|
"keywords": [
|
|
13
13
|
"pnpm6",
|
|
14
14
|
"pnpm",
|
|
@@ -22,23 +22,23 @@
|
|
|
22
22
|
"bugs": {
|
|
23
23
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
24
24
|
},
|
|
25
|
-
"homepage": "https://github.com/pnpm/pnpm/blob/
|
|
25
|
+
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/list#readme",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@pnpm/matcher": "2.0.0",
|
|
28
|
-
"@pnpm/read-package-json": "5.0.
|
|
29
|
-
"@pnpm/read-project-manifest": "2.0.
|
|
30
|
-
"@pnpm/types": "7.
|
|
28
|
+
"@pnpm/read-package-json": "5.0.12",
|
|
29
|
+
"@pnpm/read-project-manifest": "2.0.13",
|
|
30
|
+
"@pnpm/types": "7.10.0",
|
|
31
31
|
"@zkochan/npm-package-arg": "^2.0.1",
|
|
32
32
|
"archy": "^1.0.0",
|
|
33
33
|
"chalk": "^4.1.0",
|
|
34
34
|
"cli-columns": "^4.0.0",
|
|
35
|
-
"dependencies-hierarchy": "10.0.
|
|
35
|
+
"dependencies-hierarchy": "10.0.25",
|
|
36
36
|
"p-limit": "^3.1.0",
|
|
37
37
|
"ramda": "^0.27.1",
|
|
38
38
|
"semver": "^7.3.4"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@pnpm/list": "6.3.
|
|
41
|
+
"@pnpm/list": "6.3.3",
|
|
42
42
|
"@pnpm/logger": "^4.0.0",
|
|
43
43
|
"@types/archy": "0.0.31",
|
|
44
44
|
"@types/ramda": "0.27.39",
|
|
@@ -49,10 +49,9 @@
|
|
|
49
49
|
"fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix",
|
|
50
50
|
"lint": "eslint src/**/*.ts test/**/*.ts",
|
|
51
51
|
"prepareFixtures": "cd test && node ../../pnpm recursive install --no-link-workspace-packages --no-shared-workspace-lockfile -f && cd ..",
|
|
52
|
-
"pretest": "pnpm run
|
|
52
|
+
"pretest": "pnpm run --filter dependencies-hierarchy pretest",
|
|
53
53
|
"_test": "pnpm pretest && jest",
|
|
54
54
|
"test": "pnpm run compile && pnpm run _test",
|
|
55
|
-
"compile": "tsc --build && pnpm run lint --
|
|
56
|
-
}
|
|
57
|
-
"readme": "# @pnpm/list\n\n> List installed packages in a symlinked \\`node_modules\\`\n\n<!--@shields('npm')-->\n[](https://www.npmjs.com/package/@pnpm/list)\n<!--/@-->\n\n## Installation\n\n```\npnpm add @pnpm/list\n```\n\n## License\n\nMIT\n"
|
|
55
|
+
"compile": "tsc --build && pnpm run lint --fix"
|
|
56
|
+
}
|
|
58
57
|
}
|