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.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "url-to-options@^1.0.1",
  3. "_id": "url-to-options@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k=",
  6. "_location": "/url-to-options",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "url-to-options@^1.0.1",
  12. "name": "url-to-options",
  13. "escapedName": "url-to-options",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/bin-wrapper/got",
  20. "/caw",
  21. "/got"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/url-to-options/-/url-to-options-1.0.1.tgz",
  24. "_shasum": "1505a03a289a48cbd7a434efbaeec5055f5633a9",
  25. "_spec": "url-to-options@^1.0.1",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\caw",
  27. "author": {
  28. "name": "Steven Vachon",
  29. "email": "contact@svachon.com",
  30. "url": "https://www.svachon.com/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/stevenvachon/url-to-options/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Convert a WHATWG URL to an http(s).request options object.",
  38. "devDependencies": {
  39. "universal-url": "^1.0.0-alpha"
  40. },
  41. "engines": {
  42. "node": ">= 4"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/stevenvachon/url-to-options#readme",
  48. "keywords": [
  49. "http",
  50. "https",
  51. "url",
  52. "whatwg"
  53. ],
  54. "license": "MIT",
  55. "name": "url-to-options",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/stevenvachon/url-to-options.git"
  59. },
  60. "scripts": {
  61. "test": "node test.js"
  62. },
  63. "version": "1.0.1"
  64. }