forked from zhurui/management
95 lines
2.7 KiB
JSON
95 lines
2.7 KiB
JSON
{
|
||
"_from": "regexpu-core@^5.3.1",
|
||
"_id": "regexpu-core@5.3.2",
|
||
"_inBundle": false,
|
||
"_integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==",
|
||
"_location": "/regexpu-core",
|
||
"_phantomChildren": {},
|
||
"_requested": {
|
||
"type": "range",
|
||
"registry": true,
|
||
"raw": "regexpu-core@^5.3.1",
|
||
"name": "regexpu-core",
|
||
"escapedName": "regexpu-core",
|
||
"rawSpec": "^5.3.1",
|
||
"saveSpec": null,
|
||
"fetchSpec": "^5.3.1"
|
||
},
|
||
"_requiredBy": [
|
||
"/@babel/helper-create-regexp-features-plugin"
|
||
],
|
||
"_resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-5.3.2.tgz",
|
||
"_shasum": "11a2b06884f3527aec3e93dbbf4a3b958a95546b",
|
||
"_spec": "regexpu-core@^5.3.1",
|
||
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\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": {
|
||
"@babel/regjsgen": "^0.8.0",
|
||
"regenerate": "^1.4.2",
|
||
"regenerate-unicode-properties": "^10.1.0",
|
||
"regjsparser": "^0.9.1",
|
||
"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-15.0.0": "^1.3.1",
|
||
"codecov": "^3.8.3",
|
||
"istanbul": "^0.4.5",
|
||
"jsesc": "^3.0.2",
|
||
"lodash": "^4.17.21",
|
||
"mocha": "^10.1.0",
|
||
"regexpu-fixtures": "^2.1.6"
|
||
},
|
||
"engines": {
|
||
"node": ">=4"
|
||
},
|
||
"files": [
|
||
"LICENSE-MIT.txt",
|
||
"rewrite-pattern.js",
|
||
"data/character-class-escape-sets.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/iu-mappings.js && node scripts/character-class-escape-sets.js",
|
||
"cover": "istanbul cover --report html node_modules/.bin/_mocha tests -- -u exports -R spec",
|
||
"test": "mocha tests"
|
||
},
|
||
"version": "5.3.2"
|
||
}
|