Initial commit
[yaffs-website] / node_modules / balanced-match / package.json
1 {
2   "_args": [
3     [
4       "balanced-match@^0.4.1",
5       "/var/www/yaffs/node_modules/brace-expansion"
6     ]
7   ],
8   "_from": "balanced-match@>=0.4.1 <0.5.0",
9   "_id": "balanced-match@0.4.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/balanced-match",
13   "_nodeVersion": "4.4.7",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/balanced-match-0.4.2.tgz_1468834991581_0.6590619895141572"
17   },
18   "_npmUser": {
19     "email": "julian@juliangruber.com",
20     "name": "juliangruber"
21   },
22   "_npmVersion": "2.15.8",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "balanced-match",
26     "raw": "balanced-match@^0.4.1",
27     "rawSpec": "^0.4.1",
28     "scope": null,
29     "spec": ">=0.4.1 <0.5.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/brace-expansion"
34   ],
35   "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
36   "_shasum": "cb3f3e3c732dc0f01ee70b403f302e61d7709838",
37   "_shrinkwrap": null,
38   "_spec": "balanced-match@^0.4.1",
39   "_where": "/var/www/yaffs/node_modules/brace-expansion",
40   "author": {
41     "email": "mail@juliangruber.com",
42     "name": "Julian Gruber",
43     "url": "http://juliangruber.com"
44   },
45   "bugs": {
46     "url": "https://github.com/juliangruber/balanced-match/issues"
47   },
48   "dependencies": {},
49   "description": "Match balanced character pairs, like \"{\" and \"}\"",
50   "devDependencies": {
51     "tape": "^4.6.0"
52   },
53   "directories": {},
54   "dist": {
55     "shasum": "cb3f3e3c732dc0f01ee70b403f302e61d7709838",
56     "tarball": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz"
57   },
58   "gitHead": "57c2ea29d89a2844ae3bdcc637c6e2cbb73725e2",
59   "homepage": "https://github.com/juliangruber/balanced-match",
60   "keywords": [
61     "balanced",
62     "match",
63     "parse",
64     "regexp",
65     "test"
66   ],
67   "license": "MIT",
68   "main": "index.js",
69   "maintainers": [
70     {
71       "name": "juliangruber",
72       "email": "julian@juliangruber.com"
73     }
74   ],
75   "name": "balanced-match",
76   "optionalDependencies": {},
77   "readme": "ERROR: No README data found!",
78   "repository": {
79     "type": "git",
80     "url": "git://github.com/juliangruber/balanced-match.git"
81   },
82   "scripts": {
83     "test": "make test"
84   },
85   "testling": {
86     "browsers": [
87       "android-browser/4.2..latest",
88       "chrome/25..latest",
89       "chrome/canary",
90       "firefox/20..latest",
91       "firefox/nightly",
92       "ie/8..latest",
93       "ipad/6.0..latest",
94       "iphone/6.0..latest",
95       "opera/12..latest",
96       "opera/next",
97       "safari/5.1..latest"
98     ],
99     "files": "test/*.js"
100   },
101   "version": "0.4.2"
102 }