source: imaps-frontend/node_modules/balanced-match/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_from": "balanced-match@^1.0.0",
3 "_id": "balanced-match@1.0.2",
4 "_inBundle": false,
5 "_integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
6 "_location": "/balanced-match",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "balanced-match@^1.0.0",
12 "name": "balanced-match",
13 "escapedName": "balanced-match",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/brace-expansion"
20 ],
21 "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
22 "_shasum": "e83e3a7e3f300b34cb9d87f615fa0cbf357690ee",
23 "_spec": "balanced-match@^1.0.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/brace-expansion",
25 "author": {
26 "name": "Julian Gruber",
27 "email": "mail@juliangruber.com",
28 "url": "http://juliangruber.com"
29 },
30 "bugs": {
31 "url": "https://github.com/juliangruber/balanced-match/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Match balanced character pairs, like \"{\" and \"}\"",
36 "devDependencies": {
37 "matcha": "^0.7.0",
38 "tape": "^4.6.0"
39 },
40 "homepage": "https://github.com/juliangruber/balanced-match",
41 "keywords": [
42 "match",
43 "regexp",
44 "test",
45 "balanced",
46 "parse"
47 ],
48 "license": "MIT",
49 "main": "index.js",
50 "name": "balanced-match",
51 "repository": {
52 "type": "git",
53 "url": "git://github.com/juliangruber/balanced-match.git"
54 },
55 "scripts": {
56 "bench": "matcha test/bench.js",
57 "test": "tape test/test.js"
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": "1.0.2"
76}
Note: See TracBrowser for help on using the repository browser.