{
  "_args": [
    [
      "gulp-svgicons2svgfont@5.0.1",
      "/var/www/brandplatform.be/nibc-lot"
    ]
  ],
  "_from": "gulp-svgicons2svgfont@5.0.1",
  "_id": "gulp-svgicons2svgfont@5.0.1",
  "_inBundle": false,
  "_integrity": "sha512-wXPQGpQ8bjP2oV25Cq39+r+RjPRQ4u4aCAmBXsXm48Lsx7xfDdTG8dE8uZcheK68pcHTdNm+FK1QMKhKYbwMGA==",
  "_location": "/gulp-svgicons2svgfont",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-svgicons2svgfont@5.0.1",
    "name": "gulp-svgicons2svgfont",
    "escapedName": "gulp-svgicons2svgfont",
    "rawSpec": "5.0.1",
    "saveSpec": null,
    "fetchSpec": "5.0.1"
  },
  "_requiredBy": [
    "/gulp-iconfont"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-svgicons2svgfont/-/gulp-svgicons2svgfont-5.0.1.tgz",
  "_spec": "5.0.1",
  "_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-svgicons2svgfont/issues"
  },
  "dependencies": {
    "fancy-log": "^1.3.2",
    "plugin-error": "^1.0.1",
    "readable-stream": "^2.3.6",
    "streamifier": "^0.1.1",
    "svgicons2svgfont": "^9.0.3",
    "vinyl": "^2.1.0"
  },
  "description": "Create a SVG font from several SVG icons",
  "devDependencies": {
    "coveralls": "^3.0.1",
    "eslint": "^4.19.1",
    "eslint-config-simplifield": "^6.0.0",
    "event-stream": "~3.3.1",
    "gulp": "^3.9.1",
    "istanbul": "^0.4.2",
    "mkdirp": "^0.5.1",
    "mocha": "^5.2.0",
    "mocha-lcov-reporter": "^1.0.0",
    "neatequal": "^1.0.0",
    "rimraf": "^2.6.2",
    "streamtest": "^1.2.4"
  },
  "engines": {
    "node": ">= 6.11.1"
  },
  "homepage": "https://github.com/nfroidure/gulp-svgicons2svgfont",
  "keywords": [
    "gulpplugin",
    "gulp",
    "svg",
    "icon",
    "font"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "gulp-svgicons2svgfont",
  "repository": {
    "type": "git",
    "url": "git://github.com/nfroidure/gulp-svgicons2svgfont.git"
  },
  "scripts": {
    "cli": "env NPM_RUN_CLI=1",
    "cover": "istanbul cover _mocha --report html -- 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": "5.0.1"
}
