aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/etag/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/etag/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/etag/package.json108
1 files changed, 0 insertions, 108 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/etag/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/etag/package.json
deleted file mode 100644
index 7b2f9f0d..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/etag/package.json
+++ /dev/null
@@ -1,108 +0,0 @@
-{
- "_args": [
- [
- {
- "raw": "etag@~1.7.0",
- "scope": null,
- "escapedName": "etag",
- "name": "etag",
- "rawSpec": "~1.7.0",
- "spec": ">=1.7.0 <1.8.0",
- "type": "range"
- },
- "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\serve-favicon"
- ]
- ],
- "_from": "etag@>=1.7.0 <1.8.0",
- "_id": "etag@1.7.0",
- "_inCache": true,
- "_location": "/etag",
- "_npmUser": {
- "name": "dougwilson",
- "email": "doug@somethingdoug.com"
- },
- "_npmVersion": "1.4.28",
- "_phantomChildren": {},
- "_requested": {
- "raw": "etag@~1.7.0",
- "scope": null,
- "escapedName": "etag",
- "name": "etag",
- "rawSpec": "~1.7.0",
- "spec": ">=1.7.0 <1.8.0",
- "type": "range"
- },
- "_requiredBy": [
- "/send",
- "/serve-favicon"
- ],
- "_resolved": "https://registry.npmjs.org/etag/-/etag-1.7.0.tgz",
- "_shasum": "03d30b5f67dd6e632d2945d30d6652731a34d5d8",
- "_shrinkwrap": null,
- "_spec": "etag@~1.7.0",
- "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\serve-favicon",
- "bugs": {
- "url": "https://github.com/jshttp/etag/issues"
- },
- "contributors": [
- {
- "name": "Douglas Christopher Wilson",
- "email": "doug@somethingdoug.com"
- },
- {
- "name": "David Björklund",
- "email": "david.bjorklund@gmail.com"
- }
- ],
- "dependencies": {},
- "description": "Create simple ETags",
- "devDependencies": {
- "beautify-benchmark": "0.2.4",
- "benchmark": "1.0.0",
- "istanbul": "0.3.14",
- "mocha": "~1.21.4",
- "seedrandom": "2.3.11"
- },
- "directories": {},
- "dist": {
- "shasum": "03d30b5f67dd6e632d2945d30d6652731a34d5d8",
- "tarball": "https://registry.npmjs.org/etag/-/etag-1.7.0.tgz"
- },
- "engines": {
- "node": ">= 0.6"
- },
- "files": [
- "LICENSE",
- "HISTORY.md",
- "README.md",
- "index.js"
- ],
- "gitHead": "a511f5c8c930fd9546dbd88acb080f96bc788cfc",
- "homepage": "https://github.com/jshttp/etag",
- "keywords": [
- "etag",
- "http",
- "res"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "dougwilson",
- "email": "doug@somethingdoug.com"
- }
- ],
- "name": "etag",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jshttp/etag.git"
- },
- "scripts": {
- "bench": "node benchmark/index.js",
- "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": "1.7.0"
-}