{
  "_args": [
    [
      "svgicons2svgfont@9.1.1",
      "/var/www/brandplatform.be/nibc-lot"
    ]
  ],
  "_from": "svgicons2svgfont@9.1.1",
  "_id": "svgicons2svgfont@9.1.1",
  "_inBundle": false,
  "_integrity": "sha512-iOj7lqHP/oMrLg7S2Iv89LOJUfmIuePefXcs5ul4IsKwcYvL/T/Buahz+nQQJygyuvEMBBXqnCRmnvJggHeJzA==",
  "_location": "/svgicons2svgfont",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "svgicons2svgfont@9.1.1",
    "name": "svgicons2svgfont",
    "escapedName": "svgicons2svgfont",
    "rawSpec": "9.1.1",
    "saveSpec": null,
    "fetchSpec": "9.1.1"
  },
  "_requiredBy": [
    "/gulp-svgicons2svgfont"
  ],
  "_resolved": "https://registry.npmjs.org/svgicons2svgfont/-/svgicons2svgfont-9.1.1.tgz",
  "_spec": "9.1.1",
  "_where": "/var/www/brandplatform.be/nibc-lot",
  "author": {
    "name": "Nicolas Froidure"
  },
  "bin": {
    "svgicons2svgfont": "bin/svgicons2svgfont.js"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/svgicons2svgfont/issues"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "contributors": [
    {
      "name": "Adrian Leonhard",
      "email": "adrianleonhard@gmail.com",
      "url": "https://github.com/NaridaL"
    }
  ],
  "dependencies": {
    "commander": "^2.12.2",
    "geometry-interfaces": "^1.1.4",
    "glob": "^7.1.2",
    "neatequal": "^1.0.0",
    "readable-stream": "^2.3.3",
    "sax": "^1.2.4",
    "string.fromcodepoint": "^0.2.1",
    "string.prototype.codepointat": "^0.2.0",
    "svg-pathdata": "^5.0.0",
    "transformation-matrix-js": "^2.7.1"
  },
  "description": "Read a set of SVG icons and ouput a SVG font",
  "devDependencies": {
    "commitizen": "^2.9.6",
    "conventional-changelog-cli": "^1.3.5",
    "coveralls": "^2.13.3",
    "cz-conventional-changelog": "^2.0.0",
    "eslint": "^4.12.1",
    "eslint-plugin-prettier": "^2.3.1",
    "istanbul": "^0.4.5",
    "metapak": "1.0.1",
    "metapak-nfroidure": "^2.0.2",
    "mocha": "^3.5.3",
    "mocha-lcov-reporter": "^1.3.0",
    "prettier": "^1.8.2",
    "streamtest": "^1.2.2"
  },
  "engines": {
    "node": ">=6.9.5"
  },
  "greenkeeper": {
    "ignore": [
      "commitizen",
      "cz-conventional-changelog",
      "conventional-changelog-cli",
      "mocha",
      "mocha-lcov-reporter",
      "coveralls",
      "istanbul",
      "eslint",
      "eslint-config-prettier",
      "prettier"
    ]
  },
  "homepage": "https://github.com/nfroidure/svgicons2svgfont",
  "keywords": [
    "SVG",
    "icons",
    "font",
    "creation",
    "fonts"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "metapak": {
    "configs": [
      "readme",
      "mocha",
      "eslint",
      "travis",
      "codeclimate"
    ],
    "data": {
      "files": "src/*.js bin/*.js tests/*.mocha.js",
      "testsFiles": "tests/*.mocha.js"
    }
  },
  "name": "svgicons2svgfont",
  "repository": {
    "type": "git",
    "url": "git://github.com/nfroidure/svgicons2svgfont.git"
  },
  "scripts": {
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "cli": "env NODE_ENV=${NODE_ENV:-cli}",
    "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",
    "cz": "env NODE_ENV=${NODE_ENV:-cli} git cz",
    "lint": "eslint src/*.js bin/*.js tests/*.mocha.js",
    "metapak": "metapak",
    "mocha": "mocha tests/*.mocha.js",
    "prettier": "prettier --write src/*.js bin/*.js tests/*.mocha.js",
    "preversion": "npm t && npm run lint && npm run metapak -s",
    "test": "npm run mocha",
    "version": "npm run changelog && git add CHANGELOG.md"
  },
  "version": "9.1.1"
}
