麦克风,摄像头,屏幕共享页面

This commit is contained in:
hanchaobo
2024-04-16 09:12:55 +08:00
parent c098116879
commit 6fb8313ced
1119 changed files with 66488 additions and 45843 deletions
+65 -32
View File
@@ -1,41 +1,42 @@
{
"name": "icss-utils",
"version": "5.1.0",
"description": "ICSS utils for postcss ast",
"main": "src/index.js",
"engines": {
"node": "^10 || ^12 || >= 14"
},
"files": [
"src"
"_args": [
[
"icss-utils@5.1.0",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"scripts": {
"prettier": "prettier -l --ignore-path .gitignore . \"!test/test-cases\"",
"eslint": "eslint --ignore-path .gitignore .",
"lint": "yarn eslint && yarn prettier",
"test:only": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
"pretest": "yarn lint",
"test": "yarn test:coverage",
"prepublishOnly": "yarn test"
"_development": true,
"_from": "icss-utils@5.1.0",
"_id": "icss-utils@5.1.0",
"_inBundle": false,
"_integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==",
"_location": "/icss-utils",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "icss-utils@5.1.0",
"name": "icss-utils",
"escapedName": "icss-utils",
"rawSpec": "5.1.0",
"saveSpec": null,
"fetchSpec": "5.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/css-modules/icss-utils.git"
},
"keywords": [
"css",
"modules",
"icss",
"postcss"
"_requiredBy": [
"/css-loader",
"/postcss-modules-local-by-default",
"/postcss-modules-values"
],
"author": "Glen Maddern",
"license": "ISC",
"_resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz",
"_spec": "5.1.0",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Glen Maddern"
},
"bugs": {
"url": "https://github.com/css-modules/icss-utils/issues"
},
"homepage": "https://github.com/css-modules/icss-utils#readme",
"description": "ICSS utils for postcss ast",
"devDependencies": {
"coveralls": "^3.1.0",
"eslint": "^7.9.0",
@@ -46,7 +47,39 @@
"postcss": "^8.1.0",
"prettier": "^2.1.2"
},
"engines": {
"node": "^10 || ^12 || >= 14"
},
"files": [
"src"
],
"homepage": "https://github.com/css-modules/icss-utils#readme",
"keywords": [
"css",
"modules",
"icss",
"postcss"
],
"license": "ISC",
"main": "src/index.js",
"name": "icss-utils",
"peerDependencies": {
"postcss": "^8.1.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/css-modules/icss-utils.git"
},
"scripts": {
"eslint": "eslint --ignore-path .gitignore .",
"lint": "yarn eslint && yarn prettier",
"prepublishOnly": "yarn test",
"pretest": "yarn lint",
"prettier": "prettier -l --ignore-path .gitignore . \"!test/test-cases\"",
"test": "yarn test:coverage",
"test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
"test:only": "jest",
"test:watch": "jest --watch"
},
"version": "5.1.0"
}