package.json 2.1 KB

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