102 lines
2.1 KiB
JSON
102 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"svgo@0.6.6",
|
|
"C:\\wamp64\\www\\ilink"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "svgo@0.6.6",
|
|
"_id": "svgo@0.6.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-s0CIkDbyD5tEdUMHfQ9Vc+0ETAg=",
|
|
"_location": "/svgo",
|
|
"_phantomChildren": {
|
|
"argparse": "1.0.9",
|
|
"esprima": "2.7.3"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "svgo@0.6.6",
|
|
"name": "svgo",
|
|
"escapedName": "svgo",
|
|
"rawSpec": "0.6.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.6.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/grunt-image"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/svgo/-/svgo-0.6.6.tgz",
|
|
"_spec": "0.6.6",
|
|
"_where": "C:\\wamp64\\www\\ilink",
|
|
"author": {
|
|
"name": "Kir Belevich",
|
|
"email": "kir@soulshine.in",
|
|
"url": "https://github.com/deepsweet"
|
|
},
|
|
"bin": {
|
|
"svgo": "./bin/svgo"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/svg/svgo/issues",
|
|
"email": "kir@soulshine.in"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"coa": "~1.0.1",
|
|
"colors": "~1.1.2",
|
|
"csso": "~2.0.0",
|
|
"js-yaml": "~3.6.0",
|
|
"mkdirp": "~0.5.1",
|
|
"sax": "~1.2.1",
|
|
"whet.extend": "~0.9.9"
|
|
},
|
|
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
|
|
"devDependencies": {
|
|
"coveralls": "~2.11.9",
|
|
"istanbul": "~0.4.3",
|
|
"mocha": "~2.4.5",
|
|
"mocha-istanbul": "~0.2.0",
|
|
"should": "8.3.1"
|
|
},
|
|
"directories": {
|
|
"bin": "./bin",
|
|
"lib": "./lib",
|
|
"example": "./examples"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"homepage": "https://github.com/svg/svgo",
|
|
"keywords": [
|
|
"svgo",
|
|
"svg",
|
|
"optimize",
|
|
"minify"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/svgo.js",
|
|
"name": "svgo",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/svg/svgo.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"version": "0.6.6"
|
|
}
|