package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "npm-path@^2.0.2",
  3. "_id": "npm-path@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IFsj0R9C7ZdR5cP+ET342q77uSRdtWOlWpih5eC+lu29tIDbNEgDbzgVJ5UFvYHWhxDZ5TFkJafFioO0pPQjCw==",
  6. "_location": "/npm-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "npm-path@^2.0.2",
  12. "name": "npm-path",
  13. "escapedName": "npm-path",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/npm-which"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/npm-path/-/npm-path-2.0.4.tgz",
  22. "_shasum": "c641347a5ff9d6a09e4d9bce5580c4f505278e64",
  23. "_spec": "npm-path@^2.0.2",
  24. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\npm-which",
  25. "author": {
  26. "name": "Tim Oxley"
  27. },
  28. "bin": {
  29. "npm-path": "bin/npm-path"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/timoxley/npm-path/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "which": "^1.2.10"
  37. },
  38. "deprecated": false,
  39. "description": "Get a PATH with all executables available to npm scripts.",
  40. "devDependencies": {
  41. "airbnb-js-shims": "^1.4.0",
  42. "babel-cli": "^6.26.0",
  43. "babel-preset-airbnb": "^2.4.0",
  44. "babel-register": "^6.26.0",
  45. "faucet": "0.0.1",
  46. "in-publish": "^2.0.0",
  47. "npm": "^3.10.10",
  48. "rimraf": "^2.6.2",
  49. "standard": "^7.1.2",
  50. "tape": "^4.8.0"
  51. },
  52. "directories": {
  53. "test": "test"
  54. },
  55. "engines": {
  56. "node": ">=0.8"
  57. },
  58. "homepage": "https://github.com/timoxley/npm-path",
  59. "keywords": [
  60. "npm",
  61. "run",
  62. "executable"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "npm-path",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/timoxley/npm-path.git"
  70. },
  71. "scripts": {
  72. "build": "babel src --out-dir . && babel test --out-dir build-test",
  73. "clean": "rimraf build-test && (rm *.js || true)",
  74. "prebuild": "npm run clean",
  75. "prepublish": "not-in-publish || npm run build",
  76. "pretest": "standard src/* test/* bin/*",
  77. "test": "npm run build && npm run tests-only",
  78. "tests-only": "tape build-test -r airbnb-js-shims | faucet"
  79. },
  80. "version": "2.0.4"
  81. }