mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 05:11:40 +00:00
update
This commit is contained in:
81
node_modules/maximatch/package.json
generated
vendored
Normal file
81
node_modules/maximatch/package.json
generated
vendored
Normal file
@ -0,0 +1,81 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"maximatch@0.1.0",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_from": "maximatch@0.1.0",
|
||||
"_id": "maximatch@0.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-hs2NawTJ8wfAWmuUGZBtA2D7E6I=",
|
||||
"_location": "/maximatch",
|
||||
"_phantomChildren": {
|
||||
"array-uniq": "1.0.3"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "maximatch@0.1.0",
|
||||
"name": "maximatch",
|
||||
"escapedName": "maximatch",
|
||||
"rawSpec": "0.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/recursive-copy"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/maximatch/-/maximatch-0.1.0.tgz",
|
||||
"_spec": "0.1.0",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"author": {
|
||||
"name": "Tim Kendrick",
|
||||
"email": "timkendrick@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/timkendrick/maximatch/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"array-differ": "^1.0.0",
|
||||
"array-union": "^1.0.1",
|
||||
"arrify": "^1.0.0",
|
||||
"minimatch": "^3.0.0"
|
||||
},
|
||||
"description": "Extends multimatch() with support for filter functions and regular expressions",
|
||||
"devDependencies": {
|
||||
"chai": "^3.4.1",
|
||||
"mocha": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/timkendrick/maximatch#readme",
|
||||
"keywords": [
|
||||
"expand",
|
||||
"find",
|
||||
"glob",
|
||||
"globbing",
|
||||
"globs",
|
||||
"match",
|
||||
"matcher",
|
||||
"minimatch",
|
||||
"multimatch",
|
||||
"pattern",
|
||||
"patterns",
|
||||
"wildcard"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "maximatch",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/timkendrick/maximatch.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "0.1.0"
|
||||
}
|
Reference in New Issue
Block a user