package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "execa@^5.0.0",
  3. "_id": "execa@5.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
  6. "_location": "/execa",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "execa@^5.0.0",
  12. "name": "execa",
  13. "escapedName": "execa",
  14. "rawSpec": "^5.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@commitlint/rules",
  20. "/@nuxt/cli",
  21. "/jest-changed-files",
  22. "/jest-runtime",
  23. "/lint-staged"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
  26. "_shasum": "f80ad9cbf4298f7bd1d4c9555c21e93741c411dd",
  27. "_spec": "execa@^5.0.0",
  28. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\cli",
  29. "author": {
  30. "name": "Sindre Sorhus",
  31. "email": "sindresorhus@gmail.com",
  32. "url": "https://sindresorhus.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/sindresorhus/execa/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "cross-spawn": "^7.0.3",
  40. "get-stream": "^6.0.0",
  41. "human-signals": "^2.1.0",
  42. "is-stream": "^2.0.0",
  43. "merge-stream": "^2.0.0",
  44. "npm-run-path": "^4.0.1",
  45. "onetime": "^5.1.2",
  46. "signal-exit": "^3.0.3",
  47. "strip-final-newline": "^2.0.0"
  48. },
  49. "deprecated": false,
  50. "description": "Process execution for humans",
  51. "devDependencies": {
  52. "@types/node": "^14.14.10",
  53. "ava": "^2.4.0",
  54. "get-node": "^11.0.1",
  55. "is-running": "^2.1.0",
  56. "nyc": "^15.1.0",
  57. "p-event": "^4.2.0",
  58. "tempfile": "^3.0.0",
  59. "tsd": "^0.13.1",
  60. "xo": "^0.35.0"
  61. },
  62. "engines": {
  63. "node": ">=10"
  64. },
  65. "files": [
  66. "index.js",
  67. "index.d.ts",
  68. "lib"
  69. ],
  70. "funding": "https://github.com/sindresorhus/execa?sponsor=1",
  71. "homepage": "https://github.com/sindresorhus/execa#readme",
  72. "keywords": [
  73. "exec",
  74. "child",
  75. "process",
  76. "execute",
  77. "fork",
  78. "execfile",
  79. "spawn",
  80. "file",
  81. "shell",
  82. "bin",
  83. "binary",
  84. "binaries",
  85. "npm",
  86. "path",
  87. "local"
  88. ],
  89. "license": "MIT",
  90. "name": "execa",
  91. "nyc": {
  92. "reporter": [
  93. "text",
  94. "lcov"
  95. ],
  96. "exclude": [
  97. "**/fixtures/**",
  98. "**/test.js",
  99. "**/test/**"
  100. ]
  101. },
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/sindresorhus/execa.git"
  105. },
  106. "scripts": {
  107. "test": "xo && nyc ava && tsd"
  108. },
  109. "version": "5.1.1"
  110. }