blob: 98c274b6c79bf238df37ba3fd23496a27972a8a5 [file]
{
"name": "postcss-normalize-url",
"version": "9.0.2",
"description": "Normalize URLs with PostCSS",
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./src/index.js"
},
"./package.json": "./package.json"
},
"main": "./src/index.js",
"types": "./types/index.d.ts",
"imports": {
"#path": {
"node": "./src/lib/path_normalizer.js",
"default": "./src/lib/path_shim.js"
}
},
"files": [
"src",
"LICENSE-MIT",
"types"
],
"keywords": [
"css",
"normalize",
"optimise",
"optimisation",
"postcss",
"postcss-plugin",
"url"
],
"license": "MIT",
"dependencies": {
"postcss-value-parser": "^4.2.0"
},
"homepage": "https://github.com/cssnano/cssnano",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "https://beneb.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cssnano/cssnano.git"
},
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"engines": {
"node": "^22.22.3 || ^24.15.0 || >=26.0"
},
"devDependencies": {
"postcss": "^8.5.28"
},
"peerDependencies": {
"postcss": "^8.5.28"
},
"type": "module",
"scripts": {
"test": "node --test"
}
}