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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "readable-stream@1.1.x",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/ftp"
  6. ]
  7. ],
  8. "_from": "readable-stream@>=1.1.0 <1.2.0",
  9. "_id": "readable-stream@1.1.14",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/readable-stream",
  13. "_nodeVersion": "5.10.1",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/readable-stream-1.1.14.tgz_1460563293219_0.5682175166439265"
  17. },
  18. "_npmUser": {
  19. "email": "calvin.metcalf@gmail.com",
  20. "name": "cwmma"
  21. },
  22. "_npmVersion": "3.8.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "readable-stream",
  26. "raw": "readable-stream@1.1.x",
  27. "rawSpec": "1.1.x",
  28. "scope": null,
  29. "spec": ">=1.1.0 <1.2.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/ftp"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
  36. "_shasum": "7cf4c54ef648e3813084c636dd2079e166c081d9",
  37. "_shrinkwrap": null,
  38. "_spec": "readable-stream@1.1.x",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/ftp",
  40. "author": {
  41. "email": "i@izs.me",
  42. "name": "Isaac Z. Schlueter",
  43. "url": "http://blog.izs.me/"
  44. },
  45. "browser": {
  46. "util": false
  47. },
  48. "bugs": {
  49. "url": "https://github.com/isaacs/readable-stream/issues"
  50. },
  51. "dependencies": {
  52. "core-util-is": "~1.0.0",
  53. "inherits": "~2.0.1",
  54. "isarray": "0.0.1",
  55. "string_decoder": "~0.10.x"
  56. },
  57. "description": "Streams3, a user-land copy of the stream library from Node.js v0.11.x",
  58. "devDependencies": {
  59. "tap": "~0.2.6"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "7cf4c54ef648e3813084c636dd2079e166c081d9",
  64. "tarball": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz"
  65. },
  66. "gitHead": "52550840cb1d6e8a98ef9a909a4bea360bc6f7da",
  67. "homepage": "https://github.com/isaacs/readable-stream#readme",
  68. "keywords": [
  69. "pipe",
  70. "readable",
  71. "stream"
  72. ],
  73. "license": "MIT",
  74. "main": "readable.js",
  75. "maintainers": [
  76. {
  77. "name": "isaacs",
  78. "email": "isaacs@npmjs.com"
  79. },
  80. {
  81. "name": "tootallnate",
  82. "email": "nathan@tootallnate.net"
  83. },
  84. {
  85. "name": "rvagg",
  86. "email": "rod@vagg.org"
  87. },
  88. {
  89. "name": "cwmma",
  90. "email": "calvin.metcalf@gmail.com"
  91. }
  92. ],
  93. "name": "readable-stream",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/isaacs/readable-stream.git"
  99. },
  100. "scripts": {
  101. "test": "tap test/simple/*.js"
  102. },
  103. "version": "1.1.14"
  104. }