Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "execa@^4.0.3",
  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.3",
  14. "name": "execa",
  15. "escapedName": "execa",
  16. "rawSpec": "^4.0.3",
  17. "saveSpec": null,
  18. "fetchSpec": "^4.0.3"
  19. },
  20. "_requiredBy": [
  21. "/cordova",
  22. "/cordova-lib"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz",
  25. "_shasum": "4e5491ad1572f2f17a77d388c6c857135b22847a",
  26. "_spec": "execa@^4.0.3",
  27. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "https://sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/execa/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "cross-spawn": "^7.0.0",
  39. "get-stream": "^5.0.0",
  40. "human-signals": "^1.1.1",
  41. "is-stream": "^2.0.0",
  42. "merge-stream": "^2.0.0",
  43. "npm-run-path": "^4.0.0",
  44. "onetime": "^5.1.0",
  45. "signal-exit": "^3.0.2",
  46. "strip-final-newline": "^2.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "Process execution for humans",
  50. "devDependencies": {
  51. "@types/node": "^12.12.18",
  52. "ava": "^2.1.0",
  53. "coveralls": "^3.0.9",
  54. "get-node": "^6.6.0",
  55. "is-running": "^2.1.0",
  56. "nyc": "^14.1.1",
  57. "p-event": "^4.1.0",
  58. "tempfile": "^3.0.0",
  59. "tsd": "^0.11.0",
  60. "xo": "^0.25.3"
  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. "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": "4.1.0"
  106. }