package.json 754 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "is-absolute-url",
  3. "version": "2.1.0",
  4. "description": "Check if an URL is absolute",
  5. "license": "MIT",
  6. "repository": "sindresorhus/is-absolute-url",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "http://sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "mocha"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "url",
  23. "absolute",
  24. "relative",
  25. "uri",
  26. "is",
  27. "check"
  28. ],
  29. "devDependencies": {
  30. "mocha": "*"
  31. },
  32. "__npminstall_done": "Thu Dec 24 2020 20:20:53 GMT+0800 (CST)",
  33. "_from": "is-absolute-url@2.1.0",
  34. "_resolved": "https://registry.npm.taobao.org/is-absolute-url/download/is-absolute-url-2.1.0.tgz"
  35. }