This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/svgo_output/node_modules/svgo/package.json
2021-07-23 02:36:56 +02:00

95 lines
2.1 KiB
JSON

{
"name": "svgo",
"version": "0.5.3",
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
"keywords": [
"svgo",
"svg",
"optimize",
"minify"
],
"homepage": "https://github.com/svg/svgo",
"bugs": {
"url": "https://github.com/svg/svgo/issues",
"email": "kir@soulshine.in"
},
"author": {
"name": "Kir Belevich",
"email": "kir@soulshine.in",
"url": "https://github.com/deepsweet"
},
"contributors": [
{
"name": "Sergey Belov",
"email": "peimei@ya.ru",
"url": "http://github.com/arikon"
},
{
"name": "Lev Solntsev",
"email": "lev.sun@ya.ru",
"url": "http://github.com/GreLI"
}
],
"repository": {
"type": "git",
"url": "git://github.com/svg/svgo.git"
},
"main": "./lib/svgo.js",
"bin": {
"svgo": "./bin/svgo"
},
"directories": {
"bin": "./bin",
"lib": "./lib",
"example": "./examples"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"sax": "~1.1.1",
"coa": "~1.0.1",
"js-yaml": "~3.3.1",
"colors": "~1.1.2",
"whet.extend": "~0.9.9",
"mkdirp": "~0.5.1"
},
"devDependencies": {
"mocha": "~2.2.5",
"should": "7.0.1",
"istanbul": "~0.3.15",
"mocha-istanbul": "~0.2.0",
"coveralls": "~2.11.2"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"gitHead": "739a296621fd710a1773d9d8cdcdf84e5914d2fa",
"_id": "svgo@0.5.3",
"_shasum": "71d97ae51ec25b91864eb38435820b9ff37dbfb2",
"_from": "svgo@>=0.5.2 <0.6.0",
"_npmVersion": "2.5.1",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "greli",
"email": "grelimail@gmail.com"
},
"maintainers": [
{
"name": "deepsweet",
"email": "kir@soulshine.in"
},
{
"name": "greli",
"email": "grelimail@gmail.com"
}
],
"dist": {
"shasum": "71d97ae51ec25b91864eb38435820b9ff37dbfb2",
"tarball": "http://registry.npmjs.org/svgo/-/svgo-0.5.3.tgz"
},
"_resolved": "https://registry.npmjs.org/svgo/-/svgo-0.5.3.tgz",
"readme": "ERROR: No README data found!"
}