package.json 2.2 KB

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