aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/fresh/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/fresh/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/fresh/package.json123
1 files changed, 123 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/fresh/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/fresh/package.json
new file mode 100644
index 00000000..f87a336a
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/fresh/package.json
@@ -0,0 +1,123 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "fresh@0.3.0",
+ "scope": null,
+ "escapedName": "fresh",
+ "name": "fresh",
+ "rawSpec": "0.3.0",
+ "spec": "0.3.0",
+ "type": "version"
+ },
+ "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
+ ]
+ ],
+ "_from": "fresh@0.3.0",
+ "_id": "fresh@0.3.0",
+ "_inCache": true,
+ "_location": "/fresh",
+ "_npmUser": {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ "_npmVersion": "1.4.28",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "fresh@0.3.0",
+ "scope": null,
+ "escapedName": "fresh",
+ "name": "fresh",
+ "rawSpec": "0.3.0",
+ "spec": "0.3.0",
+ "type": "version"
+ },
+ "_requiredBy": [
+ "/connect",
+ "/send",
+ "/serve-favicon"
+ ],
+ "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz",
+ "_shasum": "651f838e22424e7566de161d8358caa199f83d4f",
+ "_shrinkwrap": null,
+ "_spec": "fresh@0.3.0",
+ "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
+ "author": {
+ "name": "TJ Holowaychuk",
+ "email": "tj@vision-media.ca",
+ "url": "http://tjholowaychuk.com"
+ },
+ "bugs": {
+ "url": "https://github.com/jshttp/fresh/issues"
+ },
+ "contributors": [
+ {
+ "name": "Douglas Christopher Wilson",
+ "email": "doug@somethingdoug.com"
+ },
+ {
+ "name": "Jonathan Ong",
+ "email": "me@jongleberry.com",
+ "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": [
+ {
+ "name": "tjholowaychuk",
+ "email": "tj@vision-media.ca"
+ },
+ {
+ "name": "jonathanong",
+ "email": "jonathanrichardong@gmail.com"
+ },
+ {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ {
+ "name": "jongleberry",
+ "email": "jonathanrichardong@gmail.com"
+ }
+ ],
+ "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"
+}