package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "normalize-url@6.1.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "normalize-url@6.1.0",
  10. "_id": "normalize-url@6.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
  13. "_location": "/normalize-url",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "normalize-url@6.1.0",
  19. "name": "normalize-url",
  20. "escapedName": "normalize-url",
  21. "rawSpec": "6.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.1.0"
  24. },
  25. "_requiredBy": [
  26. "/postcss-normalize-url"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/normalize-url/-/normalize-url-6.1.0.tgz",
  29. "_spec": "6.1.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "https://sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/normalize-url/issues"
  38. },
  39. "description": "Normalize a URL",
  40. "devDependencies": {
  41. "ava": "^2.4.0",
  42. "nyc": "^15.0.0",
  43. "tsd": "^0.11.0",
  44. "xo": "^0.25.3"
  45. },
  46. "engines": {
  47. "node": ">=10"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts"
  52. ],
  53. "funding": "https://github.com/sponsors/sindresorhus",
  54. "homepage": "https://github.com/sindresorhus/normalize-url#readme",
  55. "keywords": [
  56. "normalize",
  57. "url",
  58. "uri",
  59. "address",
  60. "string",
  61. "normalization",
  62. "normalisation",
  63. "query",
  64. "querystring",
  65. "simplify",
  66. "strip",
  67. "trim",
  68. "canonical"
  69. ],
  70. "license": "MIT",
  71. "name": "normalize-url",
  72. "nyc": {
  73. "reporter": [
  74. "text",
  75. "lcov"
  76. ]
  77. },
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/sindresorhus/normalize-url.git"
  81. },
  82. "scripts": {
  83. "test": "xo && nyc ava && tsd"
  84. },
  85. "version": "6.1.0"
  86. }