12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_args": [
- [
- "content-disposition@~0.5.0",
- "D:\\work\\im\\node_modules\\koa"
- ]
- ],
- "_from": "content-disposition@>=0.5.0 <0.6.0",
- "_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.0",
- "rawSpec": "~0.5.0",
- "scope": null,
- "spec": ">=0.5.0 <0.6.0",
- "type": "range"
- },
- "_requiredBy": [
- "/koa",
- "/koa.io/koa"
- ],
- "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.1.tgz",
- "_shasum": "87476c6a67c8daa87e32e87616df883ba7fb071b",
- "_shrinkwrap": null,
- "_spec": "content-disposition@~0.5.0",
- "_where": "D:\\work\\im\\node_modules\\koa",
- "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"
- }
|