package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "execa@0.7.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "execa@0.7.0",
  10. "_id": "execa@0.7.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
  13. "_location": "/execa",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "execa@0.7.0",
  19. "name": "execa",
  20. "escapedName": "execa",
  21. "rawSpec": "0.7.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.7.0"
  24. },
  25. "_requiredBy": [
  26. "/os-locale"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
  29. "_spec": "0.7.0",
  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/execa/issues"
  38. },
  39. "dependencies": {
  40. "cross-spawn": "^5.0.1",
  41. "get-stream": "^3.0.0",
  42. "is-stream": "^1.1.0",
  43. "npm-run-path": "^2.0.0",
  44. "p-finally": "^1.0.0",
  45. "signal-exit": "^3.0.0",
  46. "strip-eof": "^1.0.0"
  47. },
  48. "description": "A better `child_process`",
  49. "devDependencies": {
  50. "ava": "*",
  51. "cat-names": "^1.0.2",
  52. "coveralls": "^2.11.9",
  53. "delay": "^2.0.0",
  54. "is-running": "^2.0.0",
  55. "nyc": "^11.0.2",
  56. "tempfile": "^2.0.0",
  57. "xo": "*"
  58. },
  59. "engines": {
  60. "node": ">=4"
  61. },
  62. "files": [
  63. "index.js",
  64. "lib"
  65. ],
  66. "homepage": "https://github.com/sindresorhus/execa#readme",
  67. "keywords": [
  68. "exec",
  69. "child",
  70. "process",
  71. "execute",
  72. "fork",
  73. "execfile",
  74. "spawn",
  75. "file",
  76. "shell",
  77. "bin",
  78. "binary",
  79. "binaries",
  80. "npm",
  81. "path",
  82. "local"
  83. ],
  84. "license": "MIT",
  85. "maintainers": [
  86. {
  87. "name": "James Talmage",
  88. "email": "james@talmage.io",
  89. "url": "github.com/jamestalmage"
  90. }
  91. ],
  92. "name": "execa",
  93. "nyc": {
  94. "reporter": [
  95. "text",
  96. "lcov"
  97. ],
  98. "exclude": [
  99. "**/fixtures/**",
  100. "**/test.js",
  101. "**/test/**"
  102. ]
  103. },
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/sindresorhus/execa.git"
  107. },
  108. "scripts": {
  109. "test": "xo && nyc ava"
  110. },
  111. "version": "0.7.0"
  112. }