delims
Version:
Generate RegExp for delimiters, to be used with templates, files or data streams.
62 lines (61 loc) • 1.22 kB
JSON
{
"name": "delims",
"description": "Generate RegExp for delimiters, to be used with templates, files or data streams.",
"version": "0.4.2",
"homepage": "https://github.com/jonschlinkert/delims",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "https://github.com/jonschlinkert/delims.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/delims/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/delims/blob/master/LICENSE"
},
"files": [
"index.js",
"lib/"
],
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"mocha": "*",
"should": "^4.0.4"
},
"dependencies": {
"arrayify-compact": "^0.1.0",
"mixin-deep": "^0.1.0",
"object-pick": "^0.1.1"
},
"keywords": [
"boundaries",
"custom",
"customize",
"delimiters",
"delims",
"expressions",
"front",
"matter",
"pattern",
"patterns",
"re",
"regex",
"regexp",
"regular",
"template",
"templates",
"yaml",
"yfm"
],
"scripts": {
"test": "mocha -R spec"
}
}