Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 61 additions & 61 deletions directory/postcss-calc.json
Original file line number Diff line number Diff line change
@@ -1,76 +1,18 @@
{
"name": "postcss-calc",
"version": "10.1.1",
"description": "PostCSS plugin to reduce calc()",
"keywords": [
"css",
"postcss",
"postcss-plugin",
"calculation",
"calc"
],
"homepage": "https://github.com/postcss/postcss-calc",
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-calc.git"
},
"main": "src/index.js",
"types": "types/index.d.ts",
"author": {
"name": "Andy Jansson"
},
"license": "MIT",
"engines": {
"node": "^18.12 || ^20.9 || >=22.0"
},
"devDependencies": {
"@types/node": "^22.10.10",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"jison-gho": "0.6.1-216",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"typescript": "~5.7.3"
},
"dependencies": {
"postcss-selector-parser": "^7.0.0",
"postcss-value-parser": "^4.2.0"
},
"peerDependencies": {
"postcss": "^8.4.38"
},
"scripts": {
"build": "jison ./parser.jison -o src/parser.js",
"lint": "eslint . && tsc",
"test": "node --test"
},
"_id": "postcss-calc@10.1.1",
"bugs": {
"url": "https://github.com/postcss/postcss-calc/issues"
},
"_integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==",
"_resolved": "/tmp/7a1225bb244e257504c57a8d382d0151/postcss-calc-10.1.1.tgz",
"_from": "file:postcss-calc-10.1.1.tgz",
"_nodeVersion": "22.11.0",
"_npmVersion": "11.1.0",
"dist": {
"integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==",
"shasum": "52b385f2e628239686eb6e3a16207a43f36064ca",
"tarball": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.1.1.tgz",
"fileCount": 15,
"unpackedSize": 163137,
"signatures": [
{
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
"sig": "MEQCICRae33qA2BPDDZk6IvK1gsYCvXhpZtumjnzyx1pT8cJAiAci2k/qt4vJ/y8a2cP8bpcPR3L3BaH/t8QzjYA08inYA=="
}
]
},
"_npmUser": {
"name": "ludovicofischer",
"email": "livrerie@gmail.com"
},
"directories": {},
"maintainers": [
{
"name": "beneb",
Expand Down Expand Up @@ -101,10 +43,68 @@
"email": "sheo13666q@gmail.com"
}
],
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages-npm-production",
"tmp": "tmp/postcss-calc_10.1.1_1738340780243_0.9006249951729881"
"homepage": "https://github.com/postcss/postcss-calc",
"bugs": {
"url": "https://github.com/postcss/postcss-calc/issues"
},
"dist": {
"shasum": "52b385f2e628239686eb6e3a16207a43f36064ca",
"tarball": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.1.1.tgz",
"fileCount": 15,
"integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==",
"signatures": [
{
"sig": "MEQCICRae33qA2BPDDZk6IvK1gsYCvXhpZtumjnzyx1pT8cJAiAci2k/qt4vJ/y8a2cP8bpcPR3L3BaH/t8QzjYA08inYA==",
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"
}
],
"unpackedSize": 163137
},
"main": "src/index.js",
"_from": "file:postcss-calc-10.1.1.tgz",
"types": "types/index.d.ts",
"engines": {
"node": "^18.12 || ^20.9 || >=22.0"
},
"scripts": {
"lint": "eslint . && tsc",
"test": "node --test",
"build": "jison ./parser.jison -o src/parser.js"
},
"_npmUser": {
"name": "ludovicofischer",
"email": "livrerie@gmail.com"
},
"_resolved": "/tmp/7a1225bb244e257504c57a8d382d0151/postcss-calc-10.1.1.tgz",
"_integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==",
"repository": {
"url": "git+https://github.com/postcss/postcss-calc.git",
"type": "git"
},
"_npmVersion": "11.1.0",
"description": "PostCSS plugin to reduce calc()",
"directories": {},
"_nodeVersion": "22.11.0",
"dependencies": {
"postcss-value-parser": "^4.2.0",
"postcss-selector-parser": "^7.0.0"
},
"_hasShrinkwrap": false,
"devDependencies": {
"eslint": "^9.19.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"jison-gho": "0.6.1-216",
"typescript": "~5.7.3",
"@types/node": "^22.10.10",
"eslint-config-prettier": "^10.0.1"
},
"peerDependencies": {
"postcss": "^8.4.38"
},
"_npmOperationalInternal": {
"tmp": "tmp/postcss-calc_10.1.1_1738340780243_0.9006249951729881",
"host": "s3://npm-registry-packages-npm-production"
},
"_time": "2025-01-31T16:26:20.462Z"
}