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

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "url-parse-lax@^3.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/got"
  6. ]
  7. ],
  8. "_from": "url-parse-lax@>=3.0.0 <4.0.0",
  9. "_id": "url-parse-lax@3.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/url-parse-lax",
  13. "_nodeVersion": "4.8.4",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/url-parse-lax-3.0.0.tgz_1509741338773_0.5627476745285094"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.11",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "url-parse-lax",
  26. "raw": "url-parse-lax@^3.0.0",
  27. "rawSpec": "^3.0.0",
  28. "scope": null,
  29. "spec": ">=3.0.0 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/got"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz",
  36. "_shasum": "16b5cafc07dbe3676c1b1999177823d6503acb0c",
  37. "_shrinkwrap": null,
  38. "_spec": "url-parse-lax@^3.0.0",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/got",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/url-parse-lax/issues"
  47. },
  48. "dependencies": {
  49. "prepend-http": "^2.0.0"
  50. },
  51. "description": "Lax url.parse() with support for protocol-less URLs & IPs",
  52. "devDependencies": {
  53. "ava": "*",
  54. "xo": "*"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "16b5cafc07dbe3676c1b1999177823d6503acb0c",
  59. "tarball": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz"
  60. },
  61. "engines": {
  62. "node": ">=4"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "gitHead": "4b0d2d310a9f39c8df88295853fe4f1a3bd13ec4",
  68. "homepage": "https://github.com/sindresorhus/url-parse-lax#readme",
  69. "keywords": [
  70. "ip",
  71. "ipv4",
  72. "ipv6",
  73. "lax",
  74. "less",
  75. "loose",
  76. "parse",
  77. "parser",
  78. "protocol",
  79. "protocol-less",
  80. "uri",
  81. "url"
  82. ],
  83. "license": "MIT",
  84. "maintainers": [
  85. {
  86. "name": "sindresorhus",
  87. "email": "sindresorhus@gmail.com"
  88. }
  89. ],
  90. "name": "url-parse-lax",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/sindresorhus/url-parse-lax.git"
  96. },
  97. "scripts": {
  98. "test": "xo && ava"
  99. },
  100. "version": "3.0.0"
  101. }