视频会议上传文件
This commit is contained in:
+49
-16
@@ -1,27 +1,60 @@
|
||||
{
|
||||
"name": "obuf",
|
||||
"version": "1.1.2",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha test/**/*-test.js"
|
||||
"_args": [
|
||||
[
|
||||
"obuf@1.1.2",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "obuf@1.1.2",
|
||||
"_id": "obuf@1.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==",
|
||||
"_location": "/obuf",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "obuf@1.1.2",
|
||||
"name": "obuf",
|
||||
"escapedName": "obuf",
|
||||
"rawSpec": "1.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:indutny/offset-buffer"
|
||||
"_requiredBy": [
|
||||
"/hpack.js",
|
||||
"/spdy-transport"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz",
|
||||
"_spec": "1.1.2",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Fedor Indutny",
|
||||
"email": "fedor@indutny.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/indutny/offset-buffer/issues"
|
||||
},
|
||||
"description": "Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.",
|
||||
"devDependencies": {
|
||||
"mocha": "^1.21.4"
|
||||
},
|
||||
"homepage": "https://github.com/indutny/offset-buffer",
|
||||
"keywords": [
|
||||
"Offset",
|
||||
"Buffer",
|
||||
"reader"
|
||||
],
|
||||
"author": "Fedor Indutny <fedor@indutny.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/indutny/offset-buffer/issues"
|
||||
"main": "index.js",
|
||||
"name": "obuf",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/indutny/offset-buffer.git"
|
||||
},
|
||||
"homepage": "https://github.com/indutny/offset-buffer",
|
||||
"devDependencies": {
|
||||
"mocha": "^1.21.4"
|
||||
}
|
||||
"scripts": {
|
||||
"test": "mocha test/**/*-test.js"
|
||||
},
|
||||
"version": "1.1.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user