1
0
Fork 0
arangodb/js/node/node_modules/content-disposition/package.json

66 lines
1.8 KiB
JSON

{
"name": "content-disposition",
"description": "Create and parse Content-Disposition header",
"version": "0.5.0",
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"license": "MIT",
"keywords": [
"content-disposition",
"http",
"rfc6266",
"res"
],
"repository": {
"type": "git",
"url": "https://github.com/jshttp/content-disposition"
},
"devDependencies": {
"istanbul": "0.3.2",
"mocha": "~1.21.4"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"engines": {
"node": ">= 0.6"
},
"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/"
},
"gitHead": "f3c915f0c9d9f5ec79713dba24c8c6181b73305d",
"bugs": {
"url": "https://github.com/jshttp/content-disposition/issues"
},
"homepage": "https://github.com/jshttp/content-disposition",
"_id": "content-disposition@0.5.0",
"_shasum": "4284fe6ae0630874639e44e80a418c2934135e9e",
"_from": "content-disposition@*",
"_npmVersion": "1.4.21",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"dist": {
"shasum": "4284fe6ae0630874639e44e80a418c2934135e9e",
"tarball": "http://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.0.tgz"
}