8bb712a79df71f6557f65edf5d86d2bee4b7e2b0
[VSoRC/.git] / node_modules / fresh / package.json
1 {
2   "_from": "fresh@0.5.2",
3   "_id": "fresh@0.5.2",
4   "_inBundle": false,
5   "_integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=",
6   "_location": "/fresh",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "fresh@0.5.2",
12     "name": "fresh",
13     "escapedName": "fresh",
14     "rawSpec": "0.5.2",
15     "saveSpec": null,
16     "fetchSpec": "0.5.2"
17   },
18   "_requiredBy": [
19     "/express",
20     "/send"
21   ],
22   "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
23   "_shasum": "3d8cadd90d976569fa835ab1f8e4b23a105605a7",
24   "_spec": "fresh@0.5.2",
25   "_where": "/home/josuer08/Documents/web/node_modules/express",
26   "author": {
27     "name": "TJ Holowaychuk",
28     "email": "tj@vision-media.ca",
29     "url": "http://tjholowaychuk.com"
30   },
31   "bugs": {
32     "url": "https://github.com/jshttp/fresh/issues"
33   },
34   "bundleDependencies": false,
35   "contributors": [
36     {
37       "name": "Douglas Christopher Wilson",
38       "email": "doug@somethingdoug.com"
39     },
40     {
41       "name": "Jonathan Ong",
42       "email": "me@jongleberry.com",
43       "url": "http://jongleberry.com"
44     }
45   ],
46   "deprecated": false,
47   "description": "HTTP response freshness testing",
48   "devDependencies": {
49     "beautify-benchmark": "0.2.4",
50     "benchmark": "2.1.4",
51     "eslint": "3.19.0",
52     "eslint-config-standard": "10.2.1",
53     "eslint-plugin-import": "2.7.0",
54     "eslint-plugin-markdown": "1.0.0-beta.6",
55     "eslint-plugin-node": "5.1.1",
56     "eslint-plugin-promise": "3.5.0",
57     "eslint-plugin-standard": "3.0.1",
58     "istanbul": "0.4.5",
59     "mocha": "1.21.5"
60   },
61   "engines": {
62     "node": ">= 0.6"
63   },
64   "files": [
65     "HISTORY.md",
66     "LICENSE",
67     "index.js"
68   ],
69   "homepage": "https://github.com/jshttp/fresh#readme",
70   "keywords": [
71     "fresh",
72     "http",
73     "conditional",
74     "cache"
75   ],
76   "license": "MIT",
77   "name": "fresh",
78   "repository": {
79     "type": "git",
80     "url": "git+https://github.com/jshttp/fresh.git"
81   },
82   "scripts": {
83     "bench": "node benchmark/index.js",
84     "lint": "eslint --plugin markdown --ext js,md .",
85     "test": "mocha --reporter spec --bail --check-leaks test/",
86     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
87     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
88   },
89   "version": "0.5.2"
90 }