package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "is-absolute-url@^2.0.0",
  3. "_id": "is-absolute-url@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=",
  6. "_location": "/is-absolute-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-absolute-url@^2.0.0",
  12. "name": "is-absolute-url",
  13. "escapedName": "is-absolute-url",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-normalize-url"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz",
  22. "_shasum": "50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6",
  23. "_spec": "is-absolute-url@^2.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\postcss-normalize-url",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "http://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 an URL is absolute",
  36. "devDependencies": {
  37. "mocha": "*"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/sindresorhus/is-absolute-url#readme",
  46. "keywords": [
  47. "url",
  48. "absolute",
  49. "relative",
  50. "uri",
  51. "is",
  52. "check"
  53. ],
  54. "license": "MIT",
  55. "name": "is-absolute-url",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/sindresorhus/is-absolute-url.git"
  59. },
  60. "scripts": {
  61. "test": "mocha"
  62. },
  63. "version": "2.1.0"
  64. }