{
  "_from": "linebreak@^1.0.2",
  "_id": "linebreak@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-bJwSRsJeAmaZYnkcwl5sCQNfSDAhBuXxb6L27tb+qkBRtUQSSTUa5bcgCPD6hFEkRNlpWHfK7nFMmcANU7ZP1w==",
  "_location": "/linebreak",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "linebreak@^1.0.2",
    "name": "linebreak",
    "escapedName": "linebreak",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/pdfkit",
    "/pdfmake"
  ],
  "_resolved": "https://registry.npmjs.org/linebreak/-/linebreak-1.0.2.tgz",
  "_shasum": "4b5781733e9a9eb2849dba2f963e47c887f8aa06",
  "_spec": "linebreak@^1.0.2",
  "_where": "C:\\express\\slc\\node_modules\\pdfmake",
  "author": {
    "name": "Devon Govett",
    "email": "devongovett@gmail.com"
  },
  "browserify": {
    "transform": [
      "brfs"
    ]
  },
  "bugs": {
    "url": "https://github.com/devongovett/linebreaker/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "base64-js": "0.0.8",
    "brfs": "^2.0.2",
    "unicode-trie": "^1.0.0"
  },
  "deprecated": false,
  "description": "An implementation of the Unicode Line Breaking Algorithm (UAX #14)",
  "devDependencies": {
    "mocha": "^6.0.2"
  },
  "homepage": "https://github.com/devongovett/linebreaker",
  "keywords": [
    "unicode",
    "text",
    "wrapping"
  ],
  "license": "MIT",
  "main": "src/linebreaker",
  "name": "linebreak",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devongovett/linebreaker.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.0.2"
}
