{ "_args": [ [ "ip@1.0.1", "E:\\2023\\5\\myjadmin" ] ], "_development": true, "_from": "ip@1.0.1", "_id": "ip@1.0.1", "_inBundle": false, "_integrity": "sha512-7D9qrinLjjMdwGUoq7tAls0WvUGDjuxTnhfB9HWfqUyeWWwE4Ap4LnxHuTpAxh6iE6HHDY6gLdXbRlFrAIIzPw==", "_location": "/ip", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "ip@1.0.1", "name": "ip", "escapedName": "ip", "rawSpec": "1.0.1", "saveSpec": null, "fetchSpec": "1.0.1" }, "_requiredBy": [ "/pac-resolver" ], "_resolved": "https://registry.npmjs.org/ip/-/ip-1.0.1.tgz", "_spec": "1.0.1", "_where": "E:\\2023\\5\\myjadmin", "author": { "name": "Fedor Indutny", "email": "fedor@indutny.com" }, "bugs": { "url": "https://github.com/indutny/node-ip/issues" }, "description": "IP address utilities for node.js", "devDependencies": { "jscs": "^2.1.1", "jshint": "^2.8.0", "mocha": "~1.3.2" }, "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": { "test": "jscs lib/*.js test/*.js && jshint lib/*.js && mocha --reporter spec test/*-test.js" }, "version": "1.0.1" }