package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "normalize-url@2.0.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/cacheable-request"
  6. ]
  7. ],
  8. "_from": "normalize-url@2.0.1",
  9. "_id": "normalize-url@2.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/normalize-url",
  13. "_nodeVersion": "9.2.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/normalize-url-2.0.1.tgz_1514211316216_0.5772104728966951"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "5.5.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "normalize-url",
  26. "raw": "normalize-url@2.0.1",
  27. "rawSpec": "2.0.1",
  28. "scope": null,
  29. "spec": "2.0.1",
  30. "type": "version"
  31. },
  32. "_requiredBy": [
  33. "/cacheable-request"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-2.0.1.tgz",
  36. "_shasum": "835a9da1551fa26f70e92329069a23aa6574d7e6",
  37. "_shrinkwrap": null,
  38. "_spec": "normalize-url@2.0.1",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/cacheable-request",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/normalize-url/issues"
  47. },
  48. "dependencies": {
  49. "prepend-http": "^2.0.0",
  50. "query-string": "^5.0.1",
  51. "sort-keys": "^2.0.0"
  52. },
  53. "description": "Normalize a URL",
  54. "devDependencies": {
  55. "ava": "*",
  56. "xo": "*"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "integrity": "sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw==",
  61. "shasum": "835a9da1551fa26f70e92329069a23aa6574d7e6",
  62. "tarball": "https://registry.npmjs.org/normalize-url/-/normalize-url-2.0.1.tgz"
  63. },
  64. "engines": {
  65. "node": ">=4"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "f4df6060b1bbceb1e008250f57756a3eba3e2429",
  71. "homepage": "https://github.com/sindresorhus/normalize-url#readme",
  72. "keywords": [
  73. "address",
  74. "canonical",
  75. "normalisation",
  76. "normalization",
  77. "normalize",
  78. "query",
  79. "querystring",
  80. "simplify",
  81. "string",
  82. "strip",
  83. "trim",
  84. "unicode",
  85. "uri",
  86. "url"
  87. ],
  88. "license": "MIT",
  89. "maintainers": [
  90. {
  91. "name": "sindresorhus",
  92. "email": "sindresorhus@gmail.com"
  93. },
  94. {
  95. "name": "kevva",
  96. "email": "kevinmartensson@gmail.com"
  97. }
  98. ],
  99. "name": "normalize-url",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/sindresorhus/normalize-url.git"
  105. },
  106. "scripts": {
  107. "test": "xo && ava"
  108. },
  109. "version": "2.0.1"
  110. }