package.json 2.2 KB

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