package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "normalize-url@^6.0.1",
  3. "_id": "normalize-url@6.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
  6. "_location": "/normalize-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "normalize-url@^6.0.1",
  12. "name": "normalize-url",
  13. "escapedName": "normalize-url",
  14. "rawSpec": "^6.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cacheable-request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
  22. "_shasum": "40d0885b535deffe3f3147bec877d05fe4c5668a",
  23. "_spec": "normalize-url@^6.0.1",
  24. "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron/node_modules/cacheable-request",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://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": "^2.4.0",
  38. "nyc": "^15.0.0",
  39. "tsd": "^0.11.0",
  40. "xo": "^0.25.3"
  41. },
  42. "engines": {
  43. "node": ">=10"
  44. },
  45. "files": [
  46. "index.js",
  47. "index.d.ts"
  48. ],
  49. "funding": "https://github.com/sponsors/sindresorhus",
  50. "homepage": "https://github.com/sindresorhus/normalize-url#readme",
  51. "keywords": [
  52. "normalize",
  53. "url",
  54. "uri",
  55. "address",
  56. "string",
  57. "normalization",
  58. "normalisation",
  59. "query",
  60. "querystring",
  61. "simplify",
  62. "strip",
  63. "trim",
  64. "canonical"
  65. ],
  66. "license": "MIT",
  67. "name": "normalize-url",
  68. "nyc": {
  69. "reporter": [
  70. "text",
  71. "lcov"
  72. ]
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/normalize-url.git"
  77. },
  78. "scripts": {
  79. "test": "xo && nyc ava && tsd"
  80. },
  81. "version": "6.1.0"
  82. }