source: trip-planner-front/node_modules/postcss-normalize-url/package.json@ 59329aa

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

adding photos

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