{
  "_args": [
    [
      "content@3.0.4",
      "/var/www/html/postleaf"
    ]
  ],
  "_from": "content@3.0.4",
  "_id": "content@3.0.4",
  "_inBundle": false,
  "_integrity": "sha1-yj3eBEgPElGbcVJuxEvUiN37P+8=",
  "_location": "/content",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "content@3.0.4",
    "name": "content",
    "escapedName": "content",
    "rawSpec": "3.0.4",
    "saveSpec": null,
    "fetchSpec": "3.0.4"
  },
  "_requiredBy": [],
  "_resolved": "https://registry.npmjs.org/content/-/content-3.0.4.tgz",
  "_spec": "3.0.4",
  "_where": "/var/www/html/postleaf",
  "bugs": {
    "url": "https://github.com/hapijs/content/issues"
  },
  "dependencies": {
    "boom": "5.x.x"
  },
  "description": "HTTP Content-* headers parsing",
  "devDependencies": {
    "code": "4.x.x",
    "lab": "13.x.x"
  },
  "engines": {
    "node": ">=4.5.0"
  },
  "homepage": "https://github.com/hapijs/content#readme",
  "keywords": [
    "HTTP",
    "header",
    "content",
    "content-type",
    "content-disposition"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "name": "content",
  "repository": {
    "type": "git",
    "url": "git://github.com/hapijs/content.git"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L",
    "test-cov-html": "lab -a code -r html -o coverage.html",
    "test-tap": "lab -a code -r tap -o tests.tap"
  },
  "version": "3.0.4"
}
