1 | {
|
2 | "name": "glob-base",
|
3 | "description": "Returns an object with the (non-glob) base path and the actual pattern.",
|
4 | "version": "0.3.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": "^2.0.0",
|
33 | "is-glob": "^2.0.0"
|
34 | },
|
35 | "devDependencies": {
|
36 | "mocha": "*",
|
37 | "should": "^5.1.0"
|
38 | },
|
39 | "keywords": [
|
40 | "base",
|
41 | "directory",
|
42 | "dirname",
|
43 | "expression",
|
44 | "glob",
|
45 | "parent",
|
46 | "path",
|
47 | "pattern",
|
48 | "regex",
|
49 | "regular",
|
50 | "root"
|
51 | ]
|
52 | }
|