aboutsummaryrefslogtreecommitdiff
path: root/node_modules/regex-cache/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/regex-cache/package.json')
-rw-r--r--node_modules/regex-cache/package.json13
1 files changed, 8 insertions, 5 deletions
diff --git a/node_modules/regex-cache/package.json b/node_modules/regex-cache/package.json
index 9507d581e..a9072f67b 100644
--- a/node_modules/regex-cache/package.json
+++ b/node_modules/regex-cache/package.json
@@ -1,9 +1,13 @@
{
"name": "regex-cache",
- "description": "Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in suprising performance improvements.",
- "version": "0.4.3",
+ "description": "Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.",
+ "version": "0.4.4",
"homepage": "https://github.com/jonschlinkert/regex-cache",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "contributors": [
+ "Jon Schlinkert (http://twitter.com/jonschlinkert)",
+ "Martin Kolárik (https://kolarik.sk)"
+ ],
"repository": "jonschlinkert/regex-cache",
"bugs": {
"url": "https://github.com/jonschlinkert/regex-cache/issues"
@@ -21,12 +25,11 @@
"benchmarks": "node benchmark"
},
"dependencies": {
- "is-equal-shallow": "^0.1.3",
- "is-primitive": "^2.0.0"
+ "is-equal-shallow": "^0.1.3"
},
"devDependencies": {
+ "ansi-bold": "^0.1.1",
"benchmarked": "^0.1.5",
- "chalk": "^1.1.3",
"gulp-format-md": "^0.1.7",
"micromatch": "^2.3.7",
"should": "^8.3.0"