Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

78 строки
1.9 KiB

  1. {
  2. "_args": [
  3. [
  4. "normalize-url@3.3.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "normalize-url@3.3.0",
  9. "_id": "normalize-url@3.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==",
  12. "_location": "/normalize-url",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "normalize-url@3.3.0",
  18. "name": "normalize-url",
  19. "escapedName": "normalize-url",
  20. "rawSpec": "3.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.3.0"
  23. },
  24. "_requiredBy": [
  25. "/postcss-normalize-url"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz",
  28. "_spec": "3.3.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/normalize-url/issues"
  37. },
  38. "description": "Normalize a URL",
  39. "devDependencies": {
  40. "ava": "*",
  41. "coveralls": "^3.0.0",
  42. "nyc": "^12.0.2",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/normalize-url#readme",
  52. "keywords": [
  53. "normalize",
  54. "url",
  55. "uri",
  56. "address",
  57. "string",
  58. "normalization",
  59. "normalisation",
  60. "query",
  61. "querystring",
  62. "simplify",
  63. "strip",
  64. "trim",
  65. "canonical"
  66. ],
  67. "license": "MIT",
  68. "name": "normalize-url",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/normalize-url.git"
  72. },
  73. "scripts": {
  74. "test": "xo && nyc ava"
  75. },
  76. "version": "3.3.0"
  77. }