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

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "cordova-fetch@^3.0.0",
  3. "_id": "cordova-fetch@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-N6mB/1GD8BNclxnfO85E4/s46nEJjIxYeJYHRGi6MjofhigJ3NlGwTCslbTcq8IOYEh0RdoA0mS4W2jA5UcWeQ==",
  6. "_location": "/cordova-fetch",
  7. "_phantomChildren": {
  8. "@netflix/nerror": "1.1.3",
  9. "ansi": "0.3.1",
  10. "at-least-node": "1.0.0",
  11. "big-integer": "1.6.47",
  12. "dedent": "0.7.0",
  13. "elementtree": "0.1.7",
  14. "fast-glob": "3.2.4",
  15. "fast-json-parse": "1.0.3",
  16. "fs.realpath": "1.0.0",
  17. "graceful-fs": "4.2.2",
  18. "inflight": "1.0.6",
  19. "inherits": "2.0.4",
  20. "is-core-module": "2.2.0",
  21. "isexe": "2.0.0",
  22. "lru-cache": "6.0.0",
  23. "minimatch": "3.0.4",
  24. "once": "1.4.0",
  25. "path-is-absolute": "1.0.1",
  26. "path-parse": "1.0.6",
  27. "plist": "3.0.1",
  28. "q": "1.5.1",
  29. "read-chunk": "3.2.0"
  30. },
  31. "_requested": {
  32. "type": "range",
  33. "registry": true,
  34. "raw": "cordova-fetch@^3.0.0",
  35. "name": "cordova-fetch",
  36. "escapedName": "cordova-fetch",
  37. "rawSpec": "^3.0.0",
  38. "saveSpec": null,
  39. "fetchSpec": "^3.0.0"
  40. },
  41. "_requiredBy": [
  42. "/cordova-create",
  43. "/cordova-lib"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/cordova-fetch/-/cordova-fetch-3.0.0.tgz",
  46. "_shasum": "1699b0dfadccb32eadb2d309b3d51682543a050a",
  47. "_spec": "cordova-fetch@^3.0.0",
  48. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova-create",
  49. "author": {
  50. "name": "Apache Software Foundation"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/apache/cordova-fetch/issues"
  54. },
  55. "bundleDependencies": false,
  56. "dependencies": {
  57. "cordova-common": "^4.0.0",
  58. "fs-extra": "^9.0.0",
  59. "npm-package-arg": "^8.0.1",
  60. "pify": "^5.0.0",
  61. "resolve": "^1.15.1",
  62. "semver": "^7.1.3",
  63. "which": "^2.0.2"
  64. },
  65. "deprecated": false,
  66. "description": "Apache Cordova fetch module. Fetches from git and npm.",
  67. "devDependencies": {
  68. "@cordova/eslint-config": "^3.0.0",
  69. "file-url": "^3.0.0",
  70. "jasmine": "^3.5.0",
  71. "nyc": "^15.0.0",
  72. "rewire": "^5.0.0"
  73. },
  74. "engines": {
  75. "node": ">= 10",
  76. "npm": ">= 5.6.0"
  77. },
  78. "homepage": "https://github.com/apache/cordova-fetch#readme",
  79. "keywords": [
  80. "cordova",
  81. "fetch",
  82. "apache",
  83. "ecosystem:cordova",
  84. "cordova:tool"
  85. ],
  86. "license": "Apache-2.0",
  87. "main": "index.js",
  88. "name": "cordova-fetch",
  89. "nyc": {
  90. "include": [
  91. "index.js"
  92. ],
  93. "reporter": [
  94. "lcov",
  95. "text"
  96. ]
  97. },
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/apache/cordova-fetch.git"
  101. },
  102. "scripts": {
  103. "lint": "eslint --ignore-path .gitignore .",
  104. "test": "npm run lint && npm run test:coverage",
  105. "test:coverage": "nyc jasmine"
  106. },
  107. "version": "3.0.0"
  108. }