Initial commit
[yaffs-website] / node_modules / is-glob / package.json
1 {
2   "_args": [
3     [
4       "is-glob@^2.0.1",
5       "/var/www/yaffs/node_modules/findup-sync"
6     ]
7   ],
8   "_from": "is-glob@>=2.0.1 <3.0.0",
9   "_id": "is-glob@2.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/is-glob",
13   "_nodeVersion": "0.12.4",
14   "_npmUser": {
15     "email": "github@sellside.com",
16     "name": "jonschlinkert"
17   },
18   "_npmVersion": "2.10.1",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "is-glob",
22     "raw": "is-glob@^2.0.1",
23     "rawSpec": "^2.0.1",
24     "scope": null,
25     "spec": ">=2.0.1 <3.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/findup-sync",
30     "/glob-base",
31     "/glob-parent",
32     "/micromatch",
33     "/parse-glob"
34   ],
35   "_resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
36   "_shasum": "d096f926a3ded5600f3fdfd91198cb0888c2d863",
37   "_shrinkwrap": null,
38   "_spec": "is-glob@^2.0.1",
39   "_where": "/var/www/yaffs/node_modules/findup-sync",
40   "author": {
41     "name": "Jon Schlinkert",
42     "url": "https://github.com/jonschlinkert"
43   },
44   "bugs": {
45     "url": "https://github.com/jonschlinkert/is-glob/issues"
46   },
47   "dependencies": {
48     "is-extglob": "^1.0.0"
49   },
50   "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet",
51   "devDependencies": {
52     "mocha": "*"
53   },
54   "directories": {},
55   "dist": {
56     "shasum": "d096f926a3ded5600f3fdfd91198cb0888c2d863",
57     "tarball": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz"
58   },
59   "engines": {
60     "node": ">=0.10.0"
61   },
62   "files": [
63     "index.js"
64   ],
65   "gitHead": "d7db1b2dd559b3d5a73f89dbe72d9e9f4d6587d7",
66   "homepage": "https://github.com/jonschlinkert/is-glob",
67   "keywords": [
68     "bash",
69     "braces",
70     "check",
71     "exec",
72     "expression",
73     "extglob",
74     "glob",
75     "globbing",
76     "globstar",
77     "match",
78     "matches",
79     "pattern",
80     "regex",
81     "regular",
82     "string",
83     "test"
84   ],
85   "license": "MIT",
86   "main": "index.js",
87   "maintainers": [
88     {
89       "name": "jonschlinkert",
90       "email": "github@sellside.com"
91     },
92     {
93       "name": "doowb",
94       "email": "brian.woodward@gmail.com"
95     }
96   ],
97   "name": "is-glob",
98   "optionalDependencies": {},
99   "readme": "ERROR: No README data found!",
100   "repository": {
101     "type": "git",
102     "url": "git+https://github.com/jonschlinkert/is-glob.git"
103   },
104   "scripts": {
105     "test": "mocha"
106   },
107   "verb": {
108     "related": {
109       "list": [
110         "has-glob",
111         "is-extglob",
112         "is-posix-bracket",
113         "is-valid-glob",
114         "micromatch"
115       ]
116     }
117   },
118   "version": "2.0.1"
119 }