mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 16:47:23 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
64
node_modules/regex-cache/package.json
generated
vendored
Normal file
64
node_modules/regex-cache/package.json
generated
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"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 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"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha",
|
||||
"benchmarks": "node benchmark"
|
||||
},
|
||||
"dependencies": {
|
||||
"is-equal-shallow": "^0.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ansi-bold": "^0.1.1",
|
||||
"benchmarked": "^0.1.5",
|
||||
"gulp-format-md": "^0.1.7",
|
||||
"micromatch": "^2.3.7",
|
||||
"should": "^8.3.0"
|
||||
},
|
||||
"keywords": [
|
||||
"cache",
|
||||
"expression",
|
||||
"regex",
|
||||
"regexp",
|
||||
"regular",
|
||||
"regular expression",
|
||||
"store",
|
||||
"to-regex"
|
||||
],
|
||||
"verb": {
|
||||
"run": true,
|
||||
"toc": false,
|
||||
"layout": "default",
|
||||
"tasks": [
|
||||
"readme"
|
||||
],
|
||||
"plugins": [
|
||||
"gulp-format-md"
|
||||
],
|
||||
"reflinks": [
|
||||
"verb"
|
||||
],
|
||||
"lint": {
|
||||
"reflinks": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user