package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "normalize-url@^3.0.0",
  3. "_id": "normalize-url@3.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==",
  6. "_location": "/normalize-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "normalize-url@^3.0.0",
  12. "name": "normalize-url",
  13. "escapedName": "normalize-url",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-normalize-url"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz",
  22. "_shasum": "b2e1c4dc4f7c6d57743df733a4f5978d18650559",
  23. "_spec": "normalize-url@^3.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\postcss-normalize-url",
  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. "deprecated": false,
  35. "description": "Normalize a URL",
  36. "devDependencies": {
  37. "ava": "*",
  38. "coveralls": "^3.0.0",
  39. "nyc": "^12.0.2",
  40. "xo": "*"
  41. },
  42. "engines": {
  43. "node": ">=6"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/normalize-url#readme",
  49. "keywords": [
  50. "normalize",
  51. "url",
  52. "uri",
  53. "address",
  54. "string",
  55. "normalization",
  56. "normalisation",
  57. "query",
  58. "querystring",
  59. "simplify",
  60. "strip",
  61. "trim",
  62. "canonical"
  63. ],
  64. "license": "MIT",
  65. "name": "normalize-url",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/normalize-url.git"
  69. },
  70. "scripts": {
  71. "test": "xo && nyc ava"
  72. },
  73. "version": "3.3.0"
  74. }