{
  "_from": "ttf2eot@~3.1.0",
  "_id": "ttf2eot@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-aHTbcYosNHVqb2Qtt9Xfta77ae/5y0VfdwNLUS6sGBeGr22cX2JDMo/i5h3uuOf+FAD3akYOr17+fYd5NK8aXw==",
  "_location": "/ttf2eot",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ttf2eot@~3.1.0",
    "name": "ttf2eot",
    "escapedName": "ttf2eot",
    "rawSpec": "~3.1.0",
    "saveSpec": null,
    "fetchSpec": "~3.1.0"
  },
  "_requiredBy": [
    "/svgtofont"
  ],
  "_resolved": "https://registry.npmjs.org/ttf2eot/-/ttf2eot-3.1.0.tgz",
  "_shasum": "c8971af7c68c5b996d8cfdb8847cdadfbf195e05",
  "_spec": "ttf2eot@~3.1.0",
  "_where": "/var/www/html/moro/node_modules/svgtofont",
  "author": {
    "name": "Viktor Semykin",
    "email": "thesame.ml@gmail.com"
  },
  "bin": {
    "ttf2eot": "ttf2eot.js"
  },
  "bugs": {
    "url": "https://github.com/fontello/ttf2eot/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "argparse": "^2.0.1"
  },
  "deprecated": false,
  "description": "Convert TTF font to EOT",
  "devDependencies": {
    "mocha": "^9.2.0",
    "standardx": "^7.0.0"
  },
  "files": [
    "index.js",
    "ttf2eot.js"
  ],
  "homepage": "https://github.com/fontello/ttf2eot#readme",
  "keywords": [
    "font",
    "ttf",
    "eot",
    "convertor"
  ],
  "license": "MIT",
  "name": "ttf2eot",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fontello/ttf2eot.git"
  },
  "scripts": {
    "lint": "standardx . -v",
    "test": "npm run lint && mocha"
  },
  "version": "3.1.0"
}
