视频会议上传文件
This commit is contained in:
+64
-29
@@ -1,41 +1,45 @@
|
||||
{
|
||||
"name": "postcss-modules-local-by-default",
|
||||
"version": "4.0.3",
|
||||
"description": "A CSS Modules transform to make local scope the default",
|
||||
"main": "src/index.js",
|
||||
"author": "Mark Dalgleish",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"src"
|
||||
"_args": [
|
||||
[
|
||||
"postcss-modules-local-by-default@4.0.3",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/css-modules/postcss-modules-local-by-default.git"
|
||||
"_development": true,
|
||||
"_from": "postcss-modules-local-by-default@4.0.3",
|
||||
"_id": "postcss-modules-local-by-default@4.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==",
|
||||
"_location": "/postcss-modules-local-by-default",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "postcss-modules-local-by-default@4.0.3",
|
||||
"name": "postcss-modules-local-by-default",
|
||||
"escapedName": "postcss-modules-local-by-default",
|
||||
"rawSpec": "4.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.0.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10 || ^12 || >= 14"
|
||||
},
|
||||
"keywords": [
|
||||
"css-modules",
|
||||
"postcss",
|
||||
"css",
|
||||
"postcss-plugin"
|
||||
"_requiredBy": [
|
||||
"/css-loader"
|
||||
],
|
||||
"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/**/*\"",
|
||||
"test": "yarn test:coverage",
|
||||
"prepublishOnly": "yarn lint && yarn test"
|
||||
"_resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.3.tgz",
|
||||
"_spec": "4.0.3",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Mark Dalgleish"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"icss-utils": "^5.0.0",
|
||||
"postcss-selector-parser": "^6.0.2",
|
||||
"postcss-value-parser": "^4.1.0"
|
||||
},
|
||||
"description": "A CSS Modules transform to make local scope the default",
|
||||
"devDependencies": {
|
||||
"coveralls": "^3.1.0",
|
||||
"eslint": "^7.10.0",
|
||||
@@ -46,7 +50,38 @@
|
||||
"postcss": "^8.1.0",
|
||||
"prettier": "^2.1.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10 || ^12 || >= 14"
|
||||
},
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"homepage": "https://github.com/css-modules/postcss-modules-local-by-default#readme",
|
||||
"keywords": [
|
||||
"css-modules",
|
||||
"postcss",
|
||||
"css",
|
||||
"postcss-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
"name": "postcss-modules-local-by-default",
|
||||
"peerDependencies": {
|
||||
"postcss": "^8.1.0"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git"
|
||||
},
|
||||
"scripts": {
|
||||
"eslint": "eslint --ignore-path .gitignore .",
|
||||
"lint": "yarn eslint && yarn prettier",
|
||||
"prepublishOnly": "yarn lint && yarn test",
|
||||
"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.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user