package.json 1.7 KB

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