b765f0ccce
Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [svg2img](https://github.com/fuzhenn/node-svg2img). These dependencies need to be updated together. Removes `xmldom` Updates `svg2img` from 0.6.1 to 1.0.0-beta.2 - [Release notes](https://github.com/fuzhenn/node-svg2img/releases) - [Commits](https://github.com/fuzhenn/node-svg2img/compare/v0.6.1...v1.0.0-beta.2) --- updated-dependencies: - dependency-name: xmldom dependency-type: indirect - dependency-name: svg2img dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "fa-diagrams",
|
|
"version": "1.0.3",
|
|
"description": "SVG diagrams built from Font-Awesome icons",
|
|
"main": "src/index.js",
|
|
"files": [
|
|
"/src",
|
|
"/dist",
|
|
"/resources.json",
|
|
"/build.js"
|
|
],
|
|
"scripts": {
|
|
"test": "jest --silent",
|
|
"prepublishOnly": "node build_preview.js && browserify --require ./resources.json:../resources.json -o dist/fa-diagrams-data.js && browserify --exclude ../resources.json src/index.js -o dist/fa-diagrams.js && uglifyjs -m -c -o dist/fa-diagrams.min.js -- dist/fa-diagrams.js && uglifyjs -m -c -o dist/fa-diagrams-data.min.js -- dist/fa-diagrams-data.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Klemek/fa-diagrams.git"
|
|
},
|
|
"keywords": [
|
|
"font-awesome",
|
|
"diagram",
|
|
"icon"
|
|
],
|
|
"author": "Klemek",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Klemek/fa-diagrams/issues"
|
|
},
|
|
"homepage": "https://github.com/Klemek/fa-diagrams#readme",
|
|
"dependencies": {
|
|
"xml-js": "^1.6.11"
|
|
},
|
|
"jest": {
|
|
"collectCoverageFrom": [
|
|
"src/**/*.js",
|
|
"!/node_modules/"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@iarna/toml": "^2.2.3",
|
|
"browserify": "^16.3.0",
|
|
"coveralls": "^3.0.4",
|
|
"jest": "^24.8.0",
|
|
"js-yaml": "^3.13.1",
|
|
"jshint": "^2.10.2",
|
|
"node-svn-ultimate": "^1.2.0",
|
|
"rimraf": "^2.6.3",
|
|
"svg2img": "^1.0.0-beta.2",
|
|
"uglify-es": "^3.3.9"
|
|
}
|
|
}
|