{
  "_args": [
    [
      {
        "name": "negotiator",
        "raw": "negotiator@0.5.3",
        "rawSpec": "0.5.3",
        "scope": null,
        "spec": "0.5.3",
        "type": "version"
      },
      "/home/fgreiner/prog/js/Nodulator/node_modules/accepts"
    ]
  ],
  "_from": "negotiator@0.5.3",
  "_id": "negotiator@0.5.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/negotiator",
  "_npmUser": {
    "email": "doug@somethingdoug.com",
    "name": "dougwilson"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "name": "negotiator",
    "raw": "negotiator@0.5.3",
    "rawSpec": "0.5.3",
    "scope": null,
    "spec": "0.5.3",
    "type": "version"
  },
  "_requiredBy": [
    "/accepts"
  ],
  "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz",
  "_shasum": "269d5c476810ec92edbe7b6c2f28316384f9a7e8",
  "_shrinkwrap": null,
  "_spec": "negotiator@0.5.3",
  "_where": "/home/fgreiner/prog/js/Nodulator/node_modules/accepts",
  "bugs": {
    "url": "https://github.com/jshttp/negotiator/issues"
  },
  "contributors": [
    {
      "email": "doug@somethingdoug.com",
      "name": "Douglas Christopher Wilson"
    },
    {
      "email": "federico.romero@outboxlabs.com",
      "name": "Federico Romero"
    },
    {
      "email": "i@izs.me",
      "name": "Isaac Z. Schlueter",
      "url": "http://blog.izs.me/"
    }
  ],
  "dependencies": {},
  "description": "HTTP content negotiation",
  "devDependencies": {
    "istanbul": "0.3.9",
    "mocha": "~1.21.5"
  },
  "directories": {},
  "dist": {
    "shasum": "269d5c476810ec92edbe7b6c2f28316384f9a7e8",
    "tarball": "https://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "lib/",
    "HISTORY.md",
    "LICENSE",
    "index.js",
    "README.md"
  ],
  "gitHead": "cbb717b3f164f25820f90b160cda6d0166b9d922",
  "homepage": "https://github.com/jshttp/negotiator",
  "keywords": [
    "http",
    "content negotiation",
    "accept",
    "accept-language",
    "accept-encoding",
    "accept-charset"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "email": "federomero@gmail.com",
      "name": "federomero"
    },
    {
      "email": "doug@somethingdoug.com",
      "name": "dougwilson"
    },
    {
      "email": "jonathanrichardong@gmail.com",
      "name": "jongleberry"
    }
  ],
  "name": "negotiator",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/negotiator.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --check-leaks --bail 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.3"
}
