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