视频会议上传文件
This commit is contained in:
+47
-15
@@ -1,19 +1,46 @@
|
||||
{
|
||||
"name": "thunky",
|
||||
"version": "1.1.0",
|
||||
"_args": [
|
||||
[
|
||||
"thunky@1.1.0",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "thunky@1.1.0",
|
||||
"_id": "thunky@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==",
|
||||
"_location": "/thunky",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "thunky@1.1.0",
|
||||
"name": "thunky",
|
||||
"escapedName": "thunky",
|
||||
"rawSpec": "1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/multicast-dns"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
|
||||
"_spec": "1.1.0",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Mathias Buus Madsen",
|
||||
"email": "mathiasbuus@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mafintosh/thunky/issues"
|
||||
},
|
||||
"description": "delay the evaluation of a paramless async function and cache the result",
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
"standard": "^12.0.1",
|
||||
"tape": "^4.9.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mafintosh/thunky.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "standard && tape test.js"
|
||||
},
|
||||
"homepage": "https://github.com/mafintosh/thunky#readme",
|
||||
"keywords": [
|
||||
"memo",
|
||||
"thunk",
|
||||
@@ -23,10 +50,15 @@
|
||||
"flow",
|
||||
"cache"
|
||||
],
|
||||
"author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mafintosh/thunky/issues"
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "thunky",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mafintosh/thunky.git"
|
||||
},
|
||||
"homepage": "https://github.com/mafintosh/thunky#readme",
|
||||
"license": "MIT"
|
||||
"scripts": {
|
||||
"test": "standard && tape test.js"
|
||||
},
|
||||
"version": "1.1.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user