{
  "_args": [
    [
      "fresh@0.2.4",
      "/Users/nw/motion/packages/motion/node_modules/express"
    ]
  ],
  "_from": "fresh@0.2.4",
  "_id": "fresh@0.2.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/fresh",
  "_npmUser": {
    "email": "doug@somethingdoug.com",
    "name": "dougwilson"
  },
  "_npmVersion": "1.4.21",
  "_phantomChildren": {},
  "_requested": {
    "name": "fresh",
    "raw": "fresh@0.2.4",
    "rawSpec": "0.2.4",
    "scope": null,
    "spec": "0.2.4",
    "type": "version"
  },
  "_requiredBy": [
    "/express",
    "/send",
    "/serve-static/send"
  ],
  "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.2.4.tgz",
  "_shasum": "3582499206c9723714190edd74b4604feb4a614c",
  "_shrinkwrap": null,
  "_spec": "fresh@0.2.4",
  "_where": "/Users/nw/motion/packages/motion/node_modules/express",
  "author": {
    "email": "tj@vision-media.ca",
    "name": "TJ Holowaychuk",
    "url": "http://tjholowaychuk.com"
  },
  "bugs": {
    "url": "https://github.com/jshttp/fresh/issues"
  },
  "dependencies": {},
  "description": "HTTP response freshness testing",
  "devDependencies": {
    "istanbul": "0",
    "mocha": "1",
    "should": "3"
  },
  "directories": {},
  "dist": {
    "shasum": "3582499206c9723714190edd74b4604feb4a614c",
    "tarball": "http://registry.npmjs.org/fresh/-/fresh-0.2.4.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "HISTORY.md",
    "LICENSE",
    "index.js"
  ],
  "gitHead": "8440a4ca75fb091dec06e88654b3b1c31d7e7164",
  "homepage": "https://github.com/jshttp/fresh",
  "keywords": [
    "cache",
    "conditional",
    "fresh",
    "http"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "jonathanong",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    }
  ],
  "name": "fresh",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/fresh.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --require should",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --require should"
  },
  "version": "0.2.4"
}
