{
  "_args": [
    [
      "cubic2quad@1.1.1",
      "/var/www/brandplatform.be/nibc-lot"
    ]
  ],
  "_from": "cubic2quad@1.1.1",
  "_id": "cubic2quad@1.1.1",
  "_inBundle": false,
  "_integrity": "sha1-abGcYaP1tB7PLx1fro+wNBWqixU=",
  "_location": "/cubic2quad",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cubic2quad@1.1.1",
    "name": "cubic2quad",
    "escapedName": "cubic2quad",
    "rawSpec": "1.1.1",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
  },
  "_requiredBy": [
    "/svg2ttf"
  ],
  "_resolved": "https://registry.npmjs.org/cubic2quad/-/cubic2quad-1.1.1.tgz",
  "_spec": "1.1.1",
  "_where": "/var/www/brandplatform.be/nibc-lot",
  "bugs": {
    "url": "https://github.com/fontello/cubic2quad/issues"
  },
  "description": "Approximate cubic Bezier curve with a number of quadratic ones",
  "devDependencies": {
    "ansi": "*",
    "benchmark": "*",
    "coveralls": "~2.11.2",
    "eslint": "^3.8.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.1.2"
  },
  "files": [
    "index.js",
    "lib/"
  ],
  "homepage": "https://github.com/fontello/cubic2quad#readme",
  "keywords": [
    "cubic",
    "quad",
    "bezier"
  ],
  "license": "MIT",
  "name": "cubic2quad",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fontello/cubic2quad.git"
  },
  "scripts": {
    "benchmark": "npm run lint && ./benchmark/benchmark.js",
    "coverage": "rm -rf coverage && istanbul cover _mocha",
    "lint": "eslint .",
    "report-coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "test": "npm run lint && mocha"
  },
  "version": "1.1.1"
}
