麦克风,摄像头,屏幕共享页面
This commit is contained in:
+76
-40
@@ -1,42 +1,78 @@
|
||||
{
|
||||
"name": "gzip-size",
|
||||
"version": "6.0.0",
|
||||
"description": "Get the gzipped size of a string or buffer",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/gzip-size",
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"app",
|
||||
"tool",
|
||||
"zlib",
|
||||
"gzip",
|
||||
"compressed",
|
||||
"size",
|
||||
"string",
|
||||
"buffer"
|
||||
],
|
||||
"dependencies": {
|
||||
"duplexer": "^0.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^2.4.0",
|
||||
"p-event": "^4.2.0",
|
||||
"tsd": "^0.13.1",
|
||||
"xo": "^0.34.2"
|
||||
}
|
||||
"_args": [
|
||||
[
|
||||
"gzip-size@6.0.0",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "gzip-size@6.0.0",
|
||||
"_id": "gzip-size@6.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
|
||||
"_location": "/gzip-size",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "gzip-size@6.0.0",
|
||||
"name": "gzip-size",
|
||||
"escapedName": "gzip-size",
|
||||
"rawSpec": "6.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "6.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/webpack-bundle-analyzer"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz",
|
||||
"_spec": "6.0.0",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/gzip-size/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"duplexer": "^0.1.2"
|
||||
},
|
||||
"description": "Get the gzipped size of a string or buffer",
|
||||
"devDependencies": {
|
||||
"ava": "^2.4.0",
|
||||
"p-event": "^4.2.0",
|
||||
"tsd": "^0.13.1",
|
||||
"xo": "^0.34.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"homepage": "https://github.com/sindresorhus/gzip-size#readme",
|
||||
"keywords": [
|
||||
"app",
|
||||
"tool",
|
||||
"zlib",
|
||||
"gzip",
|
||||
"compressed",
|
||||
"size",
|
||||
"string",
|
||||
"buffer"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "gzip-size",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/gzip-size.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "6.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user