package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. "/default-gateway"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/execa/-/execa-5.1.1.tgz",
  22. "_shasum": "f80ad9cbf4298f7bd1d4c9555c21e93741c411dd",
  23. "_spec": "execa@^5.0.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\default-gateway",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/execa/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "cross-spawn": "^7.0.3",
  36. "get-stream": "^6.0.0",
  37. "human-signals": "^2.1.0",
  38. "is-stream": "^2.0.0",
  39. "merge-stream": "^2.0.0",
  40. "npm-run-path": "^4.0.1",
  41. "onetime": "^5.1.2",
  42. "signal-exit": "^3.0.3",
  43. "strip-final-newline": "^2.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Process execution for humans",
  47. "devDependencies": {
  48. "@types/node": "^14.14.10",
  49. "ava": "^2.4.0",
  50. "get-node": "^11.0.1",
  51. "is-running": "^2.1.0",
  52. "nyc": "^15.1.0",
  53. "p-event": "^4.2.0",
  54. "tempfile": "^3.0.0",
  55. "tsd": "^0.13.1",
  56. "xo": "^0.35.0"
  57. },
  58. "engines": {
  59. "node": ">=10"
  60. },
  61. "files": [
  62. "index.js",
  63. "index.d.ts",
  64. "lib"
  65. ],
  66. "funding": "https://github.com/sindresorhus/execa?sponsor=1",
  67. "homepage": "https://github.com/sindresorhus/execa#readme",
  68. "keywords": [
  69. "exec",
  70. "child",
  71. "process",
  72. "execute",
  73. "fork",
  74. "execfile",
  75. "spawn",
  76. "file",
  77. "shell",
  78. "bin",
  79. "binary",
  80. "binaries",
  81. "npm",
  82. "path",
  83. "local"
  84. ],
  85. "license": "MIT",
  86. "name": "execa",
  87. "nyc": {
  88. "reporter": [
  89. "text",
  90. "lcov"
  91. ],
  92. "exclude": [
  93. "**/fixtures/**",
  94. "**/test.js",
  95. "**/test/**"
  96. ]
  97. },
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/sindresorhus/execa.git"
  101. },
  102. "scripts": {
  103. "test": "xo && nyc ava && tsd"
  104. },
  105. "version": "5.1.1"
  106. }