summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/response-time/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/response-time/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/response-time/package.json138
1 files changed, 138 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/response-time/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/response-time/package.json
new file mode 100644
index 00000000..6cdb076b
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/response-time/package.json
@@ -0,0 +1,138 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "response-time@~2.3.1",
+ "scope": null,
+ "escapedName": "response-time",
+ "name": "response-time",
+ "rawSpec": "~2.3.1",
+ "spec": ">=2.3.1 <2.4.0",
+ "type": "range"
+ },
+ "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
+ ]
+ ],
+ "_from": "response-time@>=2.3.1 <2.4.0",
+ "_id": "response-time@2.3.2",
+ "_inCache": true,
+ "_location": "/response-time",
+ "_npmOperationalInternal": {
+ "host": "packages-18-east.internal.npmjs.com",
+ "tmp": "tmp/response-time-2.3.2.tgz_1479259984678_0.6870394593570381"
+ },
+ "_npmUser": {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ "_npmVersion": "1.4.28",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "response-time@~2.3.1",
+ "scope": null,
+ "escapedName": "response-time",
+ "name": "response-time",
+ "rawSpec": "~2.3.1",
+ "spec": ">=2.3.1 <2.4.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/connect"
+ ],
+ "_resolved": "https://registry.npmjs.org/response-time/-/response-time-2.3.2.tgz",
+ "_shasum": "ffa71bab952d62f7c1d49b7434355fbc68dffc5a",
+ "_shrinkwrap": null,
+ "_spec": "response-time@~2.3.1",
+ "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
+ "author": {
+ "name": "Jonathan Ong",
+ "email": "me@jongleberry.com",
+ "url": "http://jongleberry.com"
+ },
+ "bugs": {
+ "url": "https://github.com/expressjs/response-time/issues"
+ },
+ "contributors": [
+ {
+ "name": "Douglas Christopher Wilson",
+ "email": "doug@somethingdoug.com"
+ }
+ ],
+ "dependencies": {
+ "depd": "~1.1.0",
+ "on-headers": "~1.0.1"
+ },
+ "description": "Response time for Node.js servers",
+ "devDependencies": {
+ "after": "0.8.2",
+ "eslint": "3.10.1",
+ "eslint-config-standard": "6.2.1",
+ "eslint-plugin-promise": "3.3.2",
+ "eslint-plugin-standard": "2.0.1",
+ "istanbul": "0.4.5",
+ "mocha": "2.5.3",
+ "supertest": "1.1.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "ffa71bab952d62f7c1d49b7434355fbc68dffc5a",
+ "tarball": "https://registry.npmjs.org/response-time/-/response-time-2.3.2.tgz"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ },
+ "files": [
+ "LICENSE",
+ "HISTORY.md",
+ "index.js"
+ ],
+ "gitHead": "34c40bc97bcd7e54e13b33f77ee231ca2032de6c",
+ "homepage": "https://github.com/expressjs/response-time",
+ "keywords": [
+ "http",
+ "res",
+ "response time",
+ "x-response-time"
+ ],
+ "license": "MIT",
+ "maintainers": [
+ {
+ "name": "defunctzombie",
+ "email": "shtylman@gmail.com"
+ },
+ {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ {
+ "name": "fishrock123",
+ "email": "fishrock123@rocketmail.com"
+ },
+ {
+ "name": "jongleberry",
+ "email": "jonathanrichardong@gmail.com"
+ },
+ {
+ "name": "mscdex",
+ "email": "mscdex@mscdex.net"
+ },
+ {
+ "name": "tjholowaychuk",
+ "email": "tj@vision-media.ca"
+ }
+ ],
+ "name": "response-time",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/expressjs/response-time.git"
+ },
+ "scripts": {
+ "lint": "eslint .",
+ "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": "2.3.2"
+}