{
  "_args": [
    [
      "svgo@0.4.5",
      "/var/www/shap-preprod/ShareAndPull"
    ]
  ],
  "_development": true,
  "_from": "svgo@0.4.5",
  "_id": "svgo@0.4.5",
  "_inBundle": false,
  "_integrity": "sha1-ulYVX7FzNyiVbAG0BSIe5+eJoqQ=",
  "_location": "/svgo",
  "_optional": true,
  "_phantomChildren": {
    "argparse": "0.1.16",
    "esprima": "1.0.4"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "svgo@0.4.5",
    "name": "svgo",
    "escapedName": "svgo",
    "rawSpec": "0.4.5",
    "saveSpec": null,
    "fetchSpec": "0.4.5"
  },
  "_requiredBy": [
    "/imagemin-svgo"
  ],
  "_resolved": "https://registry.npmjs.org/svgo/-/svgo-0.4.5.tgz",
  "_spec": "0.4.5",
  "_where": "/var/www/shap-preprod/ShareAndPull",
  "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": "~0.4.0",
    "colors": "~0.6.0",
    "js-yaml": "~2.1.0",
    "sax": "~0.6.0",
    "whet.extend": "~0.9.9"
  },
  "description": "Nodejs-based tool for optimizing SVG vector graphics files",
  "devDependencies": {
    "coveralls": "~2.11.1",
    "istanbul": "~0.2.0",
    "mocha": "~1.14.0",
    "mocha-istanbul": "~0.2.0",
    "should": "~2.1.0"
  },
  "directories": {
    "bin": "./bin",
    "lib": "./lib",
    "example": "./examples"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "homepage": "https://github.com/svg/svgo",
  "keywords": [
    "svgo",
    "svg",
    "optimize",
    "minify"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.github.com/svg/svgo/master/LICENSE"
    }
  ],
  "main": "./lib/svgo.js",
  "name": "svgo",
  "repository": {
    "type": "git",
    "url": "git://github.com/svg/svgo.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "0.4.5"
}
