Initial commit
[yaffs-website] / node_modules / glob-base / package.json
1 {
2   "_args": [
3     [
4       "glob-base@^0.3.0",
5       "/var/www/yaffs/node_modules/parse-glob"
6     ]
7   ],
8   "_from": "glob-base@>=0.3.0 <0.4.0",
9   "_id": "glob-base@0.3.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/glob-base",
13   "_nodeVersion": "0.12.7",
14   "_npmUser": {
15     "email": "elan.shanker+npm@gmail.com",
16     "name": "es128"
17   },
18   "_npmVersion": "2.11.3",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "glob-base",
22     "raw": "glob-base@^0.3.0",
23     "rawSpec": "^0.3.0",
24     "scope": null,
25     "spec": ">=0.3.0 <0.4.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/parse-glob"
30   ],
31   "_resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
32   "_shasum": "dbb164f6221b1c0b1ccf82aea328b497df0ea3c4",
33   "_shrinkwrap": null,
34   "_spec": "glob-base@^0.3.0",
35   "_where": "/var/www/yaffs/node_modules/parse-glob",
36   "author": {
37     "name": "Jon Schlinkert",
38     "url": "https://github.com/jonschlinkert"
39   },
40   "bugs": {
41     "url": "https://github.com/jonschlinkert/glob-base/issues"
42   },
43   "dependencies": {
44     "glob-parent": "^2.0.0",
45     "is-glob": "^2.0.0"
46   },
47   "description": "Returns an object with the (non-glob) base path and the actual pattern.",
48   "devDependencies": {
49     "mocha": "*",
50     "should": "^5.1.0"
51   },
52   "directories": {},
53   "dist": {
54     "shasum": "dbb164f6221b1c0b1ccf82aea328b497df0ea3c4",
55     "tarball": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz"
56   },
57   "engines": {
58     "node": ">=0.10.0"
59   },
60   "files": [
61     "index.js"
62   ],
63   "gitHead": "adbc0ab07ec8a85f76ffd1b54dd41cdb9d1d0b83",
64   "homepage": "https://github.com/jonschlinkert/glob-base",
65   "keywords": [
66     "base",
67     "directory",
68     "dirname",
69     "expression",
70     "glob",
71     "parent",
72     "path",
73     "pattern",
74     "regex",
75     "regular",
76     "root"
77   ],
78   "license": {
79     "type": "MIT",
80     "url": "https://github.com/jonschlinkert/glob-base/blob/master/LICENSE"
81   },
82   "main": "index.js",
83   "maintainers": [
84     {
85       "name": "doowb",
86       "email": "brian.woodward@gmail.com"
87     },
88     {
89       "name": "es128",
90       "email": "elan.shanker+npm@gmail.com"
91     },
92     {
93       "name": "jonschlinkert",
94       "email": "github@sellside.com"
95     }
96   ],
97   "name": "glob-base",
98   "optionalDependencies": {},
99   "readme": "ERROR: No README data found!",
100   "repository": {
101     "type": "git",
102     "url": "git://github.com/jonschlinkert/glob-base.git"
103   },
104   "scripts": {
105     "test": "mocha"
106   },
107   "version": "0.3.0"
108 }