Urara-Blog/node_modules/.pnpm-store/v3/files/53/bd9b3c6c49b1d373f91f366a24f6b5a12fc8d6d341bacdc774ea05b7d163133da22bf60fa35a1c48f00bdcf465a809a58915a7d3a96e02c08d6705548599fe
2022-08-14 01:14:53 +08:00

34 lines
903 B
Text

{
"name": "unicode-canonical-property-names-ecmascript",
"version": "2.0.0",
"description": "The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.",
"homepage": "https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript",
"main": "index.js",
"engines": {
"node": ">=4"
},
"files": [
"LICENSE-MIT.txt",
"index.js"
],
"keywords": [
"unicode",
"unicode properties"
],
"license": "MIT",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
},
"repository": {
"type": "git",
"url": "https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript.git"
},
"bugs": "https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript/issues",
"devDependencies": {
"ava": "*"
},
"scripts": {
"test": "ava tests/tests.js"
}
}