{
  "_args": [
    [
      "gulp-iconfont@10.0.3",
      "/var/www/brandplatform.be/bebat"
    ]
  ],
  "_from": "gulp-iconfont@10.0.3",
  "_id": "gulp-iconfont@10.0.3",
  "_inBundle": false,
  "_integrity": "sha512-C/+hHq89KoB/J6w/6cQ6+tSClA4K/YZjCPc80sTQ2Q3+bKp2HpxPFWPARJ1TCjbID1r5E3OgJMp6PgNNxCXbtw==",
  "_location": "/gulp-iconfont",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-iconfont@10.0.3",
    "name": "gulp-iconfont",
    "escapedName": "gulp-iconfont",
    "rawSpec": "10.0.3",
    "saveSpec": null,
    "fetchSpec": "10.0.3"
  },
  "_requiredBy": [
    "/lmr-brandplatform"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-iconfont/-/gulp-iconfont-10.0.3.tgz",
  "_spec": "10.0.3",
  "_where": "/var/www/brandplatform.be/bebat",
  "author": {
    "name": "Nicolas Froidure",
    "url": "http://www.insertafter.com/blog.html"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/gulp-iconfont/issues"
  },
  "dependencies": {
    "gulp-spawn": "^0.4.4",
    "gulp-svg2ttf": "^2.0.0",
    "gulp-svgicons2svgfont": "^5.0.1",
    "gulp-ttf2eot": "^1.1.1",
    "gulp-ttf2woff": "^1.1.0",
    "gulp-ttf2woff2": "^3.0.0",
    "multipipe": "^2.0.3",
    "streamfilter": "^1.0.7"
  },
  "description": "Create icon fonts from several SVG icons",
  "devDependencies": {
    "coveralls": "^3.0.2",
    "eslint": "^5.6.1",
    "eslint-config-simplifield": "^8.1.0",
    "gulp": "^4.0.0",
    "istanbul": "^0.4.2",
    "mocha": "^5.2.0",
    "mocha-lcov-reporter": "^1.0.0",
    "neatequal": "^1.0.0",
    "streamtest": "^1.2.4"
  },
  "engines": {
    "node": ">= 6.11.1"
  },
  "homepage": "https://github.com/nfroidure/gulp-iconfont",
  "keywords": [
    "gulpplugin",
    "gulp",
    "icon",
    "font"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "gulp-iconfont",
  "repository": {
    "type": "git",
    "url": "git://github.com/nfroidure/gulp-iconfont.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",
    "generate-fixtures": "./tests/generate-fixtures.sh",
    "lint": "eslint src/*.js tests/*.js",
    "preversion": "npm run lint && npm test",
    "test": "mocha tests/*.mocha.js"
  },
  "version": "10.0.3"
}
