UNPKG

react-scripts

Version:
134 lines (133 loc) 3.19 kB
{ "_args": [ [ { "raw": "svgo@^0.7.0", "scope": null, "escapedName": "svgo", "name": "svgo", "rawSpec": "^0.7.0", "spec": ">=0.7.0 <0.8.0", "type": "range" }, "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/postcss-svgo" ] ], "_from": "svgo@>=0.7.0 <0.8.0", "_id": "svgo@0.7.0", "_inCache": true, "_location": "/svgo", "_nodeVersion": "6.3.1", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/svgo-0.7.0.tgz_1472156700345_0.016561583383008838" }, "_npmUser": { "name": "greli", "email": "grelimail@gmail.com" }, "_npmVersion": "3.10.5", "_phantomChildren": {}, "_requested": { "raw": "svgo@^0.7.0", "scope": null, "escapedName": "svgo", "name": "svgo", "rawSpec": "^0.7.0", "spec": ">=0.7.0 <0.8.0", "type": "range" }, "_requiredBy": [ "/postcss-svgo" ], "_resolved": "https://registry.npmjs.org/svgo/-/svgo-0.7.0.tgz", "_shasum": "51a95c5f7aaa98824f92857ac14c2cdbe81537aa", "_shrinkwrap": null, "_spec": "svgo@^0.7.0", "_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/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": "~1.0.1", "colors": "~1.1.2", "csso": "~2.2.1", "js-yaml": "~3.6.1", "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.12", "istanbul": "~0.4.5", "mocha": "~3.0.2", "mocha-istanbul": "~0.3.0", "should": "11.1.0" }, "directories": { "bin": "./bin", "lib": "./lib", "example": "./examples" }, "dist": { "shasum": "51a95c5f7aaa98824f92857ac14c2cdbe81537aa", "tarball": "https://registry.npmjs.org/svgo/-/svgo-0.7.0.tgz" }, "engines": { "node": ">=0.12.0" }, "gitHead": "975a9ff223b562a440ccd919715092275024c950", "homepage": "https://github.com/svg/svgo", "keywords": [ "svgo", "svg", "optimize", "minify" ], "license": "MIT", "main": "./lib/svgo.js", "maintainers": [ { "name": "deepsweet", "email": "kir@soulshine.in" }, { "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": "jshint --show-non-errors .", "test": "set NODE_ENV=test && mocha" }, "version": "0.7.0" }