{ "_from": "svgstore@2.0.2", "_id": "svgstore@2.0.2", "_inBundle": false, "_integrity": "sha1-GJVO0eVxw4kGHs3Tc4uqQeQBbKw=", "_location": "/svgstore", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "svgstore@2.0.2", "name": "svgstore", "escapedName": "svgstore", "rawSpec": "2.0.2", "saveSpec": null, "fetchSpec": "2.0.2" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/svgstore/-/svgstore-2.0.2.tgz", "_shasum": "18954ed1e571c389061ecdd3738baa41e4016cac", "_spec": "svgstore@2.0.2", "_where": "/home/manfred/enviPath/ketcher2/ketcher", "author": { "name": "Shannon Moeller", "email": "me@shannonmoeller.com", "url": "http://shannonmoeller.com" }, "bugs": { "url": "https://github.com/svgstore/svgstore/issues" }, "bundleDependencies": false, "dependencies": { "cheerio": "^0.22.0", "object-assign": "^4.1.0" }, "deprecated": false, "description": "Combines mulitple svg files into one.", "devDependencies": { "ava": "0.16.0", "chokidar-cli": "^1.2.0", "coveralls": "^2.11.12", "nyc": "^8.1.0", "xo": "^0.16" }, "engines": { "node": ">= 0.12" }, "homepage": "https://github.com/svgstore/svgstore", "keywords": [ "concat", "join", "merge", "pack", "path", "sprite", "svg", "svgs", "svgstore", "symbol", "symbols" ], "license": "MIT", "main": "src/svgstore.js", "maintainers": [ { "name": "Shannon Moeller", "email": "me@shannonmoeller.com", "url": "https://github.com/shannonmoeller" }, { "name": "Brian Sipple", "email": "bsipple57@gmail.com", "url": "https://github.com/BrianSipple" } ], "name": "svgstore", "repository": { "type": "git", "url": "git+https://github.com/svgstore/svgstore.git" }, "scripts": { "coveralls": "nyc report -r text-lcov | coveralls", "posttest": "nyc report -r lcov", "pretest": "xo src/*.js test/*.js", "test": "nyc ava -v", "watch": "chokidar '{src,test}/**/*.js' -d 1000 -c 'npm test'" }, "version": "2.0.2" }