Initial commit
[yaffs-website] / node_modules / parse-glob / package.json
1 {
2   "_args": [
3     [
4       "parse-glob@^3.0.4",
5       "/var/www/yaffs/node_modules/micromatch"
6     ]
7   ],
8   "_from": "parse-glob@>=3.0.4 <4.0.0",
9   "_id": "parse-glob@3.0.4",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/parse-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": "parse-glob",
22     "raw": "parse-glob@^3.0.4",
23     "rawSpec": "^3.0.4",
24     "scope": null,
25     "spec": ">=3.0.4 <4.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/micromatch"
30   ],
31   "_resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
32   "_shasum": "b2c376cfb11f35513badd173ef0bb6e3a388391c",
33   "_shrinkwrap": null,
34   "_spec": "parse-glob@^3.0.4",
35   "_where": "/var/www/yaffs/node_modules/micromatch",
36   "author": {
37     "name": "Jon Schlinkert",
38     "url": "https://github.com/jonschlinkert"
39   },
40   "bugs": {
41     "url": "https://github.com/jonschlinkert/parse-glob/issues"
42   },
43   "dependencies": {
44     "glob-base": "^0.3.0",
45     "is-dotfile": "^1.0.0",
46     "is-extglob": "^1.0.0",
47     "is-glob": "^2.0.0"
48   },
49   "description": "Parse a glob pattern into an object of tokens.",
50   "devDependencies": {
51     "browserify": "^9.0.3",
52     "lodash": "^3.3.1",
53     "mocha": "*"
54   },
55   "directories": {},
56   "dist": {
57     "shasum": "b2c376cfb11f35513badd173ef0bb6e3a388391c",
58     "tarball": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz"
59   },
60   "engines": {
61     "node": ">=0.10.0"
62   },
63   "files": [
64     "index.js"
65   ],
66   "gitHead": "9bfccb63acdeb3b1ed62035b3adef0e5081d8fc6",
67   "homepage": "https://github.com/jonschlinkert/parse-glob",
68   "keywords": [
69     "bash",
70     "expand",
71     "expansion",
72     "expression",
73     "file",
74     "files",
75     "filter",
76     "find",
77     "glob",
78     "glob",
79     "globbing",
80     "globs",
81     "globstar",
82     "match",
83     "match",
84     "matcher",
85     "matches",
86     "matching",
87     "path",
88     "pattern",
89     "patterns",
90     "regex",
91     "regexp",
92     "regular",
93     "shell",
94     "wildcard"
95   ],
96   "license": "MIT",
97   "main": "index.js",
98   "maintainers": [
99     {
100       "name": "jonschlinkert",
101       "email": "github@sellside.com"
102     }
103   ],
104   "name": "parse-glob",
105   "optionalDependencies": {},
106   "readme": "ERROR: No README data found!",
107   "repository": {
108     "type": "git",
109     "url": "git+https://github.com/jonschlinkert/parse-glob.git"
110   },
111   "scripts": {
112     "prepublish": "browserify -o browser.js -e index.js",
113     "test": "mocha"
114   },
115   "version": "3.0.4"
116 }