package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "is-absolute-url@2.1.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "is-absolute-url@2.1.0",
  9. "_id": "is-absolute-url@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=",
  12. "_location": "/is-absolute-url",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-absolute-url@2.1.0",
  18. "name": "is-absolute-url",
  19. "escapedName": "is-absolute-url",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/postcss-normalize-url"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "http://sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/is-absolute-url/issues"
  37. },
  38. "description": "Check if an URL is absolute",
  39. "devDependencies": {
  40. "mocha": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  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": "mocha"
  65. },
  66. "version": "2.1.0"
  67. }