package.json 1.8 KB

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