109 lines
2.6 KiB
JSON
Executable File
109 lines
2.6 KiB
JSON
Executable File
{
|
|
"_from": "regexpu@1.1.0",
|
|
"_id": "regexpu@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-+vzfNKWb6xc99tmX0I0D0F3avo0=",
|
|
"_location": "/regexpu",
|
|
"_phantomChildren": {
|
|
"amdefine": "1.0.1",
|
|
"ast-types": "0.6.16",
|
|
"private": "0.1.8"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "regexpu@1.1.0",
|
|
"name": "regexpu",
|
|
"escapedName": "regexpu",
|
|
"rawSpec": "1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/6to5-core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/regexpu/-/regexpu-1.1.0.tgz",
|
|
"_shasum": "fafcdf34a59beb173df6d997d08d03d05ddabe8d",
|
|
"_spec": "regexpu@1.1.0",
|
|
"_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/6to5-core",
|
|
"author": {
|
|
"name": "Mathias Bynens",
|
|
"url": "https://mathiasbynens.be/"
|
|
},
|
|
"bin": {
|
|
"regexpu": "bin/regexpu"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mathiasbynens/regexpu/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"recast": "^0.9.15",
|
|
"regenerate": "^1.1.0",
|
|
"regjsgen": "^0.2.0",
|
|
"regjsparser": "^0.1.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A source code transpiler that enables the use of ES6 Unicode regular expressions in ES5.",
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.2",
|
|
"istanbul": "^0.3.5",
|
|
"jsesc": "^0.5.0",
|
|
"lodash": "^2.4.1",
|
|
"mocha": "^2.1.0",
|
|
"unicode-5.1.0": "^0.1.5",
|
|
"unicode-7.0.0": "^0.1.5"
|
|
},
|
|
"directories": {
|
|
"bin": "bin",
|
|
"man": "man"
|
|
},
|
|
"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/"
|
|
],
|
|
"homepage": "https://mths.be/regexpu",
|
|
"keywords": [
|
|
"codegen",
|
|
"desugaring",
|
|
"ecmascript",
|
|
"es5",
|
|
"es6",
|
|
"harmony",
|
|
"javascript",
|
|
"refactoring",
|
|
"regex",
|
|
"regexp",
|
|
"regular expressions",
|
|
"rewriting",
|
|
"syntax",
|
|
"transformation",
|
|
"transpile",
|
|
"transpiler",
|
|
"unicode"
|
|
],
|
|
"license": "MIT",
|
|
"main": "regexpu.js",
|
|
"man": [
|
|
"/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/regexpu/man/regexpu.1"
|
|
],
|
|
"name": "regexpu",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mathiasbynens/regexpu.git"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/iu-mappings.js && node scripts/character-class-escape-sets.js",
|
|
"coverage": "istanbul cover --report html node_modules/.bin/_mocha tests/tests.js -- -u exports -R spec",
|
|
"test": "mocha tests"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|