{
  "_from": "hachure-fill@^0.5.2",
  "_id": "hachure-fill@0.5.2",
  "_inBundle": false,
  "_integrity": "sha512-3GKBOn+m2LX9iq+JC1064cSFprJY4jL1jCXTcpnfER5HYE2l/4EfWSGzkPa/ZDBmYI0ZOEj5VHV/eKnPGkHuOg==",
  "_location": "/hachure-fill",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "hachure-fill@^0.5.2",
    "name": "hachure-fill",
    "escapedName": "hachure-fill",
    "rawSpec": "^0.5.2",
    "saveSpec": null,
    "fetchSpec": "^0.5.2"
  },
  "_requiredBy": [
    "/roughjs"
  ],
  "_resolved": "https://registry.npmjs.org/hachure-fill/-/hachure-fill-0.5.2.tgz",
  "_shasum": "d19bc4cc8750a5962b47fb1300557a85fcf934cc",
  "_spec": "hachure-fill@^0.5.2",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\roughjs",
  "author": {
    "name": "Preet Shihn"
  },
  "bugs": {
    "url": "https://github.com/pshihn/hachure-fill/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Fill a polygon with lines ",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.59.0",
    "@typescript-eslint/parser": "^5.59.0",
    "esbuild": "^0.17.18",
    "eslint": "^8.39.0",
    "typescript": "^5.0.4"
  },
  "homepage": "https://github.com/pshihn/hachure-fill#readme",
  "keywords": [
    "hachure",
    "lines",
    "polygon",
    "plotter"
  ],
  "license": "MIT",
  "main": "bin/hachure.js",
  "name": "hachure-fill",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pshihn/hachure-fill.git"
  },
  "scripts": {
    "build": "npm run lint && npm run build-ts",
    "build-ts": "rm -rf bin && tsc",
    "lint": "eslint --ext ts src"
  },
  "type": "module",
  "types": "bin/hachure.d.ts",
  "version": "0.5.2"
}
