aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-posix-bracket/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-03-27 21:01:33 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-03-27 21:01:33 +0100
commitcc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585 (patch)
tree92c5d88706a6ffc654d1b133618d357890e7096b /node_modules/is-posix-bracket/package.json
parent3771b4d6b67b34c130f3a9a1a15f42deefdb2eda (diff)
downloadwallet-core-cc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585.tar.xz
remove node_modules
Diffstat (limited to 'node_modules/is-posix-bracket/package.json')
-rw-r--r--node_modules/is-posix-bracket/package.json64
1 files changed, 0 insertions, 64 deletions
diff --git a/node_modules/is-posix-bracket/package.json b/node_modules/is-posix-bracket/package.json
deleted file mode 100644
index f6374c6c6..000000000
--- a/node_modules/is-posix-bracket/package.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "name": "is-posix-bracket",
- "description": "Returns true if the given string is a POSIX bracket expression (POSIX character class).",
- "version": "0.1.1",
- "homepage": "https://github.com/jonschlinkert/is-posix-bracket",
- "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
- "repository": "jonschlinkert/is-posix-bracket",
- "bugs": {
- "url": "https://github.com/jonschlinkert/is-posix-bracket/issues"
- },
- "license": "MIT",
- "files": [
- "index.js"
- ],
- "main": "index.js",
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "mocha"
- },
- "devDependencies": {
- "gulp-format-md": "^0.1.7",
- "mocha": "^2.4.5"
- },
- "keywords": [
- "braces",
- "brackets",
- "character",
- "character-class",
- "class",
- "expression",
- "posix",
- "regex",
- "regexp",
- "regular"
- ],
- "verb": {
- "run": true,
- "toc": false,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "related": {
- "list": [
- "braces",
- "expand-brackets",
- "is-extglob",
- "is-glob",
- "micromatch"
- ]
- },
- "reflinks": [
- "verb"
- ],
- "lint": {
- "reflinks": true
- }
- }
-}