{
  "_args": [
    [
      "svg2ttf@4.3.0",
      "/var/www/brandplatform.be/bebat"
    ]
  ],
  "_from": "svg2ttf@4.3.0",
  "_id": "svg2ttf@4.3.0",
  "_inBundle": false,
  "_integrity": "sha512-LZ0B7zzHWLWbzLzwaKGHQvPOuxCXLReIb3LSxFSGUy1gMw2Utk6KGNbTmbmRL6Rk1qDSmTixnDrQgnXaL9n0CA==",
  "_location": "/svg2ttf",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "svg2ttf@4.3.0",
    "name": "svg2ttf",
    "escapedName": "svg2ttf",
    "rawSpec": "4.3.0",
    "saveSpec": null,
    "fetchSpec": "4.3.0"
  },
  "_requiredBy": [
    "/gulp-svg2ttf"
  ],
  "_resolved": "https://registry.npmjs.org/svg2ttf/-/svg2ttf-4.3.0.tgz",
  "_spec": "4.3.0",
  "_where": "/var/www/brandplatform.be/bebat",
  "author": {
    "name": "Sergey Batishchev",
    "email": "sergej.batishchev@gmail.com"
  },
  "bin": {
    "svg2ttf": "./svg2ttf.js"
  },
  "bugs": {
    "url": "https://github.com/fontello/svg2ttf/issues"
  },
  "dependencies": {
    "argparse": "^1.0.6",
    "cubic2quad": "^1.0.0",
    "lodash": "^4.17.10",
    "microbuffer": "^1.0.0",
    "svgpath": "^2.1.5",
    "xmldom": "~0.1.22"
  },
  "description": "Converts SVG font to TTF font",
  "devDependencies": {
    "eslint": "^5.10.0",
    "mocha": "^6.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.3.0"
}
