ember-material-icons
Version:
Google Material icons for your ember-cli app
74 lines (73 loc) • 1.6 kB
JSON
{
"name": "regexpu",
"version": "1.3.0",
"description": "A source code transpiler that enables the use of ES6 Unicode regular expressions in ES5.",
"homepage": "https://mths.be/regexpu",
"main": "regexpu.js",
"bin": "bin/regexpu",
"keywords": [
"codegen",
"desugaring",
"ecmascript",
"es5",
"es6",
"harmony",
"javascript",
"refactoring",
"regex",
"regexp",
"regular expressions",
"rewriting",
"syntax",
"transformation",
"transpile",
"transpiler",
"unicode"
],
"license": "MIT",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
},
"repository": {
"type": "git",
"url": "https://github.com/mathiasbynens/regexpu.git"
},
"bugs": "https://github.com/mathiasbynens/regexpu/issues",
"files": [
"LICENSE-MIT.txt",
"regexpu.js",
"rewrite-pattern.js",
"transform-tree.js",
"transpile-code.js",
"data/character-class-escape-sets.js",
"data/iu-mappings.json",
"bin/",
"man/"
],
"directories": {
"bin": "bin",
"man": "man"
},
"scripts": {
"build": "node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js",
"test": "mocha tests",
"coverage": "istanbul cover --report html node_modules/.bin/_mocha tests/tests.js -- -u exports -R spec"
},
"dependencies": {
"esprima": "^2.6.0",
"recast": "^0.10.10",
"regenerate": "^1.2.1",
"regjsgen": "^0.2.0",
"regjsparser": "^0.1.4"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.11",
"jsesc": "^0.5.0",
"lodash": "^3.6.0",
"mocha": "^2.2.1",
"unicode-5.1.0": "^0.1.5",
"unicode-8.0.0": "^0.1.5"
}
}