package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "internal-ip@1.2.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "internal-ip@1.2.0",
  10. "_id": "internal-ip@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-rp+/k7mEh4eF1QqN4bNWlWBYz1w=",
  13. "_location": "/internal-ip",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "internal-ip@1.2.0",
  19. "name": "internal-ip",
  20. "escapedName": "internal-ip",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bin": {
  37. "internal-ip": "cli.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/internal-ip/issues"
  41. },
  42. "dependencies": {
  43. "meow": "^3.3.0"
  44. },
  45. "description": "Get your internal IPv4 or IPv6 address",
  46. "devDependencies": {
  47. "ava": "*",
  48. "is-ip": "^1.0.0",
  49. "xo": "*"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js",
  56. "cli.js"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/internal-ip#readme",
  59. "keywords": [
  60. "cli-app",
  61. "cli",
  62. "bin",
  63. "ip",
  64. "ipv4",
  65. "ipv6",
  66. "address",
  67. "internal",
  68. "local",
  69. "machine"
  70. ],
  71. "license": "MIT",
  72. "name": "internal-ip",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/sindresorhus/internal-ip.git"
  76. },
  77. "scripts": {
  78. "test": "xo && ava"
  79. },
  80. "version": "1.2.0"
  81. }