{
  "_args": [
    [
      {
        "raw": "svgo@^1.0.0",
        "scope": null,
        "escapedName": "svgo",
        "name": "svgo",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/ubuntu/workspace/node_modules/postcss-svgo"
    ]
  ],
  "_from": "svgo@>=1.0.0 <2.0.0",
  "_id": "svgo@1.0.5",
  "_inCache": true,
  "_location": "/svgo",
  "_nodeVersion": "8.9.4",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/svgo_1.0.5_1519632214720_0.9702584669804362"
  },
  "_npmUser": {
    "name": "caub",
    "email": "cyril.auburtin@gmail.com"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {
    "argparse": "1.0.10",
    "esprima": "4.0.1"
  },
  "_requested": {
    "raw": "svgo@^1.0.0",
    "scope": null,
    "escapedName": "svgo",
    "name": "svgo",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/postcss-svgo"
  ],
  "_resolved": "https://registry.npmjs.org/svgo/-/svgo-1.0.5.tgz",
  "_shasum": "7040364c062a0538abacff4401cea6a26a7a389a",
  "_shrinkwrap": null,
  "_spec": "svgo@^1.0.0",
  "_where": "/home/ubuntu/workspace/node_modules/postcss-svgo",
  "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": "~2.0.1",
    "colors": "~1.1.2",
    "css-select": "~1.3.0-rc0",
    "css-select-base-adapter": "~0.1.0",
    "css-tree": "1.0.0-alpha25",
    "css-url-regex": "^1.1.0",
    "csso": "^3.5.0",
    "js-yaml": "~3.10.0",
    "mkdirp": "~0.5.1",
    "object.values": "^1.0.4",
    "sax": "~1.2.4",
    "stable": "~0.1.6",
    "unquote": "~1.1.1",
    "util.promisify": "~1.0.0"
  },
  "description": "Nodejs-based tool for optimizing SVG vector graphics files",
  "devDependencies": {
    "coveralls": "~3.0.0",
    "fs-extra": "~4.0.3",
    "istanbul": "~0.4.5",
    "mocha": "~4.0.1",
    "mocha-istanbul": "~0.3.0",
    "mock-stdin": "~0.3.1",
    "should": "~13.1.2"
  },
  "directories": {
    "bin": "./bin",
    "lib": "./lib",
    "example": "./examples"
  },
  "dist": {
    "integrity": "sha512-nYrifviB77aNKDNKKyuay3M9aYiK6Hv5gJVDdjj2ZXTQmI8WZc8+UPLR5IpVlktJfSu3co/4XcWgrgI6seGBPg==",
    "shasum": "7040364c062a0538abacff4401cea6a26a7a389a",
    "tarball": "https://registry.npmjs.org/svgo/-/svgo-1.0.5.tgz",
    "fileCount": 67,
    "unpackedSize": 370192
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "gitHead": "cd36e14c3092b2e7b2caa11eb647e77cb3e0a657",
  "homepage": "https://github.com/svg/svgo",
  "keywords": [
    "svgo",
    "svg",
    "optimize",
    "minify"
  ],
  "license": "MIT",
  "main": "./lib/svgo.js",
  "maintainers": [
    {
      "name": "caub",
      "email": "cyril.auburtin@gmail.com"
    },
    {
      "name": "deepsweet",
      "email": "kir@belevi.ch"
    },
    {
      "name": "greli",
      "email": "grelimail@gmail.com"
    }
  ],
  "name": "svgo",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/svg/svgo.git"
  },
  "scripts": {
    "jshint": "npm run lint",
    "lint": "jshint --show-non-errors .",
    "test": "set NODE_ENV=test && mocha"
  },
  "version": "1.0.5"
}
