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

package.json 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "combined-stream@~1.0.6",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/request"
  6. ]
  7. ],
  8. "_from": "combined-stream@>=1.0.6 <1.1.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "combined-stream@1.0.8",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/combined-stream",
  14. "_nodeVersion": "11.10.1",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/combined-stream_1.0.8_1557683385167_0.16390415386060164"
  18. },
  19. "_npmUser": {
  20. "email": "iam@alexindigo.com",
  21. "name": "alexindigo"
  22. },
  23. "_npmVersion": "6.7.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "combined-stream",
  27. "raw": "combined-stream@~1.0.6",
  28. "rawSpec": "~1.0.6",
  29. "scope": null,
  30. "spec": ">=1.0.6 <1.1.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/form-data",
  35. "/request"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  38. "_shasum": "c3d45a8b34fd730631a110a8a2520682b31d5a7f",
  39. "_shrinkwrap": null,
  40. "_spec": "combined-stream@~1.0.6",
  41. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/request",
  42. "author": {
  43. "email": "felix@debuggable.com",
  44. "name": "Felix Geisendörfer",
  45. "url": "http://debuggable.com/"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/felixge/node-combined-stream/issues"
  49. },
  50. "dependencies": {
  51. "delayed-stream": "~1.0.0"
  52. },
  53. "description": "A stream that emits multiple other streams one after another.",
  54. "devDependencies": {
  55. "far": "~0.0.7"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "fileCount": 5,
  60. "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
  61. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc2Fy6CRA9TVsSAnZWagAATdgP/jWKhLQFryvRCwoCinwZ\ndUb4hAUSB6aXMAVQWXTkK1udLiIz/LqmbcaUJQEQ3pNaDWWGrDAu9g33CmE2\nnu0spvkbANFO+ofHjP6Iz/ksSxeN4q/w24dcbMoBR8tuLZ+D0W9AgS15a4EF\n3cl13keIvZumC7292r8L8uHgx/1zHqCNBCtEIfIiaq1EsI8mZnfRS+K5mVdV\n3qo0Aqp1lOpfrVOG4dejc+HvN1bbSs6nz/BUilqtF2NmUqxkkrIGBf28DJck\nY7LVMjPRGHnXJkeAHkiLt0Mb6R2nrkBEnhuhxVkTuHVHkP+QRmlIN6ZEOVri\n2FFEPUVLrW/qb3PLUUG6EZLsHwaLX/g1j5Jsl+WdlC4vhSpzfMui+VBYcaG/\ncUMa+i9qKWIBwFMDzcqB/tU1oDFSfeeHw9K4FCnpRUl1nFfww0hqkMMxfXYu\nLrZ6TrbZpmmheUyzm8f5xLVOK4HML3HYgiww3kQ5c/AXMFvGojC7HV0xuiKU\nY9SBRF8Gv2t07GD/nAOj/dF6UlyVWCiToHRlLeHVikpqbgW4DeZ3VWmjtFTY\noU9YhCMxLD9nqkJ5BXVP31y6aFsUDghdD+ovWTZZoDWx00za4RwBXfm2LApQ\nuCw57cAw5NIbTTV3xY9SUnYm0ulV7bxSam6gslwAk4CuQCgyIYeKbkil48jB\nxgxh\r\n=Gn9i\r\n-----END PGP SIGNATURE-----\r\n",
  62. "shasum": "c3d45a8b34fd730631a110a8a2520682b31d5a7f",
  63. "tarball": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
  64. "unpackedSize": 11514
  65. },
  66. "engines": {
  67. "node": ">= 0.8"
  68. },
  69. "gitHead": "5298bece5aba2cf4d2f5ec84c4fc128572c41cee",
  70. "homepage": "https://github.com/felixge/node-combined-stream",
  71. "license": "MIT",
  72. "main": "./lib/combined_stream",
  73. "maintainers": [
  74. {
  75. "name": "alexindigo",
  76. "email": "iam@alexindigo.com"
  77. },
  78. {
  79. "name": "apechimp",
  80. "email": "apeherder@gmail.com"
  81. },
  82. {
  83. "name": "celer",
  84. "email": "dtyree77@gmail.com"
  85. },
  86. {
  87. "name": "felixge",
  88. "email": "felix@debuggable.com"
  89. }
  90. ],
  91. "name": "combined-stream",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/felixge/node-combined-stream.git"
  97. },
  98. "scripts": {
  99. "test": "node test/run.js"
  100. },
  101. "version": "1.0.8"
  102. }