aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/minimatch/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/minimatch/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/minimatch/package.json99
1 files changed, 0 insertions, 99 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/minimatch/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/minimatch/package.json
deleted file mode 100644
index c2e34361..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/minimatch/package.json
+++ /dev/null
@@ -1,99 +0,0 @@
-{
- "_args": [
- [
- {
- "raw": "minimatch@^2.0.7",
- "scope": null,
- "escapedName": "minimatch",
- "name": "minimatch",
- "rawSpec": "^2.0.7",
- "spec": ">=2.0.7 <3.0.0",
- "type": "range"
- },
- "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma"
- ]
- ],
- "_from": "minimatch@>=2.0.7 <3.0.0",
- "_id": "minimatch@2.0.10",
- "_inCache": true,
- "_location": "/minimatch",
- "_nodeVersion": "2.2.1",
- "_npmUser": {
- "name": "isaacs",
- "email": "isaacs@npmjs.com"
- },
- "_npmVersion": "3.1.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "minimatch@^2.0.7",
- "scope": null,
- "escapedName": "minimatch",
- "name": "minimatch",
- "rawSpec": "^2.0.7",
- "spec": ">=2.0.7 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/glob",
- "/istanbul/fileset",
- "/karma"
- ],
- "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
- "_shasum": "8d087c39c6b38c001b97fca7ce6d0e1e80afbac7",
- "_shrinkwrap": null,
- "_spec": "minimatch@^2.0.7",
- "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me"
- },
- "bugs": {
- "url": "https://github.com/isaacs/minimatch/issues"
- },
- "dependencies": {
- "brace-expansion": "^1.0.0"
- },
- "deprecated": "Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue",
- "description": "a glob matcher in javascript",
- "devDependencies": {
- "browserify": "^9.0.3",
- "standard": "^3.7.2",
- "tap": "^1.2.0"
- },
- "directories": {},
- "dist": {
- "shasum": "8d087c39c6b38c001b97fca7ce6d0e1e80afbac7",
- "tarball": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz"
- },
- "engines": {
- "node": "*"
- },
- "files": [
- "minimatch.js",
- "browser.js"
- ],
- "gitHead": "6afb85f0c324b321f76a38df81891e562693e257",
- "homepage": "https://github.com/isaacs/minimatch#readme",
- "license": "ISC",
- "main": "minimatch.js",
- "maintainers": [
- {
- "name": "isaacs",
- "email": "i@izs.me"
- }
- ],
- "name": "minimatch",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/minimatch.git"
- },
- "scripts": {
- "posttest": "standard minimatch.js test/*.js",
- "prepublish": "browserify -o browser.js -e minimatch.js -s minimatch --bare",
- "test": "tap test/*.js"
- },
- "version": "2.0.10"
-}