package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "which@^2.0.1",
  3. "_id": "which@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  6. "_location": "/which",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "which@^2.0.1",
  12. "name": "which",
  13. "escapedName": "which",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cross-spawn"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  22. "_shasum": "7c6a8dd0a636a0327e10b59c9286eee93f3f51b1",
  23. "_spec": "which@^2.0.1",
  24. "_where": "H:\\gs_nuxt\\node_modules\\cross-spawn",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me"
  29. },
  30. "bin": {
  31. "node-which": "bin/node-which"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/isaacs/node-which/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "isexe": "^2.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  42. "devDependencies": {
  43. "mkdirp": "^0.5.0",
  44. "rimraf": "^2.6.2",
  45. "tap": "^14.6.9"
  46. },
  47. "engines": {
  48. "node": ">= 8"
  49. },
  50. "files": [
  51. "which.js",
  52. "bin/node-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": "git add CHANGELOG.md",
  64. "postchangelog": "git commit -m 'update changelog - '${npm_package_version}",
  65. "postpublish": "git push origin --follow-tags",
  66. "postversion": "npm publish",
  67. "prechangelog": "bash gen-changelog.sh",
  68. "prepublish": "npm run changelog",
  69. "preversion": "npm test",
  70. "test": "tap"
  71. },
  72. "tap": {
  73. "check-coverage": true
  74. },
  75. "version": "2.0.2"
  76. }