94 lines
2.6 KiB
JSON
94 lines
2.6 KiB
JSON
|
|
{
|
|||
|
|
"_from": "regexpu-core@^6.2.0",
|
|||
|
|
"_id": "regexpu-core@6.2.0",
|
|||
|
|
"_inBundle": false,
|
|||
|
|
"_integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==",
|
|||
|
|
"_location": "/regexpu-core",
|
|||
|
|
"_phantomChildren": {},
|
|||
|
|
"_requested": {
|
|||
|
|
"type": "range",
|
|||
|
|
"registry": true,
|
|||
|
|
"raw": "regexpu-core@^6.2.0",
|
|||
|
|
"name": "regexpu-core",
|
|||
|
|
"escapedName": "regexpu-core",
|
|||
|
|
"rawSpec": "^6.2.0",
|
|||
|
|
"saveSpec": null,
|
|||
|
|
"fetchSpec": "^6.2.0"
|
|||
|
|
},
|
|||
|
|
"_requiredBy": [
|
|||
|
|
"/@babel/helper-create-regexp-features-plugin"
|
|||
|
|
],
|
|||
|
|
"_resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-6.2.0.tgz",
|
|||
|
|
"_shasum": "0e5190d79e542bf294955dccabae04d3c7d53826",
|
|||
|
|
"_spec": "regexpu-core@^6.2.0",
|
|||
|
|
"_where": "E:\\hz-zhhq-web\\node_modules\\@babel\\helper-create-regexp-features-plugin",
|
|||
|
|
"author": {
|
|||
|
|
"name": "Mathias Bynens",
|
|||
|
|
"url": "https://mathiasbynens.be/"
|
|||
|
|
},
|
|||
|
|
"bugs": {
|
|||
|
|
"url": "https://github.com/mathiasbynens/regexpu-core/issues"
|
|||
|
|
},
|
|||
|
|
"bundleDependencies": false,
|
|||
|
|
"dependencies": {
|
|||
|
|
"regenerate": "^1.4.2",
|
|||
|
|
"regenerate-unicode-properties": "^10.2.0",
|
|||
|
|
"regjsgen": "^0.8.0",
|
|||
|
|
"regjsparser": "^0.12.0",
|
|||
|
|
"unicode-match-property-ecmascript": "^2.0.0",
|
|||
|
|
"unicode-match-property-value-ecmascript": "^2.1.0"
|
|||
|
|
},
|
|||
|
|
"deprecated": false,
|
|||
|
|
"description": "regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.",
|
|||
|
|
"devDependencies": {
|
|||
|
|
"@unicode/unicode-16.0.0": "^1.6.2",
|
|||
|
|
"jsesc": "^3.0.2"
|
|||
|
|
},
|
|||
|
|
"engines": {
|
|||
|
|
"node": ">=4"
|
|||
|
|
},
|
|||
|
|
"files": [
|
|||
|
|
"LICENSE-MIT.txt",
|
|||
|
|
"rewrite-pattern.js",
|
|||
|
|
"data/all-characters.js",
|
|||
|
|
"data/character-class-escape-sets.js",
|
|||
|
|
"data/i-bmp-mappings.js",
|
|||
|
|
"data/iu-foldings.js",
|
|||
|
|
"data/iu-mappings.js"
|
|||
|
|
],
|
|||
|
|
"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": "rewrite-pattern.js",
|
|||
|
|
"name": "regexpu-core",
|
|||
|
|
"repository": {
|
|||
|
|
"type": "git",
|
|||
|
|
"url": "git+https://github.com/mathiasbynens/regexpu-core.git"
|
|||
|
|
},
|
|||
|
|
"scripts": {
|
|||
|
|
"build": "node scripts/index.js",
|
|||
|
|
"cover": "NODE_V8_COVERAGE=coverage node --test --experimental-test-coverage tests/tests.js",
|
|||
|
|
"test": "node --test tests/tests.js",
|
|||
|
|
"test-node6": "mocha tests"
|
|||
|
|
},
|
|||
|
|
"version": "6.2.0"
|
|||
|
|
}
|