package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "which@1.3.1",
  5. "/Users/mac/projects/mime/mine"
  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. "/yorkie/cross-spawn"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/which/-/which-1.3.1.tgz",
  30. "_spec": "1.3.1",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "http://blog.izs.me"
  36. },
  37. "bin": {
  38. "which": "bin/which"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/isaacs/node-which/issues"
  42. },
  43. "dependencies": {
  44. "isexe": "^2.0.0"
  45. },
  46. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  47. "devDependencies": {
  48. "mkdirp": "^0.5.0",
  49. "rimraf": "^2.6.2",
  50. "tap": "^12.0.1"
  51. },
  52. "files": [
  53. "which.js",
  54. "bin/which"
  55. ],
  56. "homepage": "https://github.com/isaacs/node-which#readme",
  57. "license": "ISC",
  58. "main": "which.js",
  59. "name": "which",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/isaacs/node-which.git"
  63. },
  64. "scripts": {
  65. "changelog": "bash gen-changelog.sh",
  66. "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
  67. "test": "tap test/*.js --cov"
  68. },
  69. "version": "1.3.1"
  70. }