package.json 2.4 KB

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