视频会议上传文件
This commit is contained in:
+48
-17
@@ -1,9 +1,46 @@
|
||||
{
|
||||
"name": "unicode-property-aliases-ecmascript",
|
||||
"version": "2.1.0",
|
||||
"_args": [
|
||||
[
|
||||
"unicode-property-aliases-ecmascript@2.1.0",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "unicode-property-aliases-ecmascript@2.1.0",
|
||||
"_id": "unicode-property-aliases-ecmascript@2.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
|
||||
"_location": "/unicode-property-aliases-ecmascript",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "unicode-property-aliases-ecmascript@2.1.0",
|
||||
"name": "unicode-property-aliases-ecmascript",
|
||||
"escapedName": "unicode-property-aliases-ecmascript",
|
||||
"rawSpec": "2.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/unicode-match-property-ecmascript"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
|
||||
"_spec": "2.1.0",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Mathias Bynens",
|
||||
"url": "https://mathiasbynens.be/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mathiasbynens/unicode-property-aliases-ecmascript/issues"
|
||||
},
|
||||
"description": "Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.",
|
||||
"homepage": "https://github.com/mathiasbynens/unicode-property-aliases-ecmascript",
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"jsesc": "^3.0.2",
|
||||
"unicode-canonical-property-names-ecmascript": "^2.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
@@ -11,6 +48,7 @@
|
||||
"LICENSE-MIT.txt",
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/mathiasbynens/unicode-property-aliases-ecmascript",
|
||||
"keywords": [
|
||||
"unicode",
|
||||
"unicode-data",
|
||||
@@ -19,23 +57,16 @@
|
||||
"property alias"
|
||||
],
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Mathias Bynens",
|
||||
"url": "https://mathiasbynens.be/"
|
||||
},
|
||||
"main": "index.js",
|
||||
"name": "unicode-property-aliases-ecmascript",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mathiasbynens/unicode-property-aliases-ecmascript.git"
|
||||
},
|
||||
"bugs": "https://github.com/mathiasbynens/unicode-property-aliases-ecmascript/issues",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"jsesc": "^3.0.2",
|
||||
"unicode-canonical-property-names-ecmascript": "^2.0.0"
|
||||
"url": "git+https://github.com/mathiasbynens/unicode-property-aliases-ecmascript.git"
|
||||
},
|
||||
"scripts": {
|
||||
"download": "curl http://unicode.org/Public/15.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
|
||||
"build": "node scripts/build.js",
|
||||
"download": "curl http://unicode.org/Public/15.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
|
||||
"test": "ava tests/tests.js"
|
||||
}
|
||||
},
|
||||
"version": "2.1.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user