Changeset 59329aa for trip-planner-front/node_modules/balanced-match
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/balanced-match/package.json
rceaed42 r59329aa 1 1 { 2 "name": "balanced-match", 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 }, 3 41 "description": "Match balanced character pairs, like \"{\" and \"}\"", 4 "version": "1.0.2",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": "tape test/test.js",13 "bench": "matcha test/bench.js"14 },15 42 "devDependencies": { 16 43 "matcha": "^0.7.0", 17 44 "tape": "^4.6.0" 18 45 }, 46 "homepage": "https://github.com/juliangruber/balanced-match", 19 47 "keywords": [ 20 48 "match", … … 24 52 "parse" 25 53 ], 26 "author": { 27 "name": "Julian Gruber", 28 "email": "mail@juliangruber.com", 29 "url": "http://juliangruber.com" 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" 30 60 }, 31 "license": "MIT", 61 "scripts": { 62 "bench": "matcha test/bench.js", 63 "test": "tape test/test.js" 64 }, 32 65 "testling": { 33 66 "files": "test/*.js", … … 45 78 "android-browser/4.2..latest" 46 79 ] 47 } 80 }, 81 "version": "1.0.2" 48 82 }
Note:
See TracChangeset
for help on using the changeset viewer.