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

package.json 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "base64-arraybuffer@0.1.5",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/engine.io-parser"
  6. ]
  7. ],
  8. "_from": "base64-arraybuffer@0.1.5",
  9. "_id": "base64-arraybuffer@0.1.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/base64-arraybuffer",
  13. "_nodeVersion": "2.5.0",
  14. "_npmUser": {
  15. "email": "niklasvh@gmail.com",
  16. "name": "niklasvh"
  17. },
  18. "_npmVersion": "3.4.0",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "base64-arraybuffer",
  22. "raw": "base64-arraybuffer@0.1.5",
  23. "rawSpec": "0.1.5",
  24. "scope": null,
  25. "spec": "0.1.5",
  26. "type": "version"
  27. },
  28. "_requiredBy": [
  29. "/engine.io-parser",
  30. "/socket.io-client"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz",
  33. "_shasum": "73926771923b5a19747ad666aa5cd4bf9c6e9ce8",
  34. "_shrinkwrap": null,
  35. "_spec": "base64-arraybuffer@0.1.5",
  36. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/engine.io-parser",
  37. "author": {
  38. "email": "niklasvh@gmail.com",
  39. "name": "Niklas von Hertzen",
  40. "url": "http://hertzen.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/niklasvh/base64-arraybuffer/issues"
  44. },
  45. "dependencies": {},
  46. "description": "Encode/decode base64 data into ArrayBuffers",
  47. "devDependencies": {
  48. "grunt": "^0.4.5",
  49. "grunt-cli": "^0.1.13",
  50. "grunt-contrib-jshint": "^0.11.2",
  51. "grunt-contrib-nodeunit": "^0.4.1",
  52. "grunt-contrib-watch": "^0.6.1"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "73926771923b5a19747ad666aa5cd4bf9c6e9ce8",
  57. "tarball": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz"
  58. },
  59. "engines": {
  60. "node": ">= 0.6.0"
  61. },
  62. "gitHead": "e9457ccb7b140f5ae54a2880c8e9b967ffb03a7d",
  63. "homepage": "https://github.com/niklasvh/base64-arraybuffer",
  64. "keywords": [],
  65. "licenses": [
  66. {
  67. "type": "MIT",
  68. "url": "https://github.com/niklasvh/base64-arraybuffer/blob/master/LICENSE-MIT"
  69. }
  70. ],
  71. "main": "lib/base64-arraybuffer",
  72. "maintainers": [
  73. {
  74. "name": "niklasvh",
  75. "email": "niklasvh@gmail.com"
  76. }
  77. ],
  78. "name": "base64-arraybuffer",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/niklasvh/base64-arraybuffer.git"
  84. },
  85. "scripts": {
  86. "test": "grunt nodeunit"
  87. },
  88. "version": "0.1.5"
  89. }