Newer
Older
ez-indexation / app / node_modules / fresh / package.json
@kieffer kieffer on 7 Mar 2017 2 KB v0.0.0
{
  "_args": [
    [
      {
        "raw": "fresh@0.3.0",
        "scope": null,
        "escapedName": "fresh",
        "name": "fresh",
        "rawSpec": "0.3.0",
        "spec": "0.3.0",
        "type": "version"
      },
      "/home/kieffer/tdm/ez-indexation/node_modules/express"
    ]
  ],
  "_from": "fresh@0.3.0",
  "_id": "fresh@0.3.0",
  "_inCache": true,
  "_location": "/fresh",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {},
  "_requested": {
    "raw": "fresh@0.3.0",
    "scope": null,
    "escapedName": "fresh",
    "name": "fresh",
    "rawSpec": "0.3.0",
    "spec": "0.3.0",
    "type": "version"
  },
  "_requiredBy": [
    "/express",
    "/send"
  ],
  "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz",
  "_shasum": "651f838e22424e7566de161d8358caa199f83d4f",
  "_shrinkwrap": null,
  "_spec": "fresh@0.3.0",
  "_where": "/home/kieffer/tdm/ez-indexation/node_modules/express",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca",
    "url": "http://tjholowaychuk.com"
  },
  "bugs": {
    "url": "https://github.com/jshttp/fresh/issues"
  },
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com",
      "url": "http://jongleberry.com"
    }
  ],
  "dependencies": {},
  "description": "HTTP response freshness testing",
  "devDependencies": {
    "istanbul": "0.3.9",
    "mocha": "1.21.5"
  },
  "directories": {},
  "dist": {
    "shasum": "651f838e22424e7566de161d8358caa199f83d4f",
    "tarball": "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "HISTORY.md",
    "LICENSE",
    "index.js"
  ],
  "gitHead": "14616c9748368ca08cd6a955dd88ab659b778634",
  "homepage": "https://github.com/jshttp/fresh",
  "keywords": [
    "fresh",
    "http",
    "conditional",
    "cache"
  ],
  "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 --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.3.0"
}