package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "normalize-url@^4.1.0",
  3. "_id": "normalize-url@4.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==",
  6. "_location": "/normalize-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "normalize-url@^4.1.0",
  12. "name": "normalize-url",
  13. "escapedName": "normalize-url",
  14. "rawSpec": "^4.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.0"
  17. },
  18. "_requiredBy": [
  19. "/cacheable-request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz",
  22. "_shasum": "0dd90cf1288ee1d1313b87081c9a5932ee48518a",
  23. "_spec": "normalize-url@^4.1.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\cacheable-request",
  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": "^2.4.0",
  38. "coveralls": "^3.0.6",
  39. "nyc": "^14.1.1",
  40. "tsd": "^0.8.0",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=8"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts"
  49. ],
  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. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/normalize-url.git"
  71. },
  72. "scripts": {
  73. "test": "xo && nyc ava && tsd"
  74. },
  75. "version": "4.5.1"
  76. }