source: trip-planner-front/node_modules/balanced-match/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "balanced-match@1.0.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "balanced-match@1.0.2",
10 "_id": "balanced-match@1.0.2",
11 "_inBundle": false,
12 "_integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
13 "_location": "/balanced-match",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "balanced-match@1.0.2",
19 "name": "balanced-match",
20 "escapedName": "balanced-match",
21 "rawSpec": "1.0.2",
22 "saveSpec": null,
23 "fetchSpec": "1.0.2"
24 },
25 "_requiredBy": [
26 "/brace-expansion",
27 "/postcss-selector-matches",
28 "/postcss-selector-not"
29 ],
30 "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
31 "_spec": "1.0.2",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Julian Gruber",
35 "email": "mail@juliangruber.com",
36 "url": "http://juliangruber.com"
37 },
38 "bugs": {
39 "url": "https://github.com/juliangruber/balanced-match/issues"
40 },
41 "description": "Match balanced character pairs, like \"{\" and \"}\"",
42 "devDependencies": {
43 "matcha": "^0.7.0",
44 "tape": "^4.6.0"
45 },
46 "homepage": "https://github.com/juliangruber/balanced-match",
47 "keywords": [
48 "match",
49 "regexp",
50 "test",
51 "balanced",
52 "parse"
53 ],
54 "license": "MIT",
55 "main": "index.js",
56 "name": "balanced-match",
57 "repository": {
58 "type": "git",
59 "url": "git://github.com/juliangruber/balanced-match.git"
60 },
61 "scripts": {
62 "bench": "matcha test/bench.js",
63 "test": "tape test/test.js"
64 },
65 "testling": {
66 "files": "test/*.js",
67 "browsers": [
68 "ie/8..latest",
69 "firefox/20..latest",
70 "firefox/nightly",
71 "chrome/25..latest",
72 "chrome/canary",
73 "opera/12..latest",
74 "opera/next",
75 "safari/5.1..latest",
76 "ipad/6.0..latest",
77 "iphone/6.0..latest",
78 "android-browser/4.2..latest"
79 ]
80 },
81 "version": "1.0.2"
82}
Note: See TracBrowser for help on using the repository browser.