95 lines
2.7 KiB
JSON
95 lines
2.7 KiB
JSON
![]() |
{
|
|||
|
"_from": "regexpu-core@^4.7.1",
|
|||
|
"_id": "regexpu-core@4.7.1",
|
|||
|
"_inBundle": false,
|
|||
|
"_integrity": "sha1-LepamgcjMpj78NuR+pq8TG4PitY=",
|
|||
|
"_location": "/regexpu-core",
|
|||
|
"_phantomChildren": {},
|
|||
|
"_requested": {
|
|||
|
"type": "range",
|
|||
|
"registry": true,
|
|||
|
"raw": "regexpu-core@^4.7.1",
|
|||
|
"name": "regexpu-core",
|
|||
|
"escapedName": "regexpu-core",
|
|||
|
"rawSpec": "^4.7.1",
|
|||
|
"saveSpec": null,
|
|||
|
"fetchSpec": "^4.7.1"
|
|||
|
},
|
|||
|
"_requiredBy": [
|
|||
|
"/@babel/helper-create-regexp-features-plugin"
|
|||
|
],
|
|||
|
"_resolved": "https://registry.npm.taobao.org/regexpu-core/download/regexpu-core-4.7.1.tgz?cache=0&sync_timestamp=1600413566893&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fregexpu-core%2Fdownload%2Fregexpu-core-4.7.1.tgz",
|
|||
|
"_shasum": "2dea5a9a07233298fbf0db91fa9abc4c6e0f8ad6",
|
|||
|
"_spec": "regexpu-core@^4.7.1",
|
|||
|
"_where": "E:\\GreateCommunity\\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.0",
|
|||
|
"regenerate-unicode-properties": "^8.2.0",
|
|||
|
"regjsgen": "^0.5.1",
|
|||
|
"regjsparser": "^0.6.4",
|
|||
|
"unicode-match-property-ecmascript": "^1.0.4",
|
|||
|
"unicode-match-property-value-ecmascript": "^1.2.0"
|
|||
|
},
|
|||
|
"deprecated": false,
|
|||
|
"description": "regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.",
|
|||
|
"devDependencies": {
|
|||
|
"codecov": "^3.6.5",
|
|||
|
"istanbul": "^0.4.5",
|
|||
|
"jsesc": "^2.5.2",
|
|||
|
"lodash": "^4.17.15",
|
|||
|
"mocha": "^7.1.0",
|
|||
|
"regexpu-fixtures": "2.1.4",
|
|||
|
"unicode-13.0.0": "^0.8.0"
|
|||
|
},
|
|||
|
"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": "4.7.1"
|
|||
|
}
|