aboutsummaryrefslogtreecommitdiff
path: root/node_modules/balanced-match
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-14 05:01:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-14 05:02:09 +0200
commit363723fc84f7b8477592e0105aeb331ec9a017af (patch)
tree29f92724f34131bac64d6a318dd7e30612e631c7 /node_modules/balanced-match
parent5634e77ad96bfe1818f6b6ee70b7379652e5487f (diff)
downloadwallet-core-363723fc84f7b8477592e0105aeb331ec9a017af.tar.xz
node_modules
Diffstat (limited to 'node_modules/balanced-match')
-rw-r--r--node_modules/balanced-match/index.js1
-rw-r--r--node_modules/balanced-match/package.json6
2 files changed, 5 insertions, 2 deletions
diff --git a/node_modules/balanced-match/index.js b/node_modules/balanced-match/index.js
index e8d858702..1685a7629 100644
--- a/node_modules/balanced-match/index.js
+++ b/node_modules/balanced-match/index.js
@@ -1,3 +1,4 @@
+'use strict';
module.exports = balanced;
function balanced(a, b, str) {
if (a instanceof RegExp) a = maybeMatch(a, str);
diff --git a/node_modules/balanced-match/package.json b/node_modules/balanced-match/package.json
index 720eb4d19..61349c6ed 100644
--- a/node_modules/balanced-match/package.json
+++ b/node_modules/balanced-match/package.json
@@ -1,7 +1,7 @@
{
"name": "balanced-match",
"description": "Match balanced character pairs, like \"{\" and \"}\"",
- "version": "0.4.2",
+ "version": "1.0.0",
"repository": {
"type": "git",
"url": "git://github.com/juliangruber/balanced-match.git"
@@ -9,10 +9,12 @@
"homepage": "https://github.com/juliangruber/balanced-match",
"main": "index.js",
"scripts": {
- "test": "make test"
+ "test": "make test",
+ "bench": "make bench"
},
"dependencies": {},
"devDependencies": {
+ "matcha": "^0.7.0",
"tape": "^4.6.0"
},
"keywords": [