{
  "_from": "ttf2woff@~3.0.0",
  "_id": "ttf2woff@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-OvmFcj70PhmAsVQKfC15XoKH55cRWuaRzvr2fpTNhTNer6JBpG8n6vOhRrIgxMjcikyYt88xqYXMMVapJ4Rjvg==",
  "_location": "/ttf2woff",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ttf2woff@~3.0.0",
    "name": "ttf2woff",
    "escapedName": "ttf2woff",
    "rawSpec": "~3.0.0",
    "saveSpec": null,
    "fetchSpec": "~3.0.0"
  },
  "_requiredBy": [
    "/svgtofont"
  ],
  "_resolved": "https://registry.npmjs.org/ttf2woff/-/ttf2woff-3.0.0.tgz",
  "_shasum": "bd0fc0157e428b7a9a30340f78adf72fb741962a",
  "_spec": "ttf2woff@~3.0.0",
  "_where": "/var/www/html/moro/node_modules/svgtofont",
  "author": {
    "name": "Viktor Semykin",
    "email": "thesame.ml@gmail.com"
  },
  "bin": {
    "ttf2woff": "ttf2woff.js"
  },
  "bugs": {
    "url": "https://github.com/fontello/ttf2woff/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "argparse": "^2.0.1",
    "pako": "^1.0.0"
  },
  "deprecated": false,
  "description": "Convert TTF font to WOFF",
  "devDependencies": {
    "eslint": "^7.1.0",
    "mocha": "^7.2.0"
  },
  "files": [
    "index.js",
    "ttf2woff.js"
  ],
  "homepage": "https://github.com/fontello/ttf2woff#readme",
  "keywords": [
    "font",
    "ttf",
    "woff",
    "convertor"
  ],
  "license": "MIT",
  "name": "ttf2woff",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fontello/ttf2woff.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "npm run lint && ./node_modules/.bin/mocha"
  },
  "version": "3.0.0"
}
