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

package.json 2.3KB

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