{
  "_args": [
    [
      "ttf2woff2@3.0.0",
      "/var/www/brandplatform.be/nibc-lot"
    ]
  ],
  "_from": "ttf2woff2@3.0.0",
  "_id": "ttf2woff2@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-5/Web6B0lF/STNAQ0d5vAlRRquuWsNj8wOmKQ9ql9Bsgbx8MsLnNzaBG9vBcSE4s4Ry1QOr/MyUrDUIVgVPEfw==",
  "_location": "/ttf2woff2",
  "_phantomChildren": {
    "readable-stream": "2.3.6"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ttf2woff2@3.0.0",
    "name": "ttf2woff2",
    "escapedName": "ttf2woff2",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/gulp-ttf2woff2"
  ],
  "_resolved": "https://registry.npmjs.org/ttf2woff2/-/ttf2woff2-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "/var/www/brandplatform.be/nibc-lot",
  "author": {
    "name": "Nicolas Froidure"
  },
  "bin": {
    "ttf2woff2": "bin/ttf2woff2.js"
  },
  "browser": "jssrc/index.js",
  "bugs": {
    "url": "https://github.com/nfroidure/ttf2woff2/issues"
  },
  "dependencies": {
    "bindings": "^1.3.0",
    "bufferstreams": "^2.0.1",
    "nan": "^2.10.0",
    "node-gyp": "^4.0.0"
  },
  "description": "Convert TTF files to WOFF2 ones.",
  "devDependencies": {
    "coveralls": "^3.0.1",
    "eslint": "^4.19.1",
    "eslint-config-simplifield": "^7.1.0",
    "istanbul": "^0.4.5",
    "miniquery": "^1.1.2",
    "mocha": "^5.2.0",
    "mocha-lcov-reporter": "^1.3.0"
  },
  "directories": {
    "test": "tests"
  },
  "engines": {
    "node": ">= 4.0.0"
  },
  "gypfile": true,
  "homepage": "https://github.com/nfroidure/ttf2woff2",
  "keywords": [
    "ttf",
    "woff2",
    "fonts"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "ttf2woff2",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nfroidure/ttf2woff2.git"
  },
  "scripts": {
    "cli": "env NPM_RUN_CLI=1",
    "configure": "node-gyp configure",
    "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",
    "emcc": "miniquery -p \"targets.#.sources.#\" ./binding.gyp | grep -v \"csrc/addon.cc\" | xargs emcc --bind -o jssrc/ttf2woff2.js -O3 --memory-init-file 0 -s \"TOTAL_MEMORY=536870912\" -s \"ALLOW_MEMORY_GROWTH=1\" --post-js jssrc/post.js csrc/fallback.cc",
    "emcc-debug": "miniquery -p \"targets.#.sources.#\" ./binding.gyp | grep -v \"csrc/addon.cc\" | xargs emcc --bind -o jssrc/ttf2woff2.js -s \"ALLOW_MEMORY_GROWTH=1\" -s \"ASSERTIONS=1\" --post-js jssrc/post.js csrc/fallback.cc",
    "install": "((node-gyp configure && node-gyp build) > builderror.log) || (exit 0)",
    "lint": "eslint src/*.js tests/*.src jssrc/index.js",
    "make": "node-gyp build",
    "preversion": "npm run lint && npm test",
    "test": "mocha tests/*.mocha.js"
  },
  "version": "3.0.0"
}
