first
This commit is contained in:
92
node_modules/css-declaration-sorter/package.json
generated
vendored
Normal file
92
node_modules/css-declaration-sorter/package.json
generated
vendored
Normal file
@ -0,0 +1,92 @@
|
||||
{
|
||||
"_from": "css-declaration-sorter@^6.3.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": "range",
|
||||
"registry": true,
|
||||
"raw": "css-declaration-sorter@^6.3.1",
|
||||
"name": "css-declaration-sorter",
|
||||
"escapedName": "css-declaration-sorter",
|
||||
"rawSpec": "^6.3.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^6.3.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cssnano-preset-default"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz",
|
||||
"_shasum": "28beac7c20bad7f1775be3a7129d7eae409a3a71",
|
||||
"_spec": "css-declaration-sorter@^6.3.1",
|
||||
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\cssnano-preset-default",
|
||||
"author": {
|
||||
"name": "Selwyn",
|
||||
"email": "talk@selwyn.cc",
|
||||
"url": "https://selwyn.cc/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Siilwyn/css-declaration-sorter/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"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",
|
||||
"@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"
|
||||
},
|
||||
"exports": {
|
||||
"import": "./src/main.mjs",
|
||||
"require": "./dist/main.cjs"
|
||||
},
|
||||
"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",
|
||||
"css",
|
||||
"declaration",
|
||||
"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