Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80559 views
1
{
2
"name": "balanced-match",
3
"description": "Match balanced character pairs, like \"{\" and \"}\"",
4
"version": "0.2.0",
5
"repository": {
6
"type": "git",
7
"url": "git://github.com/juliangruber/balanced-match.git"
8
},
9
"homepage": "https://github.com/juliangruber/balanced-match",
10
"main": "index.js",
11
"scripts": {
12
"test": "make test"
13
},
14
"dependencies": {},
15
"devDependencies": {
16
"tape": "~1.1.1"
17
},
18
"keywords": [
19
"match",
20
"regexp",
21
"test",
22
"balanced",
23
"parse"
24
],
25
"author": {
26
"name": "Julian Gruber",
27
"email": "[email protected]",
28
"url": "http://juliangruber.com"
29
},
30
"license": "MIT",
31
"testling": {
32
"files": "test/*.js",
33
"browsers": [
34
"ie/8..latest",
35
"firefox/20..latest",
36
"firefox/nightly",
37
"chrome/25..latest",
38
"chrome/canary",
39
"opera/12..latest",
40
"opera/next",
41
"safari/5.1..latest",
42
"ipad/6.0..latest",
43
"iphone/6.0..latest",
44
"android-browser/4.2..latest"
45
]
46
},
47
"gitHead": "ba40ed78e7114a4a67c51da768a100184dead39c",
48
"bugs": {
49
"url": "https://github.com/juliangruber/balanced-match/issues"
50
},
51
"_id": "[email protected]",
52
"_shasum": "38f6730c03aab6d5edbb52bd934885e756d71674",
53
"_from": "balanced-match@>=0.2.0 <0.3.0",
54
"_npmVersion": "2.1.8",
55
"_nodeVersion": "0.10.32",
56
"_npmUser": {
57
"name": "juliangruber",
58
"email": "[email protected]"
59
},
60
"maintainers": [
61
{
62
"name": "juliangruber",
63
"email": "[email protected]"
64
}
65
],
66
"dist": {
67
"shasum": "38f6730c03aab6d5edbb52bd934885e756d71674",
68
"tarball": "http://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz"
69
},
70
"directories": {},
71
"_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.0.tgz",
72
"readme": "ERROR: No README data found!"
73
}
74
75