You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.6 KiB
JSON
77 lines
1.6 KiB
JSON
{
|
|
"_from": "matcher@^0.1.1",
|
|
"_id": "matcher@0.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-7yDL3mTCTFDMYa9bg+4LG4/wAQE=",
|
|
"_location": "/matcher",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "matcher@^0.1.1",
|
|
"name": "matcher",
|
|
"escapedName": "matcher",
|
|
"rawSpec": "^0.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/ava"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/matcher/-/matcher-0.1.2.tgz",
|
|
"_shasum": "ef20cbde64c24c50cc61af5b83ee0b1b8ff00101",
|
|
"_spec": "matcher@^0.1.1",
|
|
"_where": "/home/mwinter/www/unboundedpress/node_modules/ava",
|
|
"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": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/matcher#readme",
|
|
"keywords": [
|
|
"matcher",
|
|
"matching",
|
|
"match",
|
|
"regex",
|
|
"regexp",
|
|
"regular",
|
|
"expression",
|
|
"wildcard",
|
|
"pattern",
|
|
"string",
|
|
"filter",
|
|
"glob",
|
|
"globbing",
|
|
"minimatch"
|
|
],
|
|
"license": "MIT",
|
|
"name": "matcher",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/matcher.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "0.1.2"
|
|
}
|