{ "_from": "postcss-normalize-url@^5.0.3", "_id": "postcss-normalize-url@5.0.3", "_inBundle": false, "_integrity": "sha512-qWiUMbvkRx3kc1Dp5opzUwc7MBWZcSDK2yofCmdvFBCpx+zFPkxBC1FASQ59Pt+flYfj/nTZSkmF56+XG5elSg==", "_location": "/postcss-normalize-url", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "postcss-normalize-url@^5.0.3", "name": "postcss-normalize-url", "escapedName": "postcss-normalize-url", "rawSpec": "^5.0.3", "saveSpec": null, "fetchSpec": "^5.0.3" }, "_requiredBy": [ "/cssnano-preset-default" ], "_resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.0.3.tgz", "_shasum": "42eca6ede57fe69075fab0f88ac8e48916ef931c", "_spec": "postcss-normalize-url@^5.0.3", "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\cssnano-preset-default", "author": { "name": "Ben Briggs", "email": "beneb.info@gmail.com", "url": "http://beneb.info" }, "bugs": { "url": "https://github.com/cssnano/cssnano/issues" }, "bundleDependencies": false, "dependencies": { "is-absolute-url": "^3.0.3", "normalize-url": "^6.0.1", "postcss-value-parser": "^4.1.0" }, "deprecated": false, "description": "Normalize URLs with PostCSS", "devDependencies": { "postcss": "^8.2.15" }, "engines": { "node": "^10 || ^12 || >=14.0" }, "files": [ "dist", "LICENSE-MIT" ], "homepage": "https://github.com/cssnano/cssnano", "keywords": [ "css", "normalize", "optimise", "optimisation", "postcss", "postcss-plugin", "url" ], "license": "MIT", "main": "dist/index.js", "name": "postcss-normalize-url", "peerDependencies": { "postcss": "^8.2.15" }, "repository": { "type": "git", "url": "git+https://github.com/cssnano/cssnano.git" }, "scripts": { "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"", "prebuild": "rimraf dist", "prepare": "yarn build" }, "version": "5.0.3" }