second
[josuexyz/.git] / node_modules / fresh / package.json
1 {
2   "_args": [
3     [
4       "fresh@0.5.2",
5       "/home/josuer08/josuexyz/node_modules/express"
6     ]
7   ],
8   "_from": "fresh@0.5.2",
9   "_id": "fresh@0.5.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/fresh",
13   "_nodeVersion": "6.11.1",
14   "_npmOperationalInternal": {
15     "host": "s3://npm-registry-packages",
16     "tmp": "tmp/fresh-0.5.2.tgz_1505365391149_0.7952043106779456"
17   },
18   "_npmUser": {
19     "email": "doug@somethingdoug.com",
20     "name": "dougwilson"
21   },
22   "_npmVersion": "3.10.10",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "fresh",
26     "raw": "fresh@0.5.2",
27     "rawSpec": "0.5.2",
28     "scope": null,
29     "spec": "0.5.2",
30     "type": "version"
31   },
32   "_requiredBy": [
33     "/express",
34     "/send"
35   ],
36   "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
37   "_shasum": "3d8cadd90d976569fa835ab1f8e4b23a105605a7",
38   "_shrinkwrap": null,
39   "_spec": "fresh@0.5.2",
40   "_where": "/home/josuer08/josuexyz/node_modules/express",
41   "author": {
42     "email": "tj@vision-media.ca",
43     "name": "TJ Holowaychuk",
44     "url": "http://tjholowaychuk.com"
45   },
46   "bugs": {
47     "url": "https://github.com/jshttp/fresh/issues"
48   },
49   "contributors": [
50     {
51       "name": "Douglas Christopher Wilson",
52       "email": "doug@somethingdoug.com"
53     },
54     {
55       "name": "Jonathan Ong",
56       "email": "me@jongleberry.com",
57       "url": "http://jongleberry.com"
58     }
59   ],
60   "dependencies": {},
61   "description": "HTTP response freshness testing",
62   "devDependencies": {
63     "beautify-benchmark": "0.2.4",
64     "benchmark": "2.1.4",
65     "eslint": "3.19.0",
66     "eslint-config-standard": "10.2.1",
67     "eslint-plugin-import": "2.7.0",
68     "eslint-plugin-markdown": "1.0.0-beta.6",
69     "eslint-plugin-node": "5.1.1",
70     "eslint-plugin-promise": "3.5.0",
71     "eslint-plugin-standard": "3.0.1",
72     "istanbul": "0.4.5",
73     "mocha": "1.21.5"
74   },
75   "directories": {},
76   "dist": {
77     "shasum": "3d8cadd90d976569fa835ab1f8e4b23a105605a7",
78     "tarball": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz"
79   },
80   "engines": {
81     "node": ">= 0.6"
82   },
83   "files": [
84     "HISTORY.md",
85     "LICENSE",
86     "index.js"
87   ],
88   "gitHead": "02df6303ff260b6b7da0b479f3e42222e8157b47",
89   "homepage": "https://github.com/jshttp/fresh#readme",
90   "keywords": [
91     "cache",
92     "conditional",
93     "fresh",
94     "http"
95   ],
96   "license": "MIT",
97   "maintainers": [
98     {
99       "name": "dougwilson",
100       "email": "doug@somethingdoug.com"
101     }
102   ],
103   "name": "fresh",
104   "optionalDependencies": {},
105   "readme": "ERROR: No README data found!",
106   "repository": {
107     "type": "git",
108     "url": "git+https://github.com/jshttp/fresh.git"
109   },
110   "scripts": {
111     "bench": "node benchmark/index.js",
112     "lint": "eslint --plugin markdown --ext js,md .",
113     "test": "mocha --reporter spec --bail --check-leaks test/",
114     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
115     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
116   },
117   "version": "0.5.2"
118 }