source: trip-planner-front/node_modules/postcss-svgo/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.0 KB
RevLine 
[6a3a178]1{
[59329aa]2 "_args": [
3 [
4 "postcss-svgo@5.0.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "postcss-svgo@5.0.2",
10 "_id": "postcss-svgo@5.0.2",
11 "_inBundle": false,
12 "_integrity": "sha512-YzQuFLZu3U3aheizD+B1joQ94vzPfE6BNUcSYuceNxlVnKKsOtdo6hL9/zyC168Q8EwfLSgaDSalsUGa9f2C0A==",
13 "_location": "/postcss-svgo",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "postcss-svgo@5.0.2",
19 "name": "postcss-svgo",
20 "escapedName": "postcss-svgo",
21 "rawSpec": "5.0.2",
22 "saveSpec": null,
23 "fetchSpec": "5.0.2"
24 },
25 "_requiredBy": [
26 "/cssnano-preset-default"
27 ],
28 "_resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.0.2.tgz",
29 "_spec": "5.0.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
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 },
39 "dependencies": {
40 "postcss-value-parser": "^4.1.0",
41 "svgo": "^2.3.0"
42 },
[6a3a178]43 "description": "Optimise inline SVG with PostCSS.",
[59329aa]44 "devDependencies": {
45 "postcss": "^8.2.15"
46 },
47 "engines": {
48 "node": "^10 || ^12 || >=14.0"
[6a3a178]49 },
50 "files": [
51 "LICENSE-MIT",
52 "dist"
53 ],
[59329aa]54 "gitHead": "9b3c54fd94f3e2bdb503d1e21f171d7fe02f33ca",
55 "homepage": "https://github.com/cssnano/cssnano",
[6a3a178]56 "keywords": [
57 "css",
58 "minify",
59 "optimise",
60 "postcss",
61 "postcss-plugin",
62 "svg",
63 "svgo"
64 ],
65 "license": "MIT",
[59329aa]66 "main": "dist/index.js",
67 "name": "postcss-svgo",
[6a3a178]68 "peerDependencies": {
69 "postcss": "^8.2.15"
70 },
[59329aa]71 "repository": {
72 "type": "git",
73 "url": "git+https://github.com/cssnano/cssnano.git"
74 },
75 "scripts": {
76 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
77 "prebuild": "del-cli dist",
78 "prepublish": "yarn build"
79 },
80 "version": "5.0.2"
[6a3a178]81}
Note: See TracBrowser for help on using the repository browser.