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

70 lines
1.6 KiB
JSON

{
"_args": [
[
"minimatch@2.0.10",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_from": "minimatch@2.0.10",
"_id": "minimatch@2.0.10",
"_inBundle": false,
"_integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
"_location": "/minimatch",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "minimatch@2.0.10",
"name": "minimatch",
"escapedName": "minimatch",
"rawSpec": "2.0.10",
"saveSpec": null,
"fetchSpec": "2.0.10"
},
"_requiredBy": [
"/glob",
"/glob-stream"
],
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
"_spec": "2.0.10",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"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"
},
"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"
}