麦克风,摄像头,屏幕共享页面
This commit is contained in:
+47
-12
@@ -1,14 +1,44 @@
|
||||
{
|
||||
"name": "cssnano-utils",
|
||||
"version": "3.1.0",
|
||||
"repository": "cssnano/cssnano",
|
||||
"main": "src/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
"description": "Utility methods and plugin for cssnano projects",
|
||||
"homepage": "https://github.com/cssnano/cssnano",
|
||||
"_args": [
|
||||
[
|
||||
"cssnano-utils@3.1.0",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "cssnano-utils@3.1.0",
|
||||
"_id": "cssnano-utils@3.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==",
|
||||
"_location": "/cssnano-utils",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "cssnano-utils@3.1.0",
|
||||
"name": "cssnano-utils",
|
||||
"escapedName": "cssnano-utils",
|
||||
"rawSpec": "3.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cssnano-preset-default",
|
||||
"/postcss-merge-rules",
|
||||
"/postcss-minify-gradients",
|
||||
"/postcss-minify-params",
|
||||
"/postcss-ordered-values"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz",
|
||||
"_spec": "3.1.0",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"bugs": {
|
||||
"url": "https://github.com/cssnano/cssnano/issues"
|
||||
},
|
||||
"description": "Utility methods and plugin for cssnano projects",
|
||||
"devDependencies": {
|
||||
"postcss": "^8.2.15"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10 || ^12 || >=14.0"
|
||||
},
|
||||
@@ -17,12 +47,17 @@
|
||||
"LICENSE",
|
||||
"types"
|
||||
],
|
||||
"homepage": "https://github.com/cssnano/cssnano",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"postcss": "^8.2.15"
|
||||
},
|
||||
"main": "src/index.js",
|
||||
"name": "cssnano-utils",
|
||||
"peerDependencies": {
|
||||
"postcss": "^8.2.15"
|
||||
},
|
||||
"readme": "# cssnano-utils\n\nUtility methods and plugin for cssnano projects\n\n## List of methods and plugin(s)\n\n| **utility methods** | **description** |\n| ------------------- | ------------------------------------------------------------------------- |\n| `rawCache` | Postcss plugin to manage the raw value formatting for generated AST nodes |\n| `getArguments` | Get a list of arguments, separated by a comma. |\n| `sameParent` | Check that two PostCSS nodes share the same parent. |\n\n## Contributors\n\nSee [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md).\n"
|
||||
}
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/cssnano/cssnano.git"
|
||||
},
|
||||
"types": "types/index.d.ts",
|
||||
"version": "3.1.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user