package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "execa@^1.0.0",
  3. "_id": "execa@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
  6. "_location": "/execa",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "execa@^1.0.0",
  12. "name": "execa",
  13. "escapedName": "execa",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-shared-utils",
  20. "/clipboardy",
  21. "/internal-ip/default-gateway"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
  24. "_shasum": "c6236a5bb4df6d6f15e88e7f017798216749ddd8",
  25. "_spec": "execa@^1.0.0",
  26. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@vue\\cli-shared-utils",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/execa/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "cross-spawn": "^6.0.0",
  38. "get-stream": "^4.0.0",
  39. "is-stream": "^1.1.0",
  40. "npm-run-path": "^2.0.0",
  41. "p-finally": "^1.0.0",
  42. "signal-exit": "^3.0.0",
  43. "strip-eof": "^1.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "A better `child_process`",
  47. "devDependencies": {
  48. "ava": "*",
  49. "cat-names": "^1.0.2",
  50. "coveralls": "^3.0.1",
  51. "delay": "^3.0.0",
  52. "is-running": "^2.0.0",
  53. "nyc": "^13.0.1",
  54. "tempfile": "^2.0.0",
  55. "xo": "*"
  56. },
  57. "engines": {
  58. "node": ">=6"
  59. },
  60. "files": [
  61. "index.js",
  62. "lib"
  63. ],
  64. "homepage": "https://github.com/sindresorhus/execa#readme",
  65. "keywords": [
  66. "exec",
  67. "child",
  68. "process",
  69. "execute",
  70. "fork",
  71. "execfile",
  72. "spawn",
  73. "file",
  74. "shell",
  75. "bin",
  76. "binary",
  77. "binaries",
  78. "npm",
  79. "path",
  80. "local"
  81. ],
  82. "license": "MIT",
  83. "name": "execa",
  84. "nyc": {
  85. "reporter": [
  86. "text",
  87. "lcov"
  88. ],
  89. "exclude": [
  90. "**/fixtures/**",
  91. "**/test.js",
  92. "**/test/**"
  93. ]
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/sindresorhus/execa.git"
  98. },
  99. "scripts": {
  100. "test": "xo && nyc ava"
  101. },
  102. "version": "1.0.0"
  103. }