source: trip-planner-front/node_modules/postcss-normalize-url/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{
2 "name": "postcss-normalize-url",
3 "version": "5.0.2",
4 "description": "Normalize URLs with PostCSS",
5 "main": "dist/index.js",
6 "files": [
7 "dist",
8 "LICENSE-MIT"
9 ],
10 "scripts": {
11 "prebuild": "rimraf dist",
12 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
13 "prepare": "yarn build"
14 },
15 "keywords": [
16 "css",
17 "normalize",
18 "optimise",
19 "optimisation",
20 "postcss",
21 "postcss-plugin",
22 "url"
23 ],
24 "license": "MIT",
25 "dependencies": {
26 "is-absolute-url": "^3.0.3",
27 "normalize-url": "^6.0.1",
28 "postcss-value-parser": "^4.1.0"
29 },
30 "homepage": "https://github.com/cssnano/cssnano",
31 "author": {
32 "name": "Ben Briggs",
33 "email": "beneb.info@gmail.com",
34 "url": "http://beneb.info"
35 },
36 "repository": "cssnano/cssnano",
37 "bugs": {
38 "url": "https://github.com/cssnano/cssnano/issues"
39 },
40 "engines": {
41 "node": "^10 || ^12 || >=14.0"
42 },
43 "devDependencies": {
44 "postcss": "^8.2.15"
45 },
46 "peerDependencies": {
47 "postcss": "^8.2.15"
48 },
49 "gitHead": "39b4cc089e8825d308df1fa8a7313d38d8f1f2f7"
50}
Note: See TracBrowser for help on using the repository browser.