UNPKG

1.82 kBJSONView Raw
1{
2 "_args": [
3 [
4 "balanced-match@0.4.2",
5 "/Users/eshanker/Code/fsevents"
6 ]
7 ],
8 "_from": "balanced-match@0.4.2",
9 "_id": "balanced-match@0.4.2",
10 "_inBundle": false,
11 "_integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=",
12 "_location": "/balanced-match",
13 "_phantomChildren": {},
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "balanced-match@0.4.2",
18 "name": "balanced-match",
19 "escapedName": "balanced-match",
20 "rawSpec": "0.4.2",
21 "saveSpec": null,
22 "fetchSpec": "0.4.2"
23 },
24 "_requiredBy": [],
25 "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
26 "_spec": "0.4.2",
27 "_where": "/Users/eshanker/Code/fsevents",
28 "author": {
29 "name": "Julian Gruber",
30 "email": "mail@juliangruber.com",
31 "url": "http://juliangruber.com"
32 },
33 "bugs": {
34 "url": "https://github.com/juliangruber/balanced-match/issues"
35 },
36 "dependencies": {},
37 "description": "Match balanced character pairs, like \"{\" and \"}\"",
38 "devDependencies": {
39 "tape": "^4.6.0"
40 },
41 "homepage": "https://github.com/juliangruber/balanced-match",
42 "keywords": [
43 "match",
44 "regexp",
45 "test",
46 "balanced",
47 "parse"
48 ],
49 "license": "MIT",
50 "main": "index.js",
51 "name": "balanced-match",
52 "repository": {
53 "type": "git",
54 "url": "git://github.com/juliangruber/balanced-match.git"
55 },
56 "scripts": {
57 "test": "make test"
58 },
59 "testling": {
60 "files": "test/*.js",
61 "browsers": [
62 "ie/8..latest",
63 "firefox/20..latest",
64 "firefox/nightly",
65 "chrome/25..latest",
66 "chrome/canary",
67 "opera/12..latest",
68 "opera/next",
69 "safari/5.1..latest",
70 "ipad/6.0..latest",
71 "iphone/6.0..latest",
72 "android-browser/4.2..latest"
73 ]
74 },
75 "version": "0.4.2"
76}