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