Files
2023-08-01 13:49:46 +02:00

79 lines
1.9 KiB
JSON

{
"_from": "svg2png@~3.0.1",
"_id": "svg2png@3.0.1",
"_inBundle": false,
"_integrity": "sha1-omRNaLAjGsAK9DGqFjcU/xcQZEc=",
"_location": "/svg2png",
"_phantomChildren": {
"camelcase": "2.1.1",
"decamelize": "1.2.0",
"os-locale": "1.4.0",
"string-width": "1.0.2",
"strip-ansi": "3.0.1",
"wrap-ansi": "2.1.0",
"y18n": "3.2.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "svg2png@~3.0.1",
"name": "svg2png",
"escapedName": "svg2png",
"rawSpec": "~3.0.1",
"saveSpec": null,
"fetchSpec": "~3.0.1"
},
"_requiredBy": [
"/favicons"
],
"_resolved": "https://registry.npmjs.org/svg2png/-/svg2png-3.0.1.tgz",
"_shasum": "a2644d68b0231ac00af431aa163714ff17106447",
"_spec": "svg2png@~3.0.1",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/favicons",
"author": {
"name": "Domenic Denicola",
"email": "d@domenic.me",
"url": "https://domenic.me"
},
"bin": {
"svg2png": "bin/svg2png-cli.js"
},
"bugs": {
"url": "https://github.com/domenic/svg2png/issues"
},
"bundleDependencies": false,
"dependencies": {
"phantomjs-prebuilt": "^2.1.10",
"pn": "^1.0.0",
"yargs": "^3.31.0"
},
"deprecated": false,
"description": "Converts SVGs to PNGs, using PhantomJS",
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"jshint": "^2.8.0",
"mkdirp": "^0.5.1",
"mocha": "^2.3.4",
"rimraf": "^2.5.0"
},
"files": [
"lib/",
"bin/"
],
"homepage": "https://github.com/domenic/svg2png#readme",
"license": "WTFPL",
"main": "lib/svg2png.js",
"name": "svg2png",
"repository": {
"type": "git",
"url": "git+https://github.com/domenic/svg2png.git"
},
"scripts": {
"lint": "jshint lib && jshint test",
"rebaseline": "node test/success-tests/rebaseline.js",
"test": "mocha"
},
"version": "3.0.1"
}