视频会议上传文件

This commit is contained in:
gyj
2024-04-08 16:23:29 +08:00
parent c098116879
commit a551f33a6e
1272 changed files with 84366 additions and 63430 deletions
+64 -33
View File
@@ -1,40 +1,43 @@
{
"name": "postcss-modules-values",
"version": "4.0.0",
"description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files",
"main": "src/index.js",
"files": [
"src"
"_args": [
[
"postcss-modules-values@4.0.0",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"engines": {
"node": "^10 || ^12 || >= 14"
"_development": true,
"_from": "postcss-modules-values@4.0.0",
"_id": "postcss-modules-values@4.0.0",
"_inBundle": false,
"_integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==",
"_location": "/postcss-modules-values",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-modules-values@4.0.0",
"name": "postcss-modules-values",
"escapedName": "postcss-modules-values",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"scripts": {
"prettier": "prettier -l --ignore-path .gitignore .",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/css-modules/postcss-modules-values.git"
},
"keywords": [
"css",
"modules",
"postcss"
"_requiredBy": [
"/css-loader"
],
"author": "Glen Maddern",
"license": "ISC",
"_resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Glen Maddern"
},
"bugs": {
"url": "https://github.com/css-modules/postcss-modules-values/issues"
},
"homepage": "https://github.com/css-modules/postcss-modules-values#readme",
"dependencies": {
"icss-utils": "^5.0.0"
},
"description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files",
"devDependencies": {
"coveralls": "^3.1.0",
"eslint": "^7.10.0",
@@ -45,10 +48,38 @@
"postcss": "^8.1.0",
"prettier": "^2.1.2"
},
"dependencies": {
"icss-utils": "^5.0.0"
"engines": {
"node": "^10 || ^12 || >= 14"
},
"files": [
"src"
],
"homepage": "https://github.com/css-modules/postcss-modules-values#readme",
"keywords": [
"css",
"modules",
"postcss"
],
"license": "ISC",
"main": "src/index.js",
"name": "postcss-modules-values",
"peerDependencies": {
"postcss": "^8.1.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/css-modules/postcss-modules-values.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": "yarn test:coverage",
"test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
"test:only": "jest",
"test:watch": "jest --watch"
},
"version": "4.0.0"
}