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

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "got@^9.6.0",
  3. "_id": "got@9.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==",
  6. "_location": "/got",
  7. "_phantomChildren": {
  8. "pump": "3.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "got@^9.6.0",
  14. "name": "got",
  15. "escapedName": "got",
  16. "rawSpec": "^9.6.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^9.6.0"
  19. },
  20. "_requiredBy": [
  21. "/package-json"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz",
  24. "_shasum": "edf45e7d67f99545705de1f7bbeeeb121765ed85",
  25. "_spec": "got@^9.6.0",
  26. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/package-json",
  27. "ava": {
  28. "concurrency": 4
  29. },
  30. "browser": {
  31. "decompress-response": false,
  32. "electron": false
  33. },
  34. "bugs": {
  35. "url": "https://github.com/sindresorhus/got/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@sindresorhus/is": "^0.14.0",
  40. "@szmarczak/http-timer": "^1.1.2",
  41. "cacheable-request": "^6.0.0",
  42. "decompress-response": "^3.3.0",
  43. "duplexer3": "^0.1.4",
  44. "get-stream": "^4.1.0",
  45. "lowercase-keys": "^1.0.1",
  46. "mimic-response": "^1.0.1",
  47. "p-cancelable": "^1.0.0",
  48. "to-readable-stream": "^1.0.0",
  49. "url-parse-lax": "^3.0.0"
  50. },
  51. "deprecated": false,
  52. "description": "Simplified HTTP requests",
  53. "devDependencies": {
  54. "ava": "^1.1.0",
  55. "coveralls": "^3.0.0",
  56. "delay": "^4.1.0",
  57. "form-data": "^2.3.3",
  58. "get-port": "^4.0.0",
  59. "np": "^3.1.0",
  60. "nyc": "^13.1.0",
  61. "p-event": "^2.1.0",
  62. "pem": "^1.13.2",
  63. "proxyquire": "^2.0.1",
  64. "sinon": "^7.2.2",
  65. "slow-stream": "0.0.4",
  66. "tempfile": "^2.0.0",
  67. "tempy": "^0.2.1",
  68. "tough-cookie": "^3.0.0",
  69. "xo": "^0.24.0"
  70. },
  71. "engines": {
  72. "node": ">=8.6"
  73. },
  74. "files": [
  75. "source"
  76. ],
  77. "homepage": "https://github.com/sindresorhus/got#readme",
  78. "keywords": [
  79. "http",
  80. "https",
  81. "get",
  82. "got",
  83. "url",
  84. "uri",
  85. "request",
  86. "util",
  87. "utility",
  88. "simple",
  89. "curl",
  90. "wget",
  91. "fetch",
  92. "net",
  93. "network",
  94. "electron"
  95. ],
  96. "license": "MIT",
  97. "main": "source",
  98. "name": "got",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/sindresorhus/got.git"
  102. },
  103. "scripts": {
  104. "release": "np",
  105. "test": "xo && nyc ava"
  106. },
  107. "version": "9.6.0"
  108. }