package.json 1.9 KB

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