This commit is contained in:
Alex Yang
2026-03-30 01:04:46 +08:00
parent 050aa421b1
commit f627244b8f
5978 changed files with 1502187 additions and 2947 deletions
+101
View File
@@ -0,0 +1,101 @@
{
"_from": "postcss-calc@^9.0.1",
"_id": "postcss-calc@9.0.1",
"_inBundle": false,
"_integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==",
"_location": "/postcss-calc",
"_phantomChildren": {
"cssesc": "3.0.0",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-calc@^9.0.1",
"name": "postcss-calc",
"escapedName": "postcss-calc",
"rawSpec": "^9.0.1",
"saveSpec": null,
"fetchSpec": "^9.0.1"
},
"_requiredBy": [
"/cssnano-preset-default"
],
"_resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-9.0.1.tgz",
"_shasum": "a744fd592438a93d6de0f1434c572670361eb6c6",
"_spec": "postcss-calc@^9.0.1",
"_where": "/root/dns/node_modules/cssnano-preset-default",
"author": {
"name": "Andy Jansson"
},
"bugs": {
"url": "https://github.com/postcss/postcss-calc/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss-selector-parser": "^6.0.11",
"postcss-value-parser": "^4.2.0"
},
"deprecated": false,
"description": "PostCSS plugin to reduce calc()",
"devDependencies": {
"@types/node": "^18.16.2",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"jison-gho": "^0.6.1-216",
"postcss": "^8.2.2",
"prettier": "^2.8.8",
"typescript": "~5.0.4",
"uvu": "^0.5.6"
},
"engines": {
"node": "^14 || ^16 || >=18.0"
},
"eslintConfig": {
"extends": [
"eslint:recommended",
"prettier"
],
"env": {
"node": true,
"es2017": true
},
"ignorePatterns": [
"src/parser.js"
],
"rules": {
"curly": "error"
}
},
"files": [
"src",
"types",
"LICENSE"
],
"homepage": "https://github.com/postcss/postcss-calc",
"keywords": [
"css",
"postcss",
"postcss-plugin",
"calculation",
"calc"
],
"license": "MIT",
"main": "src/index.js",
"name": "postcss-calc",
"peerDependencies": {
"postcss": "^8.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-calc.git"
},
"scripts": {
"build": "jison ./parser.jison -o src/parser.js",
"lint": "eslint . && tsc",
"prepare": "pnpm run build && tsc",
"test": "uvu test"
},
"types": "types/index.d.ts",
"version": "9.0.1"
}