Files
enviPy-bayer/static/js/ketcher2/node_modules/svgicons2svgfont/package.json
2025-06-23 20:13:54 +02:00

84 lines
2.4 KiB
JSON

{
"_from": "svgicons2svgfont@^5.0.0",
"_id": "svgicons2svgfont@5.0.2",
"_inBundle": false,
"_integrity": "sha1-BRGCPGSRvhp9VDKS4pqK5ietBAY=",
"_location": "/svgicons2svgfont",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "svgicons2svgfont@^5.0.0",
"name": "svgicons2svgfont",
"escapedName": "svgicons2svgfont",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/gulp-svgicons2svgfont"
],
"_resolved": "https://registry.npmjs.org/svgicons2svgfont/-/svgicons2svgfont-5.0.2.tgz",
"_shasum": "0511823c6491be1a7d543292e29a8ae627ad0406",
"_spec": "svgicons2svgfont@^5.0.0",
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/gulp-svgicons2svgfont",
"author": {
"name": "Nicolas Froidure",
"url": "http://www.insertafter.com/blog.html"
},
"bin": {
"svgicons2svgfont": "bin/svgicons2svgfont.js"
},
"bugs": {
"url": "https://github.com/nfroidure/svgicons2svgfont/issues"
},
"bundleDependencies": false,
"dependencies": {
"commander": "^2.9.0",
"neatequal": "^1.0.0",
"readable-stream": "^2.0.4",
"sax": "^1.1.5",
"string.fromcodepoint": "^0.2.1",
"string.prototype.codepointat": "^0.2.0",
"svg-pathdata": "^1.0.4"
},
"deprecated": false,
"description": "Read a set of SVG icons and ouput a SVG font",
"devDependencies": {
"coveralls": "^2.11.4",
"eslint": "^1.10.0",
"eslint-config-simplifield": "^1.2.2",
"istanbul": "^0.4.0",
"mocha": "^2.3.4",
"mocha-lcov-reporter": "^1.0.0",
"streamtest": "^1.2.1"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/nfroidure/svgicons2svgfont",
"keywords": [
"SVG",
"icons",
"font",
"creation",
"fonts"
],
"license": "MIT",
"main": "src/index.js",
"name": "svgicons2svgfont",
"repository": {
"type": "git",
"url": "git://github.com/nfroidure/svgicons2svgfont.git"
},
"scripts": {
"cli": "env NPM_RUN_CLI=1",
"cover": "istanbul cover --report html _mocha -- tests/*.mocha.js -R spec -t 5000",
"coveralls": "istanbul cover _mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"lint": "eslint src/*.js bin/*.js tests/*.js",
"preversion": "npm run lint && npm run test",
"test": "mocha tests/*.mocha.js"
},
"version": "5.0.2"
}