cat-bookmarker/assets/node_modules/regjsgen/package.json

34 lines
800 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "regjsgen",
"version": "0.2.0",
"description": "Generate `RegExp`s from RegJSParsers AST",
"homepage": "https://github.com/d10/regjsgen",
"license": "MIT",
"main": "regjsgen.js",
"keywords": [
"ast",
"generate",
"regex",
"regexp",
"regular expressions"
],
"author": "Benjamin Tan <demoneaux@gmail.com> (https://d10.github.io/)",
"contributors": [
"Benjamin Tan <demoneaux@gmail.com> (https://d10.github.io/)",
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
],
"repository": "d10/regjsgen",
"scripts": {
"test": "node test/test.js"
},
"files": [
"LICENSE.txt",
"regjsgen.js",
"README.md"
],
"devDependencies": {
"got": "~1.2.0",
"jsesc": "~0.5.0"
}
}