package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "which@1.3.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "which@1.3.0",
  9. "_id": "which@1.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-xcJpopdamTuY5duC/KnTTNBraPK54YwpenP4lzxU8H91GudWpFv38u0CKjclE1Wi2EH2EDz5LRcHcKbCIzqGyg==",
  12. "_location": "/which",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "which@1.3.0",
  18. "name": "which",
  19. "escapedName": "which",
  20. "rawSpec": "1.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.0"
  23. },
  24. "_requiredBy": [
  25. "/cross-spawn"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/which/-/which-1.3.0.tgz",
  28. "_spec": "1.3.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Isaac Z. Schlueter",
  32. "email": "i@izs.me",
  33. "url": "http://blog.izs.me"
  34. },
  35. "bin": {
  36. "which": "./bin/which"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/isaacs/node-which/issues"
  40. },
  41. "dependencies": {
  42. "isexe": "^2.0.0"
  43. },
  44. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  45. "devDependencies": {
  46. "mkdirp": "^0.5.0",
  47. "rimraf": "^2.3.3",
  48. "tap": "^10.7.0"
  49. },
  50. "files": [
  51. "which.js",
  52. "bin/which"
  53. ],
  54. "homepage": "https://github.com/isaacs/node-which#readme",
  55. "license": "ISC",
  56. "main": "which.js",
  57. "name": "which",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/isaacs/node-which.git"
  61. },
  62. "scripts": {
  63. "changelog": "bash gen-changelog.sh",
  64. "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
  65. "test": "tap test/*.js --cov"
  66. },
  67. "version": "1.3.0"
  68. }