package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "npm-run-path@2.0.2",
  5. "/Users/mac/projects/mime/mine"
  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": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==",
  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. "/yorkie/execa"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-2.0.2.tgz",
  30. "_spec": "2.0.2",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/npm-run-path/issues"
  39. },
  40. "dependencies": {
  41. "path-key": "^2.0.0"
  42. },
  43. "description": "Get your PATH prepended with locally installed binaries",
  44. "devDependencies": {
  45. "ava": "*",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=4"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/npm-run-path#readme",
  55. "keywords": [
  56. "npm",
  57. "run",
  58. "path",
  59. "package",
  60. "bin",
  61. "binary",
  62. "binaries",
  63. "script",
  64. "cli",
  65. "command-line",
  66. "execute",
  67. "executable"
  68. ],
  69. "license": "MIT",
  70. "name": "npm-run-path",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/npm-run-path.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava"
  77. },
  78. "version": "2.0.2",
  79. "xo": {
  80. "esnext": true
  81. }
  82. }