a8b8c9240ee4af0c60573cf449aac78bc39ff551
[platform/framework/web/crosswalk-tizen.git] /
1 {
2   "_args": [
3     [
4       "minimatch@https://registry.npmjs.org/minimatch/-/minimatch-2.0.4.tgz",
5       "/home/kenshin.choi/project/blink/workspace/public/crosswalk-tizen/wrt/build"
6     ]
7   ],
8   "_development": true,
9   "_from": "minimatch@https://registry.npmjs.org/minimatch/-/minimatch-2.0.4.tgz",
10   "_id": "minimatch@https://registry.npmjs.org/minimatch/-/minimatch-2.0.4.tgz",
11   "_inBundle": false,
12   "_integrity": "sha1-g76hFYA+egl6eAIkJyh+23Yvr+0=",
13   "_location": "/grunt-standard/standard-format/minimatch",
14   "_phantomChildren": {},
15   "_requested": {
16     "type": "remote",
17     "raw": "minimatch@https://registry.npmjs.org/minimatch/-/minimatch-2.0.4.tgz",
18     "name": "minimatch",
19     "escapedName": "minimatch",
20     "rawSpec": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.4.tgz",
21     "saveSpec": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.4.tgz",
22     "fetchSpec": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.4.tgz"
23   },
24   "_requiredBy": [
25     "/grunt-standard/standard-format",
26     "/grunt-standard/standard-format/glob"
27   ],
28   "_spec": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.4.tgz",
29   "_where": "/home/kenshin.choi/project/blink/workspace/public/crosswalk-tizen/wrt/build",
30   "author": {
31     "name": "Isaac Z. Schlueter",
32     "email": "i@izs.me",
33     "url": "http://blog.izs.me"
34   },
35   "bugs": {
36     "url": "https://github.com/isaacs/minimatch/issues"
37   },
38   "dependencies": {
39     "brace-expansion": "^1.0.0"
40   },
41   "description": "a glob matcher in javascript",
42   "devDependencies": {
43     "browserify": "^9.0.3",
44     "tap": ""
45   },
46   "engines": {
47     "node": "*"
48   },
49   "files": [
50     "minimatch.js",
51     "browser.js"
52   ],
53   "homepage": "https://github.com/isaacs/minimatch#readme",
54   "license": {
55     "type": "MIT",
56     "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
57   },
58   "main": "minimatch.js",
59   "name": "minimatch",
60   "repository": {
61     "type": "git",
62     "url": "git://github.com/isaacs/minimatch.git"
63   },
64   "scripts": {
65     "prepublish": "browserify -o browser.js -e minimatch.js --bare",
66     "test": "tap test/*.js"
67   },
68   "version": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.4.tgz"
69 }