pnpm 10.33.3 → 10.33.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.
Files changed (47) hide show
  1. package/dist/node_modules/.modules.yaml +96 -96
  2. package/dist/node_modules/.pnpm-workspace-state-v1.json +1 -1
  3. package/dist/node_modules/isexe/LICENSE +1 -1
  4. package/dist/node_modules/isexe/package.json +14 -79
  5. package/dist/node_modules/{cross-spawn/node_modules/which → node-gyp/node_modules/isexe}/LICENSE +1 -1
  6. package/dist/node_modules/node-gyp/node_modules/isexe/package.json +96 -0
  7. package/dist/node_modules/node-gyp/node_modules/which/package.json +52 -0
  8. package/dist/node_modules/which/package.json +20 -29
  9. package/dist/pnpm.cjs +1119 -726
  10. package/dist/worker.js +11 -8
  11. package/package.json +1 -1
  12. package/dist/node_modules/cross-spawn/node_modules/isexe/package.json +0 -31
  13. package/dist/node_modules/cross-spawn/node_modules/which/package.json +0 -43
  14. /package/dist/node_modules/{cross-spawn/node_modules/isexe → isexe}/index.js +0 -0
  15. /package/dist/node_modules/{cross-spawn/node_modules/isexe → isexe}/mode.js +0 -0
  16. /package/dist/node_modules/{cross-spawn/node_modules/isexe → isexe}/windows.js +0 -0
  17. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/index.d.ts.map +0 -0
  18. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/index.js +0 -0
  19. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/index.js.map +0 -0
  20. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/options.d.ts.map +0 -0
  21. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/options.js +0 -0
  22. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/options.js.map +0 -0
  23. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/package.json +0 -0
  24. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/posix.d.ts.map +0 -0
  25. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/posix.js +0 -0
  26. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/posix.js.map +0 -0
  27. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/win32.d.ts.map +0 -0
  28. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/win32.js +0 -0
  29. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/cjs/win32.js.map +0 -0
  30. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/index.d.ts.map +0 -0
  31. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/index.js +0 -0
  32. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/index.js.map +0 -0
  33. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/options.d.ts.map +0 -0
  34. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/options.js +0 -0
  35. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/options.js.map +0 -0
  36. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/package.json +0 -0
  37. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/posix.d.ts.map +0 -0
  38. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/posix.js +0 -0
  39. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/posix.js.map +0 -0
  40. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/win32.d.ts.map +0 -0
  41. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/win32.js +0 -0
  42. /package/dist/node_modules/{isexe → node-gyp/node_modules/isexe}/dist/mjs/win32.js.map +0 -0
  43. /package/dist/node_modules/{cross-spawn/node_modules/isexe → node-gyp/node_modules/which}/LICENSE +0 -0
  44. /package/dist/node_modules/{which → node-gyp/node_modules/which}/bin/which.js +0 -0
  45. /package/dist/node_modules/{which → node-gyp/node_modules/which}/lib/index.js +0 -0
  46. /package/dist/node_modules/{cross-spawn/node_modules/which → which}/bin/node-which +0 -0
  47. /package/dist/node_modules/{cross-spawn/node_modules/which → which}/which.js +0 -0
@@ -1,52 +1,43 @@
1
1
  {
2
- "author": "GitHub Inc.",
2
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
3
3
  "name": "which",
4
4
  "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
5
- "version": "5.0.0",
5
+ "version": "2.0.2",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/npm/node-which.git"
8
+ "url": "git://github.com/isaacs/node-which.git"
9
9
  },
10
- "main": "lib/index.js",
10
+ "main": "which.js",
11
11
  "bin": {
12
- "node-which": "./bin/which.js"
12
+ "node-which": "./bin/node-which"
13
13
  },
14
14
  "license": "ISC",
15
15
  "dependencies": {
16
- "isexe": "^3.1.1"
16
+ "isexe": "^2.0.0"
17
17
  },
18
18
  "devDependencies": {
19
- "@npmcli/eslint-config": "^5.0.0",
20
- "@npmcli/template-oss": "4.23.3",
21
- "tap": "^16.3.0"
19
+ "mkdirp": "^0.5.0",
20
+ "rimraf": "^2.6.2",
21
+ "tap": "^14.6.9"
22
22
  },
23
23
  "scripts": {
24
24
  "test": "tap",
25
- "lint": "npm run eslint",
26
- "postlint": "template-oss-check",
27
- "template-oss-apply": "template-oss-apply --force",
28
- "lintfix": "npm run eslint -- --fix",
29
- "snap": "tap",
30
- "posttest": "npm run lint",
31
- "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
25
+ "preversion": "npm test",
26
+ "postversion": "npm publish",
27
+ "prepublish": "npm run changelog",
28
+ "prechangelog": "bash gen-changelog.sh",
29
+ "changelog": "git add CHANGELOG.md",
30
+ "postchangelog": "git commit -m 'update changelog - '${npm_package_version}",
31
+ "postpublish": "git push origin --follow-tags"
32
32
  },
33
33
  "files": [
34
- "bin/",
35
- "lib/"
34
+ "which.js",
35
+ "bin/node-which"
36
36
  ],
37
37
  "tap": {
38
- "check-coverage": true,
39
- "nyc-arg": [
40
- "--exclude",
41
- "tap-snapshots/**"
42
- ]
38
+ "check-coverage": true
43
39
  },
44
40
  "engines": {
45
- "node": "^18.17.0 || >=20.5.0"
46
- },
47
- "templateOSS": {
48
- "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
49
- "version": "4.23.3",
50
- "publish": "true"
41
+ "node": ">= 8"
51
42
  }
52
43
  }