package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "which@~1.0.5",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt"
  6. ]
  7. ],
  8. "_from": "which@>=1.0.5 <1.1.0",
  9. "_id": "which@1.0.9",
  10. "_inCache": true,
  11. "_location": "/which",
  12. "_nodeVersion": "1.1.0",
  13. "_npmUser": {
  14. "email": "i@izs.me",
  15. "name": "isaacs"
  16. },
  17. "_npmVersion": "2.6.0",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "which",
  21. "raw": "which@~1.0.5",
  22. "rawSpec": "~1.0.5",
  23. "scope": null,
  24. "spec": ">=1.0.5 <1.1.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/grunt",
  29. "/grunt-legacy-util"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/which/-/which-1.0.9.tgz",
  32. "_shasum": "460c1da0f810103d0321a9b633af9e575e64486f",
  33. "_shrinkwrap": null,
  34. "_spec": "which@~1.0.5",
  35. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt",
  36. "author": {
  37. "email": "i@izs.me",
  38. "name": "Isaac Z. Schlueter",
  39. "url": "http://blog.izs.me"
  40. },
  41. "bin": {
  42. "which": "./bin/which"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/isaacs/node-which/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  49. "devDependencies": {},
  50. "directories": {},
  51. "dist": {
  52. "shasum": "460c1da0f810103d0321a9b633af9e575e64486f",
  53. "tarball": "http://registry.npmjs.org/which/-/which-1.0.9.tgz"
  54. },
  55. "gitHead": "df3d52a0ecd5f366d550e0f14d67ca4d5e621bad",
  56. "homepage": "https://github.com/isaacs/node-which",
  57. "installable": true,
  58. "license": "ISC",
  59. "main": "which.js",
  60. "maintainers": [
  61. {
  62. "name": "isaacs",
  63. "email": "i@izs.me"
  64. }
  65. ],
  66. "name": "which",
  67. "optionalDependencies": {},
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/isaacs/node-which.git"
  71. },
  72. "scripts": {},
  73. "version": "1.0.9"
  74. }