You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.8 KiB
80 lines
1.8 KiB
3 years ago
|
{
|
||
|
"_from": "matcher@^1.0.0",
|
||
|
"_id": "matcher@1.1.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-+BmqxWIubKTRKNWx/ahnCkk3mG8m7OturVlqq6HiojGJTd5hVYbgZm6WzcYPCoB+KBT4Vd6R7WSRG2OADNaCjg==",
|
||
|
"_location": "/matcher",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "matcher@^1.0.0",
|
||
|
"name": "matcher",
|
||
|
"escapedName": "matcher",
|
||
|
"rawSpec": "^1.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/g-status"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/matcher/-/matcher-1.1.1.tgz",
|
||
|
"_shasum": "51d8301e138f840982b338b116bb0c09af62c1c2",
|
||
|
"_spec": "matcher@^1.0.0",
|
||
|
"_where": "F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\g-status",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "sindresorhus.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/sindresorhus/matcher/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"escape-string-regexp": "^1.0.4"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Simple wildcard matching",
|
||
|
"devDependencies": {
|
||
|
"ava": "*",
|
||
|
"matcha": "^0.7.0",
|
||
|
"xo": "*"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/sindresorhus/matcher#readme",
|
||
|
"keywords": [
|
||
|
"matcher",
|
||
|
"matching",
|
||
|
"match",
|
||
|
"regex",
|
||
|
"regexp",
|
||
|
"regular",
|
||
|
"expression",
|
||
|
"wildcard",
|
||
|
"pattern",
|
||
|
"string",
|
||
|
"filter",
|
||
|
"glob",
|
||
|
"globber",
|
||
|
"globbing",
|
||
|
"minimatch"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"name": "matcher",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/sindresorhus/matcher.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"bench": "matcha bench.js",
|
||
|
"test": "xo && ava"
|
||
|
},
|
||
|
"version": "1.1.1"
|
||
|
}
|