source: trip-planner-front/node_modules/postcss-normalize-url/package.json@ 76712b2

Last change on this file since 76712b2 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "postcss-normalize-url@^5.0.3",
3 "_id": "postcss-normalize-url@5.0.3",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-qWiUMbvkRx3kc1Dp5opzUwc7MBWZcSDK2yofCmdvFBCpx+zFPkxBC1FASQ59Pt+flYfj/nTZSkmF56+XG5elSg==",
[59329aa]6 "_location": "/postcss-normalize-url",
7 "_phantomChildren": {},
8 "_requested": {
[e29cc2e]9 "type": "range",
[59329aa]10 "registry": true,
[e29cc2e]11 "raw": "postcss-normalize-url@^5.0.3",
[59329aa]12 "name": "postcss-normalize-url",
13 "escapedName": "postcss-normalize-url",
[e29cc2e]14 "rawSpec": "^5.0.3",
[59329aa]15 "saveSpec": null,
[e29cc2e]16 "fetchSpec": "^5.0.3"
[6a3a178]17 },
[59329aa]18 "_requiredBy": [
19 "/cssnano-preset-default"
[6a3a178]20 ],
[e29cc2e]21 "_resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.0.3.tgz",
22 "_shasum": "42eca6ede57fe69075fab0f88ac8e48916ef931c",
23 "_spec": "postcss-normalize-url@^5.0.3",
24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\cssnano-preset-default",
[6a3a178]25 "author": {
26 "name": "Ben Briggs",
27 "email": "beneb.info@gmail.com",
28 "url": "http://beneb.info"
29 },
30 "bugs": {
31 "url": "https://github.com/cssnano/cssnano/issues"
32 },
[e29cc2e]33 "bundleDependencies": false,
[59329aa]34 "dependencies": {
35 "is-absolute-url": "^3.0.3",
36 "normalize-url": "^6.0.1",
37 "postcss-value-parser": "^4.1.0"
[6a3a178]38 },
[e29cc2e]39 "deprecated": false,
[59329aa]40 "description": "Normalize URLs with PostCSS",
[6a3a178]41 "devDependencies": {
42 "postcss": "^8.2.15"
43 },
[59329aa]44 "engines": {
45 "node": "^10 || ^12 || >=14.0"
46 },
47 "files": [
48 "dist",
49 "LICENSE-MIT"
50 ],
51 "homepage": "https://github.com/cssnano/cssnano",
52 "keywords": [
53 "css",
54 "normalize",
55 "optimise",
56 "optimisation",
57 "postcss",
58 "postcss-plugin",
59 "url"
60 ],
61 "license": "MIT",
62 "main": "dist/index.js",
63 "name": "postcss-normalize-url",
[6a3a178]64 "peerDependencies": {
65 "postcss": "^8.2.15"
66 },
[59329aa]67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/cssnano/cssnano.git"
70 },
71 "scripts": {
72 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
73 "prebuild": "rimraf dist",
74 "prepare": "yarn build"
75 },
[e29cc2e]76 "version": "5.0.3"
[6a3a178]77}
Note: See TracBrowser for help on using the repository browser.