aboutsummaryrefslogtreecommitdiff
path: root/node_modules/content-disposition/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/content-disposition/package.json
parent16bbc66ebafc6f1a55e47dbda3f3c0f658fe715c (diff)
parentc1ce89359a7b54ec97b54ce577e5534c180c5c4b (diff)
merged
Diffstat (limited to 'node_modules/content-disposition/package.json')
-rw-r--r--node_modules/content-disposition/package.json99
1 files changed, 99 insertions, 0 deletions
diff --git a/node_modules/content-disposition/package.json b/node_modules/content-disposition/package.json
new file mode 100644
index 0000000..1c3365b
--- /dev/null
+++ b/node_modules/content-disposition/package.json
@@ -0,0 +1,99 @@
+{
+ "_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"
+}