视频会议上传文件
This commit is contained in:
+71
-34
@@ -1,31 +1,42 @@
|
||||
{
|
||||
"name": "css-declaration-sorter",
|
||||
"version": "6.4.1",
|
||||
"description": "Sorts CSS declarations fast and automatically in a certain order.",
|
||||
"type": "module",
|
||||
"main": "./dist/main.cjs",
|
||||
"exports": {
|
||||
"import": "./src/main.mjs",
|
||||
"require": "./dist/main.cjs"
|
||||
},
|
||||
"types": "./src/main.d.ts",
|
||||
"files": [
|
||||
"src/main.mjs",
|
||||
"src/main.d.ts",
|
||||
"src/shorthand-data.mjs",
|
||||
"src/bubble-sort.mjs",
|
||||
"orders",
|
||||
"dist"
|
||||
"_args": [
|
||||
[
|
||||
"css-declaration-sorter@6.4.1",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"preversion": "npm test",
|
||||
"test": "uvu src .+\\.test\\.mjs",
|
||||
"test:ci": "npm test && npm run lint -- --max-warnings 0",
|
||||
"lint": "eslint src/*.mjs",
|
||||
"scrape": "node --experimental-import-meta-resolve src/property-scraper.mjs",
|
||||
"prepack": "npm run build"
|
||||
"_development": true,
|
||||
"_from": "css-declaration-sorter@6.4.1",
|
||||
"_id": "css-declaration-sorter@6.4.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==",
|
||||
"_location": "/css-declaration-sorter",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "css-declaration-sorter@6.4.1",
|
||||
"name": "css-declaration-sorter",
|
||||
"escapedName": "css-declaration-sorter",
|
||||
"rawSpec": "6.4.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "6.4.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cssnano-preset-default"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz",
|
||||
"_spec": "6.4.1",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Selwyn",
|
||||
"email": "talk@selwyn.cc",
|
||||
"url": "https://selwyn.cc/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
|
||||
},
|
||||
"description": "Sorts CSS declarations fast and automatically in a certain order.",
|
||||
"devDependencies": {
|
||||
"@mdn/browser-compat-data": "^5.2.23",
|
||||
"@rollup/plugin-dynamic-import-vars": "^2.0.2",
|
||||
@@ -35,18 +46,22 @@
|
||||
"rollup": "^3.15.0",
|
||||
"uvu": "^0.5.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"postcss": "^8.0.9"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10 || ^12 || >=14"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Siilwyn/css-declaration-sorter.git"
|
||||
"exports": {
|
||||
"import": "./src/main.mjs",
|
||||
"require": "./dist/main.cjs"
|
||||
},
|
||||
"author": "Selwyn <talk@selwyn.cc> (https://selwyn.cc/)",
|
||||
"license": "ISC",
|
||||
"files": [
|
||||
"src/main.mjs",
|
||||
"src/main.d.ts",
|
||||
"src/shorthand-data.mjs",
|
||||
"src/bubble-sort.mjs",
|
||||
"orders",
|
||||
"dist"
|
||||
],
|
||||
"homepage": "https://github.com/Siilwyn/css-declaration-sorter#readme",
|
||||
"keywords": [
|
||||
"postcss",
|
||||
"postcss-plugin",
|
||||
@@ -55,5 +70,27 @@
|
||||
"sorter",
|
||||
"property",
|
||||
"order"
|
||||
]
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "./dist/main.cjs",
|
||||
"name": "css-declaration-sorter",
|
||||
"peerDependencies": {
|
||||
"postcss": "^8.0.9"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Siilwyn/css-declaration-sorter.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"lint": "eslint src/*.mjs",
|
||||
"prepack": "npm run build",
|
||||
"preversion": "npm test",
|
||||
"scrape": "node --experimental-import-meta-resolve src/property-scraper.mjs",
|
||||
"test": "uvu src .+\\.test\\.mjs",
|
||||
"test:ci": "npm test && npm run lint -- --max-warnings 0"
|
||||
},
|
||||
"type": "module",
|
||||
"types": "./src/main.d.ts",
|
||||
"version": "6.4.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user