package.json 1.6 KB

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