[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / device_home / node_modules / express / node_modules / ipaddr.js / package.json
1 {
2   "_from": "ipaddr.js@1.9.0",
3   "_id": "ipaddr.js@1.9.0",
4   "_inBundle": false,
5   "_integrity": "sha512-M4Sjn6N/+O6/IXSJseKqHoFc+5FdGJ22sXqnjTpdZweHK64MzEPAyQZyEU3R/KRv2GLoa7nNtg/C2Ev6m7z+eA==",
6   "_location": "/ipaddr.js",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "ipaddr.js@1.9.0",
12     "name": "ipaddr.js",
13     "escapedName": "ipaddr.js",
14     "rawSpec": "1.9.0",
15     "saveSpec": null,
16     "fetchSpec": "1.9.0"
17   },
18   "_requiredBy": [
19     "/native-dns-packet",
20     "/proxy-addr"
21   ],
22   "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.0.tgz",
23   "_shasum": "37df74e430a0e47550fe54a2defe30d8acd95f65",
24   "_spec": "ipaddr.js@1.9.0",
25   "_where": "/home/hyunduk/opensource/external/HappyFunTimes/node_modules/proxy-addr",
26   "author": {
27     "name": "whitequark",
28     "email": "whitequark@whitequark.org"
29   },
30   "bugs": {
31     "url": "https://github.com/whitequark/ipaddr.js/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {},
35   "deprecated": false,
36   "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
37   "devDependencies": {
38     "coffee-script": "~1.12.6",
39     "nodeunit": ">=0.8.2 <0.8.7",
40     "uglify-js": "~3.0.19"
41   },
42   "directories": {
43     "lib": "./lib"
44   },
45   "engines": {
46     "node": ">= 0.10"
47   },
48   "files": [
49     "lib/",
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.0"
70 }