projecte_ionic/node_modules/postcss-calc/package.json
2022-02-09 18:30:03 +01:00

99 lines
2.6 KiB
JSON
Executable file

{
"_from": "postcss-calc@^8.0.0",
"_id": "postcss-calc@8.0.0",
"_inBundle": false,
"_integrity": "sha512-5NglwDrcbiy8XXfPM11F3HeC6hoT9W7GUH/Zi5U/p7u3Irv4rHhdDcIZwG0llHXV4ftsBjpfWMXAnXNl4lnt8g==",
"_location": "/postcss-calc",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-calc@^8.0.0",
"name": "postcss-calc",
"escapedName": "postcss-calc",
"rawSpec": "^8.0.0",
"saveSpec": null,
"fetchSpec": "^8.0.0"
},
"_requiredBy": [
"/cssnano-preset-default"
],
"_resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.0.0.tgz",
"_shasum": "a05b87aacd132740a5db09462a3612453e5df90a",
"_spec": "postcss-calc@^8.0.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/cssnano-preset-default",
"author": {
"name": "Andy Jansson"
},
"ava": {
"require": [
"@babel/register",
"@babel/polyfill"
]
},
"bugs": {
"url": "https://github.com/postcss/postcss-calc/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss-selector-parser": "^6.0.2",
"postcss-value-parser": "^4.0.2"
},
"deprecated": false,
"description": "PostCSS plugin to reduce calc()",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"ava": "^3.15.0",
"babel-eslint": "^10.0.1",
"babel-plugin-add-module-exports": "^1.0.0",
"cross-env": "^7.0.0",
"del-cli": "^3.0.0",
"eslint": "^5.7.0",
"eslint-config-i-am-meticulous": "^11.0.0",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-import": "^2.14.0",
"jison-gho": "^0.6.1-216",
"postcss": "^8.2.2"
},
"eslintConfig": {
"parser": "babel-eslint",
"extends": "eslint-config-i-am-meticulous",
"rules": {
"curly": "error"
}
},
"files": [
"dist",
"LICENSE"
],
"homepage": "https://github.com/postcss/postcss-calc#readme",
"keywords": [
"css",
"postcss",
"postcss-plugin",
"calculation",
"calc"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-calc",
"peerDependencies": {
"postcss": "^8.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-calc.git"
},
"scripts": {
"build": "del-cli dist && cross-env BABEL_ENV=publish babel src --out-dir dist --ignore src/__tests__/**/*.js && jison src/parser.jison -o dist/parser.js",
"prepublish": "npm run build",
"pretest": "npm run build && eslint src",
"test": "ava"
},
"version": "8.0.0"
}