123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "content-disposition@0.5.1",
- "_id": "content-disposition@0.5.1",
- "_inBundle": false,
- "_integrity": "sha1-h0dsamfI2qh+Muh2Ft+IO6f7Bxs=",
- "_location": "/content-disposition",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "content-disposition@0.5.1",
- "name": "content-disposition",
- "escapedName": "content-disposition",
- "rawSpec": "0.5.1",
- "saveSpec": null,
- "fetchSpec": "0.5.1"
- },
- "_requiredBy": [
- "/express"
- ],
- "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.1.tgz",
- "_shasum": "87476c6a67c8daa87e32e87616df883ba7fb071b",
- "_spec": "content-disposition@0.5.1",
- "_where": "C:\\socket\\chatroom-myclient\\node_modules\\express",
- "bugs": {
- "url": "https://github.com/jshttp/content-disposition/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Douglas Christopher Wilson",
- "email": "doug@somethingdoug.com"
- }
- ],
- "deprecated": false,
- "description": "Create and parse Content-Disposition header",
- "devDependencies": {
- "istanbul": "0.4.2",
- "mocha": "1.21.5"
- },
- "engines": {
- "node": ">= 0.6"
- },
- "files": [
- "LICENSE",
- "HISTORY.md",
- "README.md",
- "index.js"
- ],
- "homepage": "https://github.com/jshttp/content-disposition#readme",
- "keywords": [
- "content-disposition",
- "http",
- "rfc6266",
- "res"
- ],
- "license": "MIT",
- "name": "content-disposition",
- "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"
- }
|