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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "import-lazy@^2.1.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/update-notifier"
  6. ]
  7. ],
  8. "_from": "import-lazy@>=2.1.0 <3.0.0",
  9. "_id": "import-lazy@2.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/import-lazy",
  13. "_nodeVersion": "4.8.3",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/import-lazy-2.1.0.tgz_1495360148006_0.7086837058886886"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.11",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "import-lazy",
  26. "raw": "import-lazy@^2.1.0",
  27. "rawSpec": "^2.1.0",
  28. "scope": null,
  29. "spec": ">=2.1.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/update-notifier"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz",
  36. "_shasum": "05698e3d45c88e8d7e9d92cb0584e77f096f3e43",
  37. "_shrinkwrap": null,
  38. "_spec": "import-lazy@^2.1.0",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/update-notifier",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/import-lazy/issues"
  47. },
  48. "contributors": [
  49. {
  50. "name": "Jorge Bucaran",
  51. "email": "jbucaran@me.com"
  52. }
  53. ],
  54. "dependencies": {},
  55. "description": "Import modules lazily",
  56. "devDependencies": {
  57. "ava": "*",
  58. "xo": "*"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "05698e3d45c88e8d7e9d92cb0584e77f096f3e43",
  63. "tarball": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz"
  64. },
  65. "engines": {
  66. "node": ">=4"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "ed6c2fac31aaf8a7d91a27295756383487f3965d",
  72. "homepage": "https://github.com/sindresorhus/import-lazy#readme",
  73. "keywords": [
  74. "defer",
  75. "deferred",
  76. "import",
  77. "lazily",
  78. "lazy",
  79. "load",
  80. "module",
  81. "modules",
  82. "proxies",
  83. "proxy",
  84. "require"
  85. ],
  86. "license": "MIT",
  87. "maintainers": [
  88. {
  89. "name": "sindresorhus",
  90. "email": "sindresorhus@gmail.com"
  91. }
  92. ],
  93. "name": "import-lazy",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/sindresorhus/import-lazy.git"
  99. },
  100. "scripts": {
  101. "test": "xo && ava"
  102. },
  103. "version": "2.1.0"
  104. }