package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "is-absolute-url@^3.0.3",
  3. "_id": "is-absolute-url@3.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==",
  6. "_location": "/is-absolute-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-absolute-url@^3.0.3",
  12. "name": "is-absolute-url",
  13. "escapedName": "is-absolute-url",
  14. "rawSpec": "^3.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.3"
  17. },
  18. "_requiredBy": [
  19. "/webpack-dev-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz",
  22. "_shasum": "96c6a22b6a23929b11ea0afb1836c36ad4a5d698",
  23. "_spec": "is-absolute-url@^3.0.3",
  24. "_where": "G:\\micro\\react\\cld2\\node_modules\\webpack-dev-server",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/is-absolute-url/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if a URL is absolute",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.2",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=8"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/is-absolute-url#readme",
  49. "keywords": [
  50. "url",
  51. "absolute",
  52. "relative",
  53. "uri",
  54. "is",
  55. "check"
  56. ],
  57. "license": "MIT",
  58. "name": "is-absolute-url",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/sindresorhus/is-absolute-url.git"
  62. },
  63. "scripts": {
  64. "test": "xo && ava && tsd"
  65. },
  66. "version": "3.0.3"
  67. }