No Description

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "execa@^4.0.2",
  3. "_id": "execa@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==",
  6. "_location": "/execa",
  7. "_phantomChildren": {
  8. "isexe": "2.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "execa@^4.0.2",
  14. "name": "execa",
  15. "escapedName": "execa",
  16. "rawSpec": "^4.0.2",
  17. "saveSpec": null,
  18. "fetchSpec": "^4.0.2"
  19. },
  20. "_requiredBy": [
  21. "/cordova-android"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
  24. "_shasum": "4e5491ad1572f2f17a77d388c6c857135b22847a",
  25. "_spec": "execa@^4.0.2",
  26. "_where": "/Users/alexmanuel/MyApp/node_modules/cordova-android",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "https://sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/execa/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "cross-spawn": "^7.0.0",
  38. "get-stream": "^5.0.0",
  39. "human-signals": "^1.1.1",
  40. "is-stream": "^2.0.0",
  41. "merge-stream": "^2.0.0",
  42. "npm-run-path": "^4.0.0",
  43. "onetime": "^5.1.0",
  44. "signal-exit": "^3.0.2",
  45. "strip-final-newline": "^2.0.0"
  46. },
  47. "deprecated": false,
  48. "description": "Process execution for humans",
  49. "devDependencies": {
  50. "@types/node": "^12.12.18",
  51. "ava": "^2.1.0",
  52. "coveralls": "^3.0.9",
  53. "get-node": "^6.6.0",
  54. "is-running": "^2.1.0",
  55. "nyc": "^14.1.1",
  56. "p-event": "^4.1.0",
  57. "tempfile": "^3.0.0",
  58. "tsd": "^0.11.0",
  59. "xo": "^0.25.3"
  60. },
  61. "engines": {
  62. "node": ">=10"
  63. },
  64. "files": [
  65. "index.js",
  66. "index.d.ts",
  67. "lib"
  68. ],
  69. "funding": "https://github.com/sindresorhus/execa?sponsor=1",
  70. "homepage": "https://github.com/sindresorhus/execa#readme",
  71. "keywords": [
  72. "exec",
  73. "child",
  74. "process",
  75. "execute",
  76. "fork",
  77. "execfile",
  78. "spawn",
  79. "file",
  80. "shell",
  81. "bin",
  82. "binary",
  83. "binaries",
  84. "npm",
  85. "path",
  86. "local"
  87. ],
  88. "license": "MIT",
  89. "name": "execa",
  90. "nyc": {
  91. "exclude": [
  92. "**/fixtures/**",
  93. "**/test.js",
  94. "**/test/**"
  95. ]
  96. },
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/sindresorhus/execa.git"
  100. },
  101. "scripts": {
  102. "test": "xo && nyc ava && tsd"
  103. },
  104. "version": "4.1.0"
  105. }