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

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "to-array@0.1.4",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/socket.io-client"
  6. ]
  7. ],
  8. "_from": "to-array@0.1.4",
  9. "_id": "to-array@0.1.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/to-array",
  13. "_npmUser": {
  14. "email": "raynos2@gmail.com",
  15. "name": "raynos"
  16. },
  17. "_npmVersion": "1.3.1",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "to-array",
  21. "raw": "to-array@0.1.4",
  22. "rawSpec": "0.1.4",
  23. "scope": null,
  24. "spec": "0.1.4",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/socket.io-client"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz",
  31. "_shasum": "17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890",
  32. "_shrinkwrap": null,
  33. "_spec": "to-array@0.1.4",
  34. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/socket.io-client",
  35. "author": {
  36. "email": "raynos2@gmail.com",
  37. "name": "Raynos"
  38. },
  39. "bugs": {
  40. "email": "raynos2@gmail.com",
  41. "url": "https://github.com/Raynos/to-array/issues"
  42. },
  43. "component": {
  44. "scripts": {
  45. "to-array/index.js": "index.js"
  46. }
  47. },
  48. "contributors": [
  49. {
  50. "name": "Jake Verbaten"
  51. }
  52. ],
  53. "dependencies": {},
  54. "description": "Turn an array like into an array",
  55. "devDependencies": {
  56. "tap": "~0.3.1"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890",
  61. "tarball": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz"
  62. },
  63. "homepage": "https://github.com/Raynos/to-array",
  64. "keywords": [],
  65. "licenses": [
  66. {
  67. "type": "MIT",
  68. "url": "http://github.com/Raynos/to-array/raw/master/LICENSE"
  69. }
  70. ],
  71. "main": "index",
  72. "maintainers": [
  73. {
  74. "name": "raynos",
  75. "email": "raynos2@gmail.com"
  76. }
  77. ],
  78. "name": "to-array",
  79. "optionalDependencies": {},
  80. "readme": "# to-array\n\nTurn an array like into an array\n\n## Example\n\n``` js\nvar toArray = require(\"to-array\")\n , elems = document.links\n\nvar array = toArray(elems)\n```\n\n## Installation\n\n`npm install to-array`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n",
  81. "readmeFilename": "README.md",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/Raynos/to-array.git"
  85. },
  86. "scripts": {
  87. "test": "tap --stderr --tap ./test"
  88. },
  89. "version": "0.1.4"
  90. }