视频会议上传文件
This commit is contained in:
+53
-18
@@ -1,24 +1,48 @@
|
||||
{
|
||||
"name": "throttle-debounce",
|
||||
"version": "1.1.0",
|
||||
"description": "Throttle/debounce your functions.",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"author": "Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com/)",
|
||||
"contributors": [
|
||||
"Ben Alman (http://benalman.com)"
|
||||
"_args": [
|
||||
[
|
||||
"throttle-debounce@1.1.0",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"_from": "throttle-debounce@1.1.0",
|
||||
"_id": "throttle-debounce@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-XH8UiPCQcWNuk2LYePibW/4qL97+ZQ1AN3FNXwZRBNPPowo/NRU5fAlDCSNBJIYCKbioZfuYtMhG4quqoJhVzg==",
|
||||
"_location": "/throttle-debounce",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "throttle-debounce@1.1.0",
|
||||
"name": "throttle-debounce",
|
||||
"escapedName": "throttle-debounce",
|
||||
"rawSpec": "1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.0"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
"_requiredBy": [
|
||||
"/element-ui"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-1.1.0.tgz",
|
||||
"_spec": "1.1.0",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Ivan Nikolić",
|
||||
"email": "niksy5@gmail.com",
|
||||
"url": "http://ivannikolic.com/"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "eslint {index,test/*}.js && karma start --single-run --browsers PhantomJS"
|
||||
"bugs": {
|
||||
"url": "https://github.com/niksy/throttle-debounce/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Ben Alman",
|
||||
"url": "http://benalman.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"description": "Throttle/debounce your functions.",
|
||||
"devDependencies": {
|
||||
"browserify": "^13.0.0",
|
||||
"eslint": "^1.10.3",
|
||||
@@ -35,17 +59,28 @@
|
||||
"qunitjs": "^1.23.1",
|
||||
"watchify": "^3.7.0"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"homepage": "https://github.com/niksy/throttle-debounce#readme",
|
||||
"keywords": [
|
||||
"throttle",
|
||||
"debounce",
|
||||
"browserify"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "throttle-debounce",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/niksy/throttle-debounce.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/niksy/throttle-debounce/issues"
|
||||
"scripts": {
|
||||
"test": "eslint {index,test/*}.js && karma start --single-run --browsers PhantomJS"
|
||||
},
|
||||
"homepage": "https://github.com/niksy/throttle-debounce#readme"
|
||||
"typings": "index.d.ts",
|
||||
"version": "1.1.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user