Archived
1
0
Fork 0
This repository has been archived on 2019-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
Pong/node_modules/content-disposition/package.json

101 lines
2.6 KiB
JSON
Raw Normal View History

2017-01-20 22:42:49 +00:00
{
"_args": [
[
{
"raw": "content-disposition@0.5.0",
"scope": null,
"escapedName": "content-disposition",
"name": "content-disposition",
"rawSpec": "0.5.0",
"spec": "0.5.0",
"type": "version"
},
"/home/simon/Projects/Pong/node_modules/express"
]
],
"_from": "content-disposition@0.5.0",
"_id": "content-disposition@0.5.0",
"_inCache": true,
"_location": "/content-disposition",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "1.4.21",
"_phantomChildren": {},
"_requested": {
"raw": "content-disposition@0.5.0",
"scope": null,
"escapedName": "content-disposition",
"name": "content-disposition",
"rawSpec": "0.5.0",
"spec": "0.5.0",
"type": "version"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz",
"_shasum": "4284fe6ae0630874639e44e80a418c2934135e9e",
"_shrinkwrap": null,
"_spec": "content-disposition@0.5.0",
"_where": "/home/simon/Projects/Pong/node_modules/express",
"bugs": {
"url": "https://github.com/jshttp/content-disposition/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"dependencies": {},
"description": "Create and parse Content-Disposition header",
"devDependencies": {
"istanbul": "0.3.2",
"mocha": "~1.21.4"
},
"directories": {},
"dist": {
"shasum": "4284fe6ae0630874639e44e80a418c2934135e9e",
"tarball": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"gitHead": "f3c915f0c9d9f5ec79713dba24c8c6181b73305d",
"homepage": "https://github.com/jshttp/content-disposition",
"keywords": [
"content-disposition",
"http",
"rfc6266",
"res"
],
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"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.0"
}