package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "normalize-url@1.9.1",
  3. "_id": "normalize-url@1.9.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=",
  6. "_location": "/normalize-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "normalize-url@1.9.1",
  12. "name": "normalize-url",
  13. "escapedName": "normalize-url",
  14. "rawSpec": "1.9.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.9.1"
  17. },
  18. "_requiredBy": [
  19. "/mini-css-extract-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz",
  22. "_shasum": "2cc0d66b31ea23036458436e3620d85954c66c3c",
  23. "_spec": "normalize-url@1.9.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\mini-css-extract-plugin",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/normalize-url/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "object-assign": "^4.0.1",
  36. "prepend-http": "^1.0.0",
  37. "query-string": "^4.1.0",
  38. "sort-keys": "^1.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Normalize a URL",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "^0.16.0"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/normalize-url#readme",
  53. "keywords": [
  54. "normalize",
  55. "url",
  56. "uri",
  57. "address",
  58. "string",
  59. "str",
  60. "normalise",
  61. "normalization",
  62. "normalisation",
  63. "query",
  64. "string",
  65. "querystring",
  66. "unicode",
  67. "simplify",
  68. "strip",
  69. "trim",
  70. "canonical"
  71. ],
  72. "license": "MIT",
  73. "name": "normalize-url",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/normalize-url.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava"
  80. },
  81. "version": "1.9.1"
  82. }