Initial commit
[yaffs-website] / node_modules / glob-stream / node_modules / glob / package.json
1 {
2   "_args": [
3     [
4       "glob@^4.3.1",
5       "/var/www/yaffs/node_modules/glob-stream"
6     ]
7   ],
8   "_from": "glob@>=4.3.1 <5.0.0",
9   "_id": "glob@4.5.3",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/glob-stream/glob",
13   "_nodeVersion": "1.4.2",
14   "_npmUser": {
15     "email": "i@izs.me",
16     "name": "isaacs"
17   },
18   "_npmVersion": "2.7.1",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "glob",
22     "raw": "glob@^4.3.1",
23     "rawSpec": "^4.3.1",
24     "scope": null,
25     "spec": ">=4.3.1 <5.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/glob-stream"
30   ],
31   "_resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz",
32   "_shasum": "c6cb73d3226c1efef04de3c56d012f03377ee15f",
33   "_shrinkwrap": null,
34   "_spec": "glob@^4.3.1",
35   "_where": "/var/www/yaffs/node_modules/glob-stream",
36   "author": {
37     "email": "i@izs.me",
38     "name": "Isaac Z. Schlueter",
39     "url": "http://blog.izs.me/"
40   },
41   "bugs": {
42     "url": "https://github.com/isaacs/node-glob/issues"
43   },
44   "dependencies": {
45     "inflight": "^1.0.4",
46     "inherits": "2",
47     "minimatch": "^2.0.1",
48     "once": "^1.3.0"
49   },
50   "description": "a little globber",
51   "devDependencies": {
52     "mkdirp": "0",
53     "rimraf": "^2.2.8",
54     "tap": "^0.5.0",
55     "tick": "0.0.6"
56   },
57   "directories": {},
58   "dist": {
59     "shasum": "c6cb73d3226c1efef04de3c56d012f03377ee15f",
60     "tarball": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz"
61   },
62   "engines": {
63     "node": "*"
64   },
65   "files": [
66     "common.js",
67     "glob.js",
68     "sync.js"
69   ],
70   "gitHead": "a4e461ab59a837eee80a4d8dbdbf5ae1054a646f",
71   "homepage": "https://github.com/isaacs/node-glob",
72   "license": "ISC",
73   "main": "glob.js",
74   "maintainers": [
75     {
76       "name": "isaacs",
77       "email": "i@izs.me"
78     }
79   ],
80   "name": "glob",
81   "optionalDependencies": {},
82   "readme": "ERROR: No README data found!",
83   "repository": {
84     "type": "git",
85     "url": "git://github.com/isaacs/node-glob.git"
86   },
87   "scripts": {
88     "bench": "bash benchmark.sh",
89     "benchclean": "bash benchclean.sh",
90     "prepublish": "npm run benchclean",
91     "prof": "bash prof.sh && cat profile.txt",
92     "profclean": "rm -f v8.log profile.txt",
93     "test": "npm run profclean && tap test/*.js",
94     "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
95   },
96   "version": "4.5.3"
97 }