aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ipaddr.js/package.json
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-18 10:54:08 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-18 10:54:08 +0000
commita35da9f9ccc1124d9b6f4461c7216ffbb0285e2f (patch)
treed5b4b8548caae36a20e1258a8341dab4b3d522d2 /node_modules/ipaddr.js/package.json
parent16bbc66ebafc6f1a55e47dbda3f3c0f658fe715c (diff)
parentc1ce89359a7b54ec97b54ce577e5534c180c5c4b (diff)
merged
Diffstat (limited to 'node_modules/ipaddr.js/package.json')
-rw-r--r--node_modules/ipaddr.js/package.json96
1 files changed, 96 insertions, 0 deletions
diff --git a/node_modules/ipaddr.js/package.json b/node_modules/ipaddr.js/package.json
new file mode 100644
index 0000000..617da95
--- /dev/null
+++ b/node_modules/ipaddr.js/package.json
@@ -0,0 +1,96 @@
+{
+ "_args": [
+ [
+ {
+ "name": "ipaddr.js",
+ "raw": "ipaddr.js@1.1.1",
+ "rawSpec": "1.1.1",
+ "scope": null,
+ "spec": "1.1.1",
+ "type": "version"
+ },
+ "/Users/warefhaque/CSC309/solutions_repo/node_modules/proxy-addr"
+ ]
+ ],
+ "_from": "ipaddr.js@1.1.1",
+ "_id": "ipaddr.js@1.1.1",
+ "_inCache": true,
+ "_installable": true,
+ "_location": "/ipaddr.js",
+ "_npmOperationalInternal": {
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/ipaddr.js-1.1.1.tgz_1464074293475_0.6683731523808092"
+ },
+ "_npmUser": {
+ "email": "whitequark@whitequark.org",
+ "name": "whitequark"
+ },
+ "_npmVersion": "1.4.21",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "ipaddr.js",
+ "raw": "ipaddr.js@1.1.1",
+ "rawSpec": "1.1.1",
+ "scope": null,
+ "spec": "1.1.1",
+ "type": "version"
+ },
+ "_requiredBy": [
+ "/proxy-addr"
+ ],
+ "_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.1.1.tgz",
+ "_shasum": "c791d95f52b29c1247d5df80ada39b8a73647230",
+ "_shrinkwrap": null,
+ "_spec": "ipaddr.js@1.1.1",
+ "_where": "/Users/warefhaque/CSC309/solutions_repo/node_modules/proxy-addr",
+ "author": {
+ "email": "whitequark@whitequark.org",
+ "name": "whitequark"
+ },
+ "bugs": {
+ "url": "https://github.com/whitequark/ipaddr.js/issues"
+ },
+ "dependencies": {},
+ "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
+ "devDependencies": {
+ "coffee-script": "~1.6",
+ "nodeunit": ">=0.8.2 <0.8.7",
+ "uglify-js": "latest"
+ },
+ "directories": {
+ "lib": "./lib"
+ },
+ "dist": {
+ "shasum": "c791d95f52b29c1247d5df80ada39b8a73647230",
+ "tarball": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.1.1.tgz"
+ },
+ "engines": {
+ "node": ">= 0.10"
+ },
+ "gitHead": "dbc7d98bc0d8fff68a894be0c60721566807e2fc",
+ "homepage": "https://github.com/whitequark/ipaddr.js#readme",
+ "keywords": [
+ "ip",
+ "ipv4",
+ "ipv6"
+ ],
+ "license": "MIT",
+ "main": "./lib/ipaddr",
+ "maintainers": [
+ {
+ "email": "whitequark@whitequark.org",
+ "name": "whitequark"
+ }
+ ],
+ "name": "ipaddr.js",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/whitequark/ipaddr.js.git"
+ },
+ "scripts": {
+ "test": "cake build test"
+ },
+ "version": "1.1.1"
+}