{
  "_from": "roughjs@^4.6.6",
  "_id": "roughjs@4.6.6",
  "_inBundle": false,
  "_integrity": "sha512-ZUz/69+SYpFN/g/lUlo2FXcIjRkSu3nDarreVdGGndHEBJ6cXPdKguS8JGxwj5HA5xIbVKSmLgr5b3AWxtRfvQ==",
  "_location": "/roughjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "roughjs@^4.6.6",
    "name": "roughjs",
    "escapedName": "roughjs",
    "rawSpec": "^4.6.6",
    "saveSpec": null,
    "fetchSpec": "^4.6.6"
  },
  "_requiredBy": [
    "/mermaid"
  ],
  "_resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.6.6.tgz",
  "_shasum": "1059f49a5e0c80dee541a005b20cc322b222158b",
  "_spec": "roughjs@^4.6.6",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\mermaid",
  "author": {
    "name": "Preet Shihn",
    "email": "preetshihn@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/pshihn/rough/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "hachure-fill": "^0.5.2",
    "path-data-parser": "^0.1.0",
    "points-on-curve": "^0.2.0",
    "points-on-path": "^0.2.1"
  },
  "deprecated": false,
  "description": "Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance.",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@rollup/plugin-typescript": "^8.3.0",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "eslint": "^7.32.0",
    "rollup": "^2.61.0",
    "rollup-plugin-terser": "^7.0.2",
    "tslib": "^2.3.1",
    "typescript": "^4.5.3"
  },
  "homepage": "https://roughjs.com",
  "keywords": [
    "canvas",
    "svg",
    "graphics",
    "sketchy",
    "hand drawn",
    "hand-drawn"
  ],
  "license": "MIT",
  "main": "bundled/rough.cjs.js",
  "module": "bundled/rough.esm.js",
  "name": "roughjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pshihn/rough.git"
  },
  "scripts": {
    "build": "rm -rf bin && tsc && rollup -c",
    "lint": "eslint --ext ts src",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "types": "bin/rough.d.ts",
  "version": "4.6.6"
}
