You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

99 lines
2.3 KiB

{
"_args": [
[
"postcss-calc@8.2.4",
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
]
],
"_development": true,
"_from": "postcss-calc@8.2.4",
"_id": "postcss-calc@8.2.4",
"_inBundle": false,
"_integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==",
"_location": "/postcss-calc",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-calc@8.2.4",
"name": "postcss-calc",
"escapedName": "postcss-calc",
"rawSpec": "8.2.4",
"saveSpec": null,
"fetchSpec": "8.2.4"
},
"_requiredBy": [
"/cssnano-preset-default"
],
"_resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz",
"_spec": "8.2.4",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
"author": {
"name": "Andy Jansson"
},
"bugs": {
"url": "https://github.com/postcss/postcss-calc/issues"
},
"dependencies": {
"postcss-selector-parser": "^6.0.9",
"postcss-value-parser": "^4.2.0"
},
"description": "PostCSS plugin to reduce calc()",
"devDependencies": {
"@types/node": "^17.0.15",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"jison-gho": "^0.6.1-216",
"postcss": "^8.2.2",
"prettier": "^2.5.1",
"typescript": "^4.5.5",
"uvu": "^0.5.3"
},
"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#readme",
"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 src/parser.jison -o src/parser.js",
"lint": "eslint src && tsc",
"pretest": "pnpm run build",
"test": "uvu src/__tests__"
},
"types": "types/index.d.ts",
"version": "8.2.4"
}