package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "npm-run-path@2.0.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "npm-run-path@2.0.2",
  10. "_id": "npm-run-path@2.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
  13. "_location": "/npm-run-path",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "npm-run-path@2.0.2",
  19. "name": "npm-run-path",
  20. "escapedName": "npm-run-path",
  21. "rawSpec": "2.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.2"
  24. },
  25. "_requiredBy": [
  26. "/execa"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
  29. "_spec": "2.0.2",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/npm-run-path/issues"
  38. },
  39. "dependencies": {
  40. "path-key": "^2.0.0"
  41. },
  42. "description": "Get your PATH prepended with locally installed binaries",
  43. "devDependencies": {
  44. "ava": "*",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/npm-run-path#readme",
  54. "keywords": [
  55. "npm",
  56. "run",
  57. "path",
  58. "package",
  59. "bin",
  60. "binary",
  61. "binaries",
  62. "script",
  63. "cli",
  64. "command-line",
  65. "execute",
  66. "executable"
  67. ],
  68. "license": "MIT",
  69. "name": "npm-run-path",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/npm-run-path.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava"
  76. },
  77. "version": "2.0.2",
  78. "xo": {
  79. "esnext": true
  80. }
  81. }