forked from enviPath/enviPy
75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
|
"_from": "svg2ttf@^4.1.0",
|
|
"_id": "svg2ttf@4.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-ggIuVovQPBq7Zo/djRXwCJVqDhA=",
|
|
"_location": "/svg2ttf",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "svg2ttf@^4.1.0",
|
|
"name": "svg2ttf",
|
|
"escapedName": "svg2ttf",
|
|
"rawSpec": "^4.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gulp-svg2ttf"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/svg2ttf/-/svg2ttf-4.1.0.tgz",
|
|
"_shasum": "82022e568bd03c1abb668fdd8d15f008956a0e10",
|
|
"_spec": "svg2ttf@^4.1.0",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/gulp-svg2ttf",
|
|
"author": {
|
|
"name": "Sergey Batishchev",
|
|
"email": "sergej.batishchev@gmail.com"
|
|
},
|
|
"bin": {
|
|
"svg2ttf": "./svg2ttf.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/fontello/svg2ttf/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"argparse": "^1.0.6",
|
|
"cubic2quad": "^1.0.0",
|
|
"lodash": "^4.6.1",
|
|
"microbuffer": "^1.0.0",
|
|
"svgpath": "^2.1.5",
|
|
"xmldom": "~0.1.22"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Converts SVG font to TTF font",
|
|
"devDependencies": {
|
|
"eslint": "^4.1.0",
|
|
"mocha": "^3.0.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"svg2ttf.js",
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/fontello/svg2ttf#readme",
|
|
"keywords": [
|
|
"font",
|
|
"ttf",
|
|
"svg",
|
|
"convertor"
|
|
],
|
|
"license": "MIT",
|
|
"name": "svg2ttf",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fontello/svg2ttf.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "npm run lint && mocha",
|
|
"update_fixture": "./svg2ttf.js --ts 1457357570703 test/fixtures/test.svg test/fixtures/test.ttf"
|
|
},
|
|
"version": "4.1.0"
|
|
}
|