wallet-core/node_modules/expand-brackets/package.json

86 lines
1.9 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "expand-brackets",
"description": "Expand POSIX bracket expressions (character classes) in glob patterns.",
2018-09-20 02:56:13 +02:00
"version": "2.1.4",
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/jonschlinkert/expand-brackets",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
2018-09-20 02:56:13 +02:00
"contributors": [
"Elan Shanker (https://github.com/es128)",
"Eugene Sharygin (https://github.com/eush77)",
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
"Martin Kolárik <martin@kolarik.sk> (http://kolarik.sk)"
],
2016-11-03 01:33:53 +01:00
"repository": "jonschlinkert/expand-brackets",
"bugs": {
"url": "https://github.com/jonschlinkert/expand-brackets/issues"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"license": "MIT",
"files": [
2018-09-20 02:56:13 +02:00
"index.js",
"lib"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"main": "index.js",
"engines": {
"node": ">=0.10.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "mocha"
2016-10-10 03:43:44 +02:00
},
"dependencies": {
2018-09-20 02:56:13 +02:00
"debug": "^2.3.3",
"define-property": "^0.2.5",
"extend-shallow": "^2.0.1",
"posix-character-classes": "^0.1.0",
"regex-not": "^1.0.0",
"snapdragon": "^0.8.1",
"to-regex": "^3.0.1"
2016-10-10 03:43:44 +02:00
},
"devDependencies": {
2018-09-20 02:56:13 +02:00
"bash-match": "^0.1.1",
"gulp-format-md": "^0.1.10",
"helper-changelog": "^0.3.0",
"minimatch": "^3.0.3",
"mocha": "^3.0.2",
"multimatch": "^2.1.0",
"yargs-parser": "^4.0.0"
2016-10-10 03:43:44 +02:00
},
"keywords": [
"bracket",
2018-09-20 02:56:13 +02:00
"brackets",
2016-10-10 03:43:44 +02:00
"character class",
2018-09-20 02:56:13 +02:00
"expand",
2016-10-10 03:43:44 +02:00
"expression",
"posix"
],
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
2018-09-20 02:56:13 +02:00
"helpers": [
"helper-changelog"
],
2016-10-10 03:43:44 +02:00
"related": {
"list": [
2018-09-20 02:56:13 +02:00
"braces",
2016-10-10 03:43:44 +02:00
"extglob",
2018-09-20 02:56:13 +02:00
"micromatch",
"nanomatch"
2016-10-10 03:43:44 +02:00
]
},
"reflinks": [
2018-09-20 02:56:13 +02:00
"micromatch",
"verb",
"verb-generate-readme"
2016-10-10 03:43:44 +02:00
],
"lint": {
"reflinks": true
}
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}