package.json 2.56 KB
{
  "_args": [
    [
      "content-disposition@0.5.1",
      "/Users/jf/Desktop/Work/node/handlebar-single/node_modules/express"
    ]
  ],
  "_cnpm_publish_time": 1453064553711,
  "_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": "http://npm.yoho.cn/content-disposition/-/content-disposition-0.5.1.tgz",
  "_shasum": "87476c6a67c8daa87e32e87616df883ba7fb071b",
  "_shrinkwrap": null,
  "_spec": "content-disposition@0.5.1",
  "_where": "/Users/jf/Desktop/Work/node/handlebar-single/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.4.2",
    "mocha": "1.21.5"
  },
  "directories": {},
  "dist": {
    "noattachment": false,
    "shasum": "87476c6a67c8daa87e32e87616df883ba7fb071b",
    "size": 6437,
    "tarball": "http://npm.yoho.cn/content-disposition/-/content-disposition-0.5.1.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "HISTORY.md",
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "gitHead": "7b391db3af5629d4c698f1de21802940bb9f22a5",
  "homepage": "https://github.com/jshttp/content-disposition",
  "keywords": [
    "content-disposition",
    "http",
    "res",
    "rfc6266"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "name": "content-disposition",
  "optionalDependencies": {},
  "publish_time": 1453064553711,
  "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"
}