Files
Arbitrate-FrontendH5/node_modules/css-declaration-sorter/package.json
T

97 lines
2.6 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_args": [
[
"css-declaration-sorter@6.4.1",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
2024-01-18 10:46:33 +08:00
],
2024-04-08 16:23:29 +08:00
"_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"
2024-01-18 10:46:33 +08:00
},
2024-04-08 16:23:29 +08:00
"_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.",
2024-01-18 10:46:33 +08:00
"devDependencies": {
"@mdn/browser-compat-data": "^5.2.23",
"@rollup/plugin-dynamic-import-vars": "^2.0.2",
"@rollup/plugin-replace": "^5.0.2",
"eslint": "^8.35.0",
"postcss": "^8.4.18",
"rollup": "^3.15.0",
"uvu": "^0.5.6"
},
"engines": {
"node": "^10 || ^12 || >=14"
},
2024-04-08 16:23:29 +08:00
"exports": {
"import": "./src/main.mjs",
"require": "./dist/main.cjs"
2024-01-18 10:46:33 +08:00
},
2024-04-08 16:23:29 +08:00
"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",
2024-01-18 10:46:33 +08:00
"keywords": [
"postcss",
"postcss-plugin",
"css",
"declaration",
"sorter",
"property",
"order"
2024-04-08 16:23:29 +08:00
],
"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"
2024-01-18 10:46:33 +08:00
}