UNPKG

1.02 kBJSONView Raw
1{
2 "name": "glob-base",
3 "description": "Returns an object with the (non-glob) base path and the actual pattern.",
4 "version": "0.2.0",
5 "homepage": "https://github.com/jonschlinkert/glob-base",
6 "author": {
7 "name": "Jon Schlinkert",
8 "url": "https://github.com/jonschlinkert"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jonschlinkert/glob-base.git"
13 },
14 "bugs": {
15 "url": "https://github.com/jonschlinkert/glob-base/issues"
16 },
17 "license": {
18 "type": "MIT",
19 "url": "https://github.com/jonschlinkert/glob-base/blob/master/LICENSE"
20 },
21 "files": [
22 "index.js"
23 ],
24 "main": "index.js",
25 "engines": {
26 "node": ">=0.10.0"
27 },
28 "scripts": {
29 "test": "mocha"
30 },
31 "dependencies": {
32 "glob-parent": "^1.2.0"
33 },
34 "devDependencies": {
35 "mocha": "*",
36 "should": "^5.1.0"
37 },
38 "keywords": [
39 "base",
40 "directory",
41 "dirname",
42 "expression",
43 "glob",
44 "parent",
45 "path",
46 "pattern",
47 "regex",
48 "regular",
49 "root"
50 ]
51}