package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "execa@^3.3.0",
  3. "_id": "execa@3.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==",
  6. "_location": "/default-gateway/execa",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "execa@^3.3.0",
  12. "name": "execa",
  13. "escapedName": "execa",
  14. "rawSpec": "^3.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.3.0"
  17. },
  18. "_requiredBy": [
  19. "/default-gateway"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/execa/-/execa-3.4.0.tgz",
  22. "_shasum": "c08ed4550ef65d858fac269ffc8572446f37eb89",
  23. "_spec": "execa@^3.3.0",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\default-gateway",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/execa/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "cross-spawn": "^7.0.0",
  36. "get-stream": "^5.0.0",
  37. "human-signals": "^1.1.1",
  38. "is-stream": "^2.0.0",
  39. "merge-stream": "^2.0.0",
  40. "npm-run-path": "^4.0.0",
  41. "onetime": "^5.1.0",
  42. "p-finally": "^2.0.0",
  43. "signal-exit": "^3.0.2",
  44. "strip-final-newline": "^2.0.0"
  45. },
  46. "deprecated": false,
  47. "description": "Process execution for humans",
  48. "devDependencies": {
  49. "@types/node": "^12.0.7",
  50. "ava": "^2.1.0",
  51. "coveralls": "^3.0.4",
  52. "get-node": "^5.0.0",
  53. "is-running": "^2.1.0",
  54. "nyc": "^14.1.1",
  55. "p-event": "^4.1.0",
  56. "tempfile": "^3.0.0",
  57. "tsd": "^0.7.3",
  58. "xo": "^0.24.0"
  59. },
  60. "engines": {
  61. "node": "^8.12.0 || >=9.7.0"
  62. },
  63. "files": [
  64. "index.js",
  65. "index.d.ts",
  66. "lib"
  67. ],
  68. "homepage": "https://github.com/sindresorhus/execa#readme",
  69. "keywords": [
  70. "exec",
  71. "child",
  72. "process",
  73. "execute",
  74. "fork",
  75. "execfile",
  76. "spawn",
  77. "file",
  78. "shell",
  79. "bin",
  80. "binary",
  81. "binaries",
  82. "npm",
  83. "path",
  84. "local"
  85. ],
  86. "license": "MIT",
  87. "name": "execa",
  88. "nyc": {
  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 && tsd"
  101. },
  102. "version": "3.4.0"
  103. }