1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/minimatch/package.json

67 lines
1.8 KiB
JSON

{
"_from": "minimatch@^2.0.1",
"_id": "minimatch@2.0.10",
"_inBundle": false,
"_integrity": "sha512-jQo6o1qSVLEWaw3l+bwYA2X0uLuK2KjNh2wjgO7Q/9UJnXr1Q3yQKR8BI0/Bt/rPg75e6SMW4hW/6cBHVTZUjA==",
"_location": "/minimatch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "minimatch@^2.0.1",
"name": "minimatch",
"escapedName": "minimatch",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/glob",
"/glob-stream"
],
"_resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-2.0.10.tgz",
"_shasum": "8d087c39c6b38c001b97fca7ce6d0e1e80afbac7",
"_spec": "minimatch@^2.0.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\glob-stream",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me"
},
"bugs": {
"url": "https://github.com/isaacs/minimatch/issues"
},
"bundleDependencies": false,
"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"
},
"engines": {
"node": "*"
},
"files": [
"minimatch.js",
"browser.js"
],
"homepage": "https://github.com/isaacs/minimatch#readme",
"license": "ISC",
"main": "minimatch.js",
"name": "minimatch",
"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"
}