package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "internal-ip",
  3. "version": "4.3.0",
  4. "description": "Get your internal IP address",
  5. "license": "MIT",
  6. "repository": "sindresorhus/internal-ip",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=6"
  14. },
  15. "scripts": {
  16. "test": "xo && ava && tsd"
  17. },
  18. "files": [
  19. "index.js",
  20. "index.d.ts"
  21. ],
  22. "keywords": [
  23. "ip",
  24. "ipv6",
  25. "ipv4",
  26. "address",
  27. "internal",
  28. "local",
  29. "machine",
  30. "system",
  31. "net",
  32. "gateway"
  33. ],
  34. "dependencies": {
  35. "default-gateway": "^4.2.0",
  36. "ipaddr.js": "^1.9.0"
  37. },
  38. "devDependencies": {
  39. "ava": "^1.4.1",
  40. "tsd": "^0.7.2",
  41. "xo": "^0.24.0"
  42. },
  43. "__npminstall_done": "Thu Dec 24 2020 20:21:03 GMT+0800 (CST)",
  44. "_from": "internal-ip@4.3.0",
  45. "_resolved": "https://registry.npm.taobao.org/internal-ip/download/internal-ip-4.3.0.tgz?cache=0&sync_timestamp=1605885537983&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Finternal-ip%2Fdownload%2Finternal-ip-4.3.0.tgz"
  46. }