From 4cff38c8f7b65dab1fd72ea835ea7288327d1056 Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Wed, 27 Jul 2016 22:20:52 -0400 Subject: Fixed admin bug --- node_modules/ipaddr.js/package.json | 96 ------------------------------------- 1 file changed, 96 deletions(-) delete mode 100644 node_modules/ipaddr.js/package.json (limited to 'node_modules/ipaddr.js/package.json') diff --git a/node_modules/ipaddr.js/package.json b/node_modules/ipaddr.js/package.json deleted file mode 100644 index 617da95..0000000 --- a/node_modules/ipaddr.js/package.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "_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" -} -- cgit v1.2.3