{
  "_from": "cubic2quad@^1.2.1",
  "_id": "cubic2quad@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-wT5Y7mO8abrV16gnssKdmIhIbA9wSkeMzhh27jAguKrV82i24wER0vL5TGhUJ9dbJNDcigoRZ0IAHFEEEI4THQ==",
  "_location": "/cubic2quad",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cubic2quad@^1.2.1",
    "name": "cubic2quad",
    "escapedName": "cubic2quad",
    "rawSpec": "^1.2.1",
    "saveSpec": null,
    "fetchSpec": "^1.2.1"
  },
  "_requiredBy": [
    "/svg2ttf"
  ],
  "_resolved": "https://registry.npmjs.org/cubic2quad/-/cubic2quad-1.2.1.tgz",
  "_shasum": "2442260b72c02ee4b6a2fe998fcc1c4073622286",
  "_spec": "cubic2quad@^1.2.1",
  "_where": "/var/www/html/moro/node_modules/svg2ttf",
  "bugs": {
    "url": "https://github.com/fontello/cubic2quad/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Approximate cubic Bezier curve with a number of quadratic ones",
  "devDependencies": {
    "ansi": "^0.3.1",
    "benchmark": "^2.1.4",
    "mocha": "^8.4.0",
    "nyc": "^15.1.0",
    "standardx": "^7.0.0"
  },
  "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",
    "covreport": "nyc report --reporter html && nyc report --reporter lcov",
    "lint": "standardx -v .",
    "test": "npm run lint && nyc mocha"
  },
  "version": "1.2.1"
}
