You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "url-parse-lax@^1.0.0",
  3. "_id": "url-parse-lax@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=",
  6. "_location": "/url-parse-lax",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "url-parse-lax@^1.0.0",
  12. "name": "url-parse-lax",
  13. "escapedName": "url-parse-lax",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/got"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz",
  22. "_shasum": "7af8f303645e9bd79a272e7a14ac68bc0609da73",
  23. "_spec": "url-parse-lax@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\got",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/url-parse-lax/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "prepend-http": "^1.0.1"
  36. },
  37. "deprecated": false,
  38. "description": "url.parse() with support for protocol-less URLs & IPs",
  39. "devDependencies": {
  40. "ava": "0.0.4"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/url-parse-lax#readme",
  49. "keywords": [
  50. "url",
  51. "uri",
  52. "parse",
  53. "parser",
  54. "loose",
  55. "lax",
  56. "protocol",
  57. "less",
  58. "protocol-less",
  59. "ip",
  60. "ipv4",
  61. "ipv6"
  62. ],
  63. "license": "MIT",
  64. "name": "url-parse-lax",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/url-parse-lax.git"
  68. },
  69. "scripts": {
  70. "test": "node test.js"
  71. },
  72. "version": "1.0.0"
  73. }