|
{
"_from": "ip@1.0.1",
"_id": "ip@1.0.1",
"_inBundle": false,
"_integrity": "sha1-x+NWzeoiWucbNtcPLnGpK6TkJZA=",
"_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": "http://registry.npm.taobao.org/ip/download/ip-1.0.1.tgz",
"_shasum": "c7e356cdea225ae71b36d70f2e71a92ba4e42590",
"_spec": "ip@1.0.1",
"_where": "/Users/FFIB/Desktop/data_visualization/node_modules/pac-resolver",
"author": {
"name": "Fedor Indutny",
"email": "fedor@indutny.com"
},
"bugs": {
"url": "https://github.com/indutny/node-ip/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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"
}
|