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/content-disposition/package.json | 99 --------------------------- 1 file changed, 99 deletions(-) delete mode 100644 node_modules/content-disposition/package.json (limited to 'node_modules/content-disposition/package.json') diff --git a/node_modules/content-disposition/package.json b/node_modules/content-disposition/package.json deleted file mode 100644 index 1c3365b..0000000 --- a/node_modules/content-disposition/package.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "_args": [ - [ - { - "name": "content-disposition", - "raw": "content-disposition@0.5.1", - "rawSpec": "0.5.1", - "scope": null, - "spec": "0.5.1", - "type": "version" - }, - "/Users/warefhaque/CSC309/solutions_repo/node_modules/express" - ] - ], - "_from": "content-disposition@0.5.1", - "_id": "content-disposition@0.5.1", - "_inCache": true, - "_installable": true, - "_location": "/content-disposition", - "_npmUser": { - "email": "doug@somethingdoug.com", - "name": "dougwilson" - }, - "_npmVersion": "1.4.28", - "_phantomChildren": {}, - "_requested": { - "name": "content-disposition", - "raw": "content-disposition@0.5.1", - "rawSpec": "0.5.1", - "scope": null, - "spec": "0.5.1", - "type": "version" - }, - "_requiredBy": [ - "/express" - ], - "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.1.tgz", - "_shasum": "87476c6a67c8daa87e32e87616df883ba7fb071b", - "_shrinkwrap": null, - "_spec": "content-disposition@0.5.1", - "_where": "/Users/warefhaque/CSC309/solutions_repo/node_modules/express", - "bugs": { - "url": "https://github.com/jshttp/content-disposition/issues" - }, - "contributors": [ - { - "email": "doug@somethingdoug.com", - "name": "Douglas Christopher Wilson" - } - ], - "dependencies": {}, - "description": "Create and parse Content-Disposition header", - "devDependencies": { - "istanbul": "0.4.2", - "mocha": "1.21.5" - }, - "directories": {}, - "dist": { - "shasum": "87476c6a67c8daa87e32e87616df883ba7fb071b", - "tarball": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.1.tgz" - }, - "engines": { - "node": ">= 0.6" - }, - "files": [ - "LICENSE", - "HISTORY.md", - "README.md", - "index.js" - ], - "gitHead": "7b391db3af5629d4c698f1de21802940bb9f22a5", - "homepage": "https://github.com/jshttp/content-disposition", - "keywords": [ - "content-disposition", - "http", - "rfc6266", - "res" - ], - "license": "MIT", - "maintainers": [ - { - "email": "doug@somethingdoug.com", - "name": "dougwilson" - } - ], - "name": "content-disposition", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git+https://github.com/jshttp/content-disposition.git" - }, - "scripts": { - "test": "mocha --reporter spec --bail --check-leaks test/", - "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", - "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" - }, - "version": "0.5.1" -} -- cgit v1.2.3