aboutsummaryrefslogtreecommitdiff
path: root/node_modules/fresh/package.json
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-18 10:54:08 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-18 10:54:08 +0000
commita35da9f9ccc1124d9b6f4461c7216ffbb0285e2f (patch)
treed5b4b8548caae36a20e1258a8341dab4b3d522d2 /node_modules/fresh/package.json
parent16bbc66ebafc6f1a55e47dbda3f3c0f658fe715c (diff)
parentc1ce89359a7b54ec97b54ce577e5534c180c5c4b (diff)
merged
Diffstat (limited to 'node_modules/fresh/package.json')
-rw-r--r--node_modules/fresh/package.json121
1 files changed, 121 insertions, 0 deletions
diff --git a/node_modules/fresh/package.json b/node_modules/fresh/package.json
new file mode 100644
index 0000000..2b75bdb
--- /dev/null
+++ b/node_modules/fresh/package.json
@@ -0,0 +1,121 @@
+{
+ "_args": [
+ [
+ {
+ "name": "fresh",
+ "raw": "fresh@0.3.0",
+ "rawSpec": "0.3.0",
+ "scope": null,
+ "spec": "0.3.0",
+ "type": "version"
+ },
+ "/Users/warefhaque/CSC309/solutions_repo/node_modules/express"
+ ]
+ ],
+ "_from": "fresh@0.3.0",
+ "_id": "fresh@0.3.0",
+ "_inCache": true,
+ "_installable": true,
+ "_location": "/fresh",
+ "_npmUser": {
+ "email": "doug@somethingdoug.com",
+ "name": "dougwilson"
+ },
+ "_npmVersion": "1.4.28",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "fresh",
+ "raw": "fresh@0.3.0",
+ "rawSpec": "0.3.0",
+ "scope": null,
+ "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": "/Users/warefhaque/CSC309/solutions_repo/node_modules/express",
+ "author": {
+ "email": "tj@vision-media.ca",
+ "name": "TJ Holowaychuk",
+ "url": "http://tjholowaychuk.com"
+ },
+ "bugs": {
+ "url": "https://github.com/jshttp/fresh/issues"
+ },
+ "contributors": [
+ {
+ "email": "doug@somethingdoug.com",
+ "name": "Douglas Christopher Wilson"
+ },
+ {
+ "email": "me@jongleberry.com",
+ "name": "Jonathan Ong",
+ "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": [
+ {
+ "email": "tj@vision-media.ca",
+ "name": "tjholowaychuk"
+ },
+ {
+ "email": "jonathanrichardong@gmail.com",
+ "name": "jonathanong"
+ },
+ {
+ "email": "doug@somethingdoug.com",
+ "name": "dougwilson"
+ },
+ {
+ "email": "jonathanrichardong@gmail.com",
+ "name": "jongleberry"
+ }
+ ],
+ "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"
+}