Initial commit
[yaffs-website] / node_modules / is-posix-bracket / package.json
1 {
2   "_args": [
3     [
4       "is-posix-bracket@^0.1.0",
5       "/var/www/yaffs/node_modules/expand-brackets"
6     ]
7   ],
8   "_from": "is-posix-bracket@>=0.1.0 <0.2.0",
9   "_id": "is-posix-bracket@0.1.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/is-posix-bracket",
13   "_nodeVersion": "5.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/is-posix-bracket-0.1.1.tgz_1459834297811_0.5273812564555556"
17   },
18   "_npmUser": {
19     "email": "github@sellside.com",
20     "name": "jonschlinkert"
21   },
22   "_npmVersion": "3.6.0",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "is-posix-bracket",
26     "raw": "is-posix-bracket@^0.1.0",
27     "rawSpec": "^0.1.0",
28     "scope": null,
29     "spec": ">=0.1.0 <0.2.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/expand-brackets"
34   ],
35   "_resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz",
36   "_shasum": "3334dc79774368e92f016e6fbc0a88f5cd6e6bc4",
37   "_shrinkwrap": null,
38   "_spec": "is-posix-bracket@^0.1.0",
39   "_where": "/var/www/yaffs/node_modules/expand-brackets",
40   "author": {
41     "name": "Jon Schlinkert",
42     "url": "https://github.com/jonschlinkert"
43   },
44   "bugs": {
45     "url": "https://github.com/jonschlinkert/is-posix-bracket/issues"
46   },
47   "dependencies": {},
48   "description": "Returns true if the given string is a POSIX bracket expression (POSIX character class).",
49   "devDependencies": {
50     "gulp-format-md": "^0.1.7",
51     "mocha": "^2.4.5"
52   },
53   "directories": {},
54   "dist": {
55     "shasum": "3334dc79774368e92f016e6fbc0a88f5cd6e6bc4",
56     "tarball": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz"
57   },
58   "engines": {
59     "node": ">=0.10.0"
60   },
61   "files": [
62     "index.js"
63   ],
64   "gitHead": "43972556cfdbb681a15072da75c97952c4e4deba",
65   "homepage": "https://github.com/jonschlinkert/is-posix-bracket",
66   "keywords": [
67     "braces",
68     "brackets",
69     "character",
70     "character-class",
71     "class",
72     "expression",
73     "posix",
74     "regex",
75     "regexp",
76     "regular"
77   ],
78   "license": "MIT",
79   "main": "index.js",
80   "maintainers": [
81     {
82       "name": "jonschlinkert",
83       "email": "github@sellside.com"
84     }
85   ],
86   "name": "is-posix-bracket",
87   "optionalDependencies": {},
88   "readme": "ERROR: No README data found!",
89   "repository": {
90     "type": "git",
91     "url": "git+https://github.com/jonschlinkert/is-posix-bracket.git"
92   },
93   "scripts": {
94     "test": "mocha"
95   },
96   "verb": {
97     "layout": "default",
98     "lint": {
99       "reflinks": true
100     },
101     "plugins": [
102       "gulp-format-md"
103     ],
104     "reflinks": [
105       "verb"
106     ],
107     "related": {
108       "list": [
109         "braces",
110         "expand-brackets",
111         "is-extglob",
112         "is-glob",
113         "micromatch"
114       ]
115     },
116     "run": true,
117     "tasks": [
118       "readme"
119     ],
120     "toc": false
121   },
122   "version": "0.1.1"
123 }