Merge "LOG SQL dump files getting installed"
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / proxy-addr / node_modules / ipaddr.js / package.json
1 {
2   "name": "ipaddr.js",
3   "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
4   "version": "0.1.8",
5   "author": {
6     "name": "Peter Zotov",
7     "email": "whitequark@whitequark.org"
8   },
9   "directories": {
10     "lib": "./lib"
11   },
12   "dependencies": {},
13   "devDependencies": {
14     "coffee-script": "~1.6",
15     "nodeunit": "~0.5.3",
16     "uglify-js": "latest"
17   },
18   "scripts": {
19     "test": "cake build test"
20   },
21   "keywords": [
22     "ip",
23     "ipv4",
24     "ipv6"
25   ],
26   "repository": {
27     "type": "git",
28     "url": "git://github.com/whitequark/ipaddr.js"
29   },
30   "main": "./lib/ipaddr",
31   "engines": {
32     "node": ">= 0.2.5"
33   },
34   "license": "MIT",
35   "gitHead": "3099dba20984caa73a83864ee582548413a425d8",
36   "bugs": {
37     "url": "https://github.com/whitequark/ipaddr.js/issues"
38   },
39   "_id": "ipaddr.js@0.1.8",
40   "_shasum": "27442eda77b626c44724b4aa8a1867e8410579ee",
41   "_from": "ipaddr.js@0.1.8",
42   "_npmVersion": "1.4.21",
43   "_npmUser": {
44     "name": "whitequark",
45     "email": "whitequark@whitequark.org"
46   },
47   "maintainers": [
48     {
49       "name": "whitequark",
50       "email": "whitequark@whitequark.org"
51     }
52   ],
53   "dist": {
54     "shasum": "27442eda77b626c44724b4aa8a1867e8410579ee",
55     "tarball": "http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-0.1.8.tgz"
56   },
57   "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-0.1.8.tgz",
58   "readme": "ERROR: No README data found!",
59   "homepage": "https://github.com/whitequark/ipaddr.js"
60 }