1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "_from": "ip@^1.1.5",
- "_id": "ip@1.1.7",
- "_inBundle": false,
- "_integrity": "sha512-SLm2ERgmBGag79RfrIknk+40ZOJCgUBpCQTl3WE2YER21VR0W3Vt/OAXXaYLSU0AIcBqWnytoTwk2ZcTbxH0xg==",
- "_location": "/ip",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ip@^1.1.5",
- "name": "ip",
- "escapedName": "ip",
- "rawSpec": "^1.1.5",
- "saveSpec": null,
- "fetchSpec": "^1.1.5"
- },
- "_requiredBy": [
- "/dns-packet",
- "/webpack-dev-server"
- ],
- "_resolved": "https://registry.npmjs.org/ip/-/ip-1.1.7.tgz",
- "_shasum": "4f6195d7bdb30435aac35301e7b993c6c8218c0d",
- "_spec": "ip@^1.1.5",
- "_where": "/Users/lihai/jolijoli/pad_spa/node_modules/webpack-dev-server",
- "author": {
- "name": "Fedor Indutny",
- "email": "fedor@indutny.com"
- },
- "bugs": {
- "url": "https://github.com/indutny/node-ip/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)",
- "devDependencies": {
- "eslint": "^8.15.0",
- "mocha": "^10.0.0"
- },
- "files": [
- "lib",
- "README.md"
- ],
- "homepage": "https://github.com/indutny/node-ip",
- "license": "MIT",
- "main": "lib/ip",
- "name": "ip",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/indutny/node-ip.git"
- },
- "scripts": {
- "fix": "npm run lint -- --fix",
- "lint": "eslint lib/*.js test/*.js",
- "test": "npm run lint && mocha --reporter spec test/*-test.js"
- },
- "version": "1.1.7"
- }
|