package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. "nice-try": "1.0.5",
  9. "path-key": "2.0.1",
  10. "semver": "5.7.1",
  11. "shebang-command": "1.2.0",
  12. "which": "1.3.1"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "execa@^1.0.0",
  18. "name": "execa",
  19. "escapedName": "execa",
  20. "rawSpec": "^1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "^1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/@vue/cli-shared-utils",
  26. "/clipboardy",
  27. "/husky",
  28. "/internal-ip/default-gateway",
  29. "/jest-changed-files",
  30. "/lint-staged",
  31. "/sane"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
  34. "_shasum": "c6236a5bb4df6d6f15e88e7f017798216749ddd8",
  35. "_spec": "execa@^1.0.0",
  36. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\@vue\\cli-shared-utils",
  37. "author": {
  38. "name": "Sindre Sorhus",
  39. "email": "sindresorhus@gmail.com",
  40. "url": "sindresorhus.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/sindresorhus/execa/issues"
  44. },
  45. "bundleDependencies": false,
  46. "dependencies": {
  47. "cross-spawn": "^6.0.0",
  48. "get-stream": "^4.0.0",
  49. "is-stream": "^1.1.0",
  50. "npm-run-path": "^2.0.0",
  51. "p-finally": "^1.0.0",
  52. "signal-exit": "^3.0.0",
  53. "strip-eof": "^1.0.0"
  54. },
  55. "deprecated": false,
  56. "description": "A better `child_process`",
  57. "devDependencies": {
  58. "ava": "*",
  59. "cat-names": "^1.0.2",
  60. "coveralls": "^3.0.1",
  61. "delay": "^3.0.0",
  62. "is-running": "^2.0.0",
  63. "nyc": "^13.0.1",
  64. "tempfile": "^2.0.0",
  65. "xo": "*"
  66. },
  67. "engines": {
  68. "node": ">=6"
  69. },
  70. "files": [
  71. "index.js",
  72. "lib"
  73. ],
  74. "homepage": "https://github.com/sindresorhus/execa#readme",
  75. "keywords": [
  76. "exec",
  77. "child",
  78. "process",
  79. "execute",
  80. "fork",
  81. "execfile",
  82. "spawn",
  83. "file",
  84. "shell",
  85. "bin",
  86. "binary",
  87. "binaries",
  88. "npm",
  89. "path",
  90. "local"
  91. ],
  92. "license": "MIT",
  93. "name": "execa",
  94. "nyc": {
  95. "reporter": [
  96. "text",
  97. "lcov"
  98. ],
  99. "exclude": [
  100. "**/fixtures/**",
  101. "**/test.js",
  102. "**/test/**"
  103. ]
  104. },
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/sindresorhus/execa.git"
  108. },
  109. "scripts": {
  110. "test": "xo && nyc ava"
  111. },
  112. "version": "1.0.0"
  113. }