package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "internal-ip@^4.3.0",
  3. "_id": "internal-ip@4.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==",
  6. "_location": "/internal-ip",
  7. "_phantomChildren": {
  8. "execa": "1.0.0",
  9. "ip-regex": "2.1.0"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "internal-ip@^4.3.0",
  15. "name": "internal-ip",
  16. "escapedName": "internal-ip",
  17. "rawSpec": "^4.3.0",
  18. "saveSpec": null,
  19. "fetchSpec": "^4.3.0"
  20. },
  21. "_requiredBy": [
  22. "/webpack-dev-server"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz",
  25. "_shasum": "845452baad9d2ca3b69c635a137acb9a0dad0907",
  26. "_spec": "internal-ip@^4.3.0",
  27. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\webpack-dev-server",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/internal-ip/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "default-gateway": "^4.2.0",
  39. "ipaddr.js": "^1.9.0"
  40. },
  41. "deprecated": false,
  42. "description": "Get your internal IP address",
  43. "devDependencies": {
  44. "ava": "^1.4.1",
  45. "tsd": "^0.7.2",
  46. "xo": "^0.24.0"
  47. },
  48. "engines": {
  49. "node": ">=6"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/internal-ip#readme",
  56. "keywords": [
  57. "ip",
  58. "ipv6",
  59. "ipv4",
  60. "address",
  61. "internal",
  62. "local",
  63. "machine",
  64. "system",
  65. "net",
  66. "gateway"
  67. ],
  68. "license": "MIT",
  69. "name": "internal-ip",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/internal-ip.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava && tsd"
  76. },
  77. "version": "4.3.0"
  78. }