atcheck/lsscanner/new_ubuntu/node_modules_win/matcher/package.json

82 lines
1.8 KiB
JSON
Executable File

{
"_from": "matcher@^2.0.0",
"_id": "matcher@2.1.0",
"_inBundle": false,
"_integrity": "sha512-o+nZr+vtJtgPNklyeUKkkH42OsK8WAfdgaJE2FNxcjLPg+5QbeEoT6vRj8Xq/iv18JlQ9cmKsEu0b94ixWf1YQ==",
"_location": "/matcher",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "matcher@^2.0.0",
"name": "matcher",
"escapedName": "matcher",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/global-agent"
],
"_resolved": "https://registry.npmjs.org/matcher/-/matcher-2.1.0.tgz",
"_shasum": "64e1041c15b993e23b786f93320a7474bf833c28",
"_spec": "matcher@^2.0.0",
"_where": "C:\\Users\\Massta\\Desktop\\new\\node_modules\\global-agent",
"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": "^2.0.0"
},
"deprecated": false,
"description": "Simple wildcard matching",
"devDependencies": {
"ava": "^2.4.0",
"matcha": "^0.7.0",
"tsd": "^0.11.0",
"xo": "^0.25.3"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"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 && tsd"
},
"version": "2.1.0"
}