package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "npm-which@3.0.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "npm-which@3.0.1",
  10. "_id": "npm-which@3.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-kiXybsOihcIJyuZ8OxGmtKtxQKo=",
  13. "_location": "/npm-which",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "npm-which@3.0.1",
  19. "name": "npm-which",
  20. "escapedName": "npm-which",
  21. "rawSpec": "3.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.1"
  24. },
  25. "_requiredBy": [
  26. "/lint-staged"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/npm-which/-/npm-which-3.0.1.tgz",
  29. "_spec": "3.0.1",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Tim Oxley"
  33. },
  34. "bin": {
  35. "npm-which": "bin/npm-which.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/timoxley/npm-which/issues"
  39. },
  40. "dependencies": {
  41. "commander": "^2.9.0",
  42. "npm-path": "^2.0.2",
  43. "which": "^1.2.10"
  44. },
  45. "description": "Locate a program or locally installed node module's executable",
  46. "devDependencies": {
  47. "tap-spec": "^4.1.1",
  48. "tape": "^4.6.0"
  49. },
  50. "directories": {
  51. "test": "test"
  52. },
  53. "engines": {
  54. "node": ">=4.2.0"
  55. },
  56. "homepage": "https://github.com/timoxley/npm-which",
  57. "keywords": [
  58. "npm",
  59. "path",
  60. "executable",
  61. "run"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "npm-which",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/timoxley/npm-which.git"
  69. },
  70. "scripts": {
  71. "test": "node test/index.js | tap-spec"
  72. },
  73. "version": "3.0.1"
  74. }