package.json (1757B)
1 { 2 "_from": "ipaddr.js@1.9.1", 3 "_id": "ipaddr.js@1.9.1", 4 "_inBundle": false, 5 "_integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", 6 "_location": "/ipaddr.js", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "ipaddr.js@1.9.1", 12 "name": "ipaddr.js", 13 "escapedName": "ipaddr.js", 14 "rawSpec": "1.9.1", 15 "saveSpec": null, 16 "fetchSpec": "1.9.1" 17 }, 18 "_requiredBy": [ 19 "/proxy-addr" 20 ], 21 "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", 22 "_shasum": "bff38543eeb8984825079ff3a2a8e6cbd46781b3", 23 "_spec": "ipaddr.js@1.9.1", 24 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/proxy-addr", 25 "author": { 26 "name": "whitequark", 27 "email": "whitequark@whitequark.org" 28 }, 29 "bugs": { 30 "url": "https://github.com/whitequark/ipaddr.js/issues" 31 }, 32 "bundleDependencies": false, 33 "dependencies": {}, 34 "deprecated": false, 35 "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.", 36 "devDependencies": { 37 "coffee-script": "~1.12.6", 38 "nodeunit": "^0.11.3", 39 "uglify-js": "~3.0.19" 40 }, 41 "directories": { 42 "lib": "./lib" 43 }, 44 "engines": { 45 "node": ">= 0.10" 46 }, 47 "files": [ 48 "lib/", 49 "LICENSE", 50 "ipaddr.min.js" 51 ], 52 "homepage": "https://github.com/whitequark/ipaddr.js#readme", 53 "keywords": [ 54 "ip", 55 "ipv4", 56 "ipv6" 57 ], 58 "license": "MIT", 59 "main": "./lib/ipaddr.js", 60 "name": "ipaddr.js", 61 "repository": { 62 "type": "git", 63 "url": "git://github.com/whitequark/ipaddr.js.git" 64 }, 65 "scripts": { 66 "test": "cake build test" 67 }, 68 "types": "./lib/ipaddr.js.d.ts", 69 "version": "1.9.1" 70 }