{
  "_args": [
    [
      "gulp-ttf2woff2@3.0.0",
      "/var/www/brandplatform.be/nibc-lot"
    ]
  ],
  "_from": "gulp-ttf2woff2@3.0.0",
  "_id": "gulp-ttf2woff2@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-6z8cDWHD/BVyVfzX1uOja7tpVdYhms4NRJasNqtpYtHYRZ+dbt+k97OZBDkZOEvk/57em9Fy6fiOL9XKRHGpeQ==",
  "_location": "/gulp-ttf2woff2",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-ttf2woff2@3.0.0",
    "name": "gulp-ttf2woff2",
    "escapedName": "gulp-ttf2woff2",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/gulp-iconfont"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-ttf2woff2/-/gulp-ttf2woff2-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "/var/www/brandplatform.be/nibc-lot",
  "author": {
    "name": "Nicolas Froidure",
    "url": "http://www.insertafter.com/blog.html"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/gulp-ttf2woff2/issues"
  },
  "dependencies": {
    "bufferstreams": "^1.1.0",
    "plugin-error": "^1.0.1",
    "readable-stream": "^2.0.4",
    "replace-ext": "^1.0.0",
    "ttf2woff2": "^3.0.0",
    "vinyl": "^2.2.0"
  },
  "description": "Create a WOFF2 font from a TTF font",
  "devDependencies": {
    "coveralls": "^2.11.4",
    "eslint": "^1.10.1",
    "eslint-config-simplifield": "^1.1.0",
    "gulp": "^4.0.2",
    "istanbul": "^0.4.0",
    "mocha": "^2.3.4",
    "mocha-lcov-reporter": "^1.0.0",
    "streamtest": "^1.2.1"
  },
  "engines": {
    "node": ">= 4"
  },
  "homepage": "https://github.com/nfroidure/gulp-ttf2woff2",
  "keywords": [
    "gulpplugin",
    "gulp",
    "gulp-plugin",
    "font",
    "woff2",
    "ttf",
    "converter"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "gulp-ttf2woff2",
  "repository": {
    "type": "git",
    "url": "git://github.com/nfroidure/gulp-ttf2woff2.git"
  },
  "scripts": {
    "cli": "env NPM_RUN_CLI=1",
    "cover": "istanbul cover --report html _mocha -- tests/*.mocha.js -R spec -t 5000",
    "coveralls": "istanbul cover _mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "lint": "eslint src/*.js tests/*.js",
    "preversion": "npm run lint && npm test",
    "test": "mocha tests/*.mocha.js"
  },
  "version": "3.0.0"
}
