mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-06-12 07:49:39 +08:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "unicode-canonical-property-names-ecmascript",
|
|
"version": "1.0.4",
|
|
"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"
|
|
},
|
|
"__npminstall_done": "Sun Sep 06 2020 16:10:18 GMT+0800 (中国标准时间)",
|
|
"_from": "unicode-canonical-property-names-ecmascript@1.0.4",
|
|
"_resolved": "https://registry.npm.taobao.org/unicode-canonical-property-names-ecmascript/download/unicode-canonical-property-names-ecmascript-1.0.4.tgz"
|
|
} |