麦克风,摄像头,屏幕共享页面
This commit is contained in:
+58
-26
@@ -1,37 +1,44 @@
|
||||
{
|
||||
"name": "clean-css",
|
||||
"version": "5.3.2",
|
||||
"author": "Jakub Pawlowicz <contact@jakubpawlowicz.com>",
|
||||
"description": "A well-tested CSS minifier",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"css",
|
||||
"minifier"
|
||||
"_args": [
|
||||
[
|
||||
"clean-css@5.3.2",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"homepage": "https://github.com/clean-css/clean-css",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/clean-css/clean-css.git"
|
||||
"_development": true,
|
||||
"_from": "clean-css@5.3.2",
|
||||
"_id": "clean-css@5.3.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==",
|
||||
"_location": "/clean-css",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "clean-css@5.3.2",
|
||||
"name": "clean-css",
|
||||
"escapedName": "clean-css",
|
||||
"rawSpec": "5.3.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.3.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/html-minifier-terser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz",
|
||||
"_spec": "5.3.2",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Jakub Pawlowicz",
|
||||
"email": "contact@jakubpawlowicz.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/clean-css/clean-css/issues"
|
||||
},
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"lib",
|
||||
"History.md",
|
||||
"index.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"scripts": {
|
||||
"browserify": "browserify --standalone CleanCSS index.js | uglifyjs --compress --mangle -o cleancss-browser.js",
|
||||
"bench": "node ./test/bench.js",
|
||||
"lint": "eslint ./lib/ --ext .js",
|
||||
"test": "vows"
|
||||
},
|
||||
"dependencies": {
|
||||
"source-map": "~0.6.0"
|
||||
},
|
||||
"description": "A well-tested CSS minifier",
|
||||
"devDependencies": {
|
||||
"browserify": "^17.0.0",
|
||||
"eslint": "^8.8.0",
|
||||
@@ -44,5 +51,30 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10.0"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"History.md",
|
||||
"index.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"homepage": "https://github.com/clean-css/clean-css",
|
||||
"keywords": [
|
||||
"css",
|
||||
"minifier"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "clean-css",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/clean-css/clean-css.git"
|
||||
},
|
||||
"scripts": {
|
||||
"bench": "node ./test/bench.js",
|
||||
"browserify": "browserify --standalone CleanCSS index.js | uglifyjs --compress --mangle -o cleancss-browser.js",
|
||||
"lint": "eslint ./lib/ --ext .js",
|
||||
"test": "vows"
|
||||
},
|
||||
"version": "5.3.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user