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

package.json 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "object-component@0.0.3",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/socket.io-client"
  6. ]
  7. ],
  8. "_from": "object-component@0.0.3",
  9. "_id": "object-component@0.0.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/object-component",
  13. "_npmUser": {
  14. "email": "tj@vision-media.ca",
  15. "name": "tjholowaychuk"
  16. },
  17. "_npmVersion": "1.1.61",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "object-component",
  21. "raw": "object-component@0.0.3",
  22. "rawSpec": "0.0.3",
  23. "scope": null,
  24. "spec": "0.0.3",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/socket.io-client"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz",
  31. "_shasum": "f0c69aa50efc95b866c186f400a33769cb2f1291",
  32. "_shrinkwrap": null,
  33. "_spec": "object-component@0.0.3",
  34. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/socket.io-client",
  35. "component": {
  36. "scripts": {
  37. "object/index.js": "index.js"
  38. }
  39. },
  40. "dependencies": {},
  41. "description": "Object utils.",
  42. "devDependencies": {
  43. "mocha": "*",
  44. "should": "*"
  45. },
  46. "directories": {},
  47. "dist": {
  48. "shasum": "f0c69aa50efc95b866c186f400a33769cb2f1291",
  49. "tarball": "https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz"
  50. },
  51. "maintainers": [
  52. {
  53. "name": "tjholowaychuk",
  54. "email": "tj@vision-media.ca"
  55. }
  56. ],
  57. "name": "object-component",
  58. "optionalDependencies": {},
  59. "readme": "\n# object\n\n Object utils.\n\n## API\n\n### .keys(obj)\n\n Return the keys for `obj`.\n\n### .values(obj)\n\n Return the values for `obj`.\n\n### .length(obj)\n\n Return the number of keys for `obj`.\n\n### .isEmpty(obj)\n\n Check if `obj` is empty.\n\n### .merge(a, b)\n\n Merge object `b` into `a`, returns `a`.\n Precedence is given to `b`.\n\n## License\n\n MIT",
  60. "version": "0.0.3"
  61. }