blob: 3cb7405d56085ccf289f78d5e5c8185372931a88 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "svgo@^1.3.2",
3 "_id": "svgo@1.3.2",
4 "_inBundle": false,
5 "_integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
6 "_location": "/svgo",
7 "_phantomChildren": {
8 "escape-string-regexp": "1.0.5",
9 "minimist": "1.2.5"
10 },
11 "_requested": {
12 "type": "range",
13 "registry": true,
14 "raw": "svgo@^1.3.2",
15 "name": "svgo",
16 "escapedName": "svgo",
17 "rawSpec": "^1.3.2",
18 "saveSpec": null,
19 "fetchSpec": "^1.3.2"
20 },
21 "_requiredBy": [
22 "/imagemin-svgo"
23 ],
24 "_resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz",
25 "_shasum": "b6dc511c063346c9e415b81e43401145b96d4167",
26 "_spec": "svgo@^1.3.2",
27 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\imagemin-svgo",
28 "author": {
29 "name": "Kir Belevich",
30 "email": "kir@belevi.ch",
31 "url": "https://github.com/deepsweet"
32 },
33 "bin": {
34 "svgo": "bin/svgo"
35 },
36 "bugs": {
37 "url": "https://github.com/svg/svgo/issues"
38 },
39 "bundleDependencies": false,
40 "contributors": [
41 {
42 "name": "Sergey Belov",
43 "email": "peimei@ya.ru",
44 "url": "http://github.com/arikon"
45 },
46 {
47 "name": "Lev Solntsev",
48 "email": "lev.sun@ya.ru",
49 "url": "http://github.com/GreLI"
50 }
51 ],
52 "dependencies": {
53 "chalk": "^2.4.1",
54 "coa": "^2.0.2",
55 "css-select": "^2.0.0",
56 "css-select-base-adapter": "^0.1.1",
57 "css-tree": "1.0.0-alpha.37",
58 "csso": "^4.0.2",
59 "js-yaml": "^3.13.1",
60 "mkdirp": "~0.5.1",
61 "object.values": "^1.1.0",
62 "sax": "~1.2.4",
63 "stable": "^0.1.8",
64 "unquote": "~1.1.1",
65 "util.promisify": "~1.0.0"
66 },
67 "deprecated": false,
68 "description": "Nodejs-based tool for optimizing SVG vector graphics files",
69 "devDependencies": {
70 "coveralls": "^3.0.7",
71 "fs-extra": "~8.1.0",
72 "istanbul": "~0.4.5",
73 "jshint": "~2.10.2",
74 "mocha": "~6.2.2",
75 "mocha-istanbul": "~0.3.0",
76 "mock-stdin": "~0.3.1",
77 "should": "~13.2.3"
78 },
79 "directories": {
80 "bin": "./bin",
81 "lib": "./lib",
82 "example": "./examples"
83 },
84 "engines": {
85 "node": ">=4.0.0"
86 },
87 "homepage": "https://github.com/svg/svgo",
88 "keywords": [
89 "svgo",
90 "svg",
91 "optimize",
92 "minify"
93 ],
94 "license": "MIT",
95 "main": "./lib/svgo.js",
96 "name": "svgo",
97 "repository": {
98 "type": "git",
99 "url": "git://github.com/svg/svgo.git"
100 },
101 "scripts": {
102 "jshint": "npm run lint",
103 "lint": "jshint --show-non-errors .",
104 "test": "set NODE_ENV=test && mocha"
105 },
106 "version": "1.3.2"
107}