asdf-games/node_modules/internal-ip/package.json

83 lines
1.8 KiB
JSON

{
"_from": "internal-ip@^3.0.1",
"_id": "internal-ip@3.0.1",
"_inBundle": false,
"_integrity": "sha512-NXXgESC2nNVtU+pqmC9e6R8B1GpKxzsAQhffvh5AL79qKnodd+L7tnEQmTiUAVngqLalPbSqRA7XGIEL5nCd0Q==",
"_location": "/internal-ip",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "internal-ip@^3.0.1",
"name": "internal-ip",
"escapedName": "internal-ip",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"/budo"
],
"_resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-3.0.1.tgz",
"_shasum": "df5c99876e1d2eb2ea2d74f520e3f669a00ece27",
"_spec": "internal-ip@^3.0.1",
"_where": "C:\\Users\\User\\Documents\\Git\\asdf-games\\node_modules\\budo",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/internal-ip/issues"
},
"bundleDependencies": false,
"dependencies": {
"default-gateway": "^2.6.0",
"ipaddr.js": "^1.5.2"
},
"deprecated": false,
"description": "Get your internal IP address",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/internal-ip#readme",
"keywords": [
"ip",
"ipv6",
"ipv4",
"address",
"internal",
"local",
"machine",
"system",
"net",
"gateway"
],
"license": "MIT",
"name": "internal-ip",
"os": [
"android",
"darwin",
"freebsd",
"linux",
"openbsd",
"sunos",
"win32"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/internal-ip.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "3.0.1"
}