1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "internal-ip@4.3.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "internal-ip@4.3.0",
- "_id": "internal-ip@4.3.0",
- "_inBundle": false,
- "_integrity": "sha1-hFRSuq2dLKO2nGNaE3rLmg2tCQc=",
- "_location": "/internal-ip",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "internal-ip@4.3.0",
- "name": "internal-ip",
- "escapedName": "internal-ip",
- "rawSpec": "4.3.0",
- "saveSpec": null,
- "fetchSpec": "4.3.0"
- },
- "_requiredBy": [
- "/webpack-dev-server"
- ],
- "_resolved": "https://registry.npm.taobao.org/internal-ip/download/internal-ip-4.3.0.tgz",
- "_spec": "4.3.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/internal-ip/issues"
- },
- "dependencies": {
- "default-gateway": "^4.2.0",
- "ipaddr.js": "^1.9.0"
- },
- "description": "Get your internal IP address",
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.7.2",
- "xo": "^0.24.0"
- },
- "engines": {
- "node": ">=6"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "homepage": "https://github.com/sindresorhus/internal-ip#readme",
- "keywords": [
- "ip",
- "ipv6",
- "ipv4",
- "address",
- "internal",
- "local",
- "machine",
- "system",
- "net",
- "gateway"
- ],
- "license": "MIT",
- "name": "internal-ip",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/internal-ip.git"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "version": "4.3.0"
- }
|