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

package.json 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "string_decoder@~0.10.x",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/readable-stream"
  6. ]
  7. ],
  8. "_from": "string_decoder@>=0.10.0 <0.11.0",
  9. "_id": "string_decoder@0.10.31",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/string_decoder",
  13. "_npmUser": {
  14. "email": "rod@vagg.org",
  15. "name": "rvagg"
  16. },
  17. "_npmVersion": "1.4.23",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "string_decoder",
  21. "raw": "string_decoder@~0.10.x",
  22. "rawSpec": "~0.10.x",
  23. "scope": null,
  24. "spec": ">=0.10.0 <0.11.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/readable-stream"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
  31. "_shasum": "62e203bc41766c6c28c9fc84301dab1c5310fa94",
  32. "_shrinkwrap": null,
  33. "_spec": "string_decoder@~0.10.x",
  34. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/readable-stream",
  35. "bugs": {
  36. "url": "https://github.com/rvagg/string_decoder/issues"
  37. },
  38. "dependencies": {},
  39. "description": "The string_decoder module from Node core",
  40. "devDependencies": {
  41. "tap": "~0.4.8"
  42. },
  43. "directories": {},
  44. "dist": {
  45. "shasum": "62e203bc41766c6c28c9fc84301dab1c5310fa94",
  46. "tarball": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz"
  47. },
  48. "gitHead": "d46d4fd87cf1d06e031c23f1ba170ca7d4ade9a0",
  49. "homepage": "https://github.com/rvagg/string_decoder",
  50. "keywords": [
  51. "browser",
  52. "browserify",
  53. "decoder",
  54. "string"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "maintainers": [
  59. {
  60. "name": "substack",
  61. "email": "mail@substack.net"
  62. },
  63. {
  64. "name": "rvagg",
  65. "email": "rod@vagg.org"
  66. }
  67. ],
  68. "name": "string_decoder",
  69. "optionalDependencies": {},
  70. "readme": "ERROR: No README data found!",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/rvagg/string_decoder.git"
  74. },
  75. "scripts": {
  76. "test": "tap test/simple/*.js"
  77. },
  78. "version": "0.10.31"
  79. }