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

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "isarray@0.0.1",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/readable-stream"
  6. ]
  7. ],
  8. "_from": "isarray@0.0.1",
  9. "_id": "isarray@0.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/isarray",
  13. "_npmUser": {
  14. "email": "julian@juliangruber.com",
  15. "name": "juliangruber"
  16. },
  17. "_npmVersion": "1.2.18",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "isarray",
  21. "raw": "isarray@0.0.1",
  22. "rawSpec": "0.0.1",
  23. "scope": null,
  24. "spec": "0.0.1",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/readable-stream"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
  31. "_shasum": "8a18acfca9a8f4177e09abfc6038939b05d1eedf",
  32. "_shrinkwrap": null,
  33. "_spec": "isarray@0.0.1",
  34. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/readable-stream",
  35. "author": {
  36. "email": "mail@juliangruber.com",
  37. "name": "Julian Gruber",
  38. "url": "http://juliangruber.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/juliangruber/isarray/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Array#isArray for older browsers",
  45. "devDependencies": {
  46. "tap": "*"
  47. },
  48. "directories": {},
  49. "dist": {
  50. "shasum": "8a18acfca9a8f4177e09abfc6038939b05d1eedf",
  51. "tarball": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
  52. },
  53. "homepage": "https://github.com/juliangruber/isarray",
  54. "keywords": [
  55. "array",
  56. "browser",
  57. "isarray"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "maintainers": [
  62. {
  63. "name": "juliangruber",
  64. "email": "julian@juliangruber.com"
  65. }
  66. ],
  67. "name": "isarray",
  68. "optionalDependencies": {},
  69. "readme": "ERROR: No README data found!",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/juliangruber/isarray.git"
  73. },
  74. "scripts": {
  75. "test": "tap test/*.js"
  76. },
  77. "version": "0.0.1"
  78. }