{
  "_from": "svg2ttf@~6.0.3",
  "_id": "svg2ttf@6.0.3",
  "_inBundle": false,
  "_integrity": "sha512-CgqMyZrbOPpc+WqH7aga4JWkDPso23EgypLsbQ6gN3uoPWwwiLjXvzgrwGADBExvCRJrWFzAeK1bSoSpE7ixSQ==",
  "_location": "/svg2ttf",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "svg2ttf@~6.0.3",
    "name": "svg2ttf",
    "escapedName": "svg2ttf",
    "rawSpec": "~6.0.3",
    "saveSpec": null,
    "fetchSpec": "~6.0.3"
  },
  "_requiredBy": [
    "/svgtofont"
  ],
  "_resolved": "https://registry.npmjs.org/svg2ttf/-/svg2ttf-6.0.3.tgz",
  "_shasum": "7b92978ff124b2a583d21e1208b9675e245e56d1",
  "_spec": "svg2ttf@~6.0.3",
  "_where": "/var/www/html/moro/node_modules/svgtofont",
  "author": {
    "name": "Sergey Batishchev",
    "email": "sergej.batishchev@gmail.com"
  },
  "bin": {
    "svg2ttf": "svg2ttf.js"
  },
  "bugs": {
    "url": "https://github.com/fontello/svg2ttf/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@xmldom/xmldom": "^0.7.2",
    "argparse": "^2.0.1",
    "cubic2quad": "^1.2.1",
    "lodash": "^4.17.10",
    "microbuffer": "^1.0.0",
    "svgpath": "^2.1.5"
  },
  "deprecated": false,
  "description": "Converts SVG font to TTF font",
  "devDependencies": {
    "eslint": "^7.0.0",
    "mocha": "^8.3.2",
    "opentype.js": "^1.3.3"
  },
  "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": "6.0.3"
}
