{
  "_args": [
    [
      "linebreak@1.1.0",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "linebreak@1.1.0",
  "_id": "linebreak@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-MHp03UImeVhB7XZtjd0E4n6+3xr5Dq/9xI/5FptGk5FrbDR3zagPa2DS6U8ks/3HjbKWG9Q1M2ufOzxV2qLYSQ==",
  "_location": "/linebreak",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "linebreak@1.1.0",
    "name": "linebreak",
    "escapedName": "linebreak",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/pdfkit"
  ],
  "_resolved": "https://registry.npmjs.org/linebreak/-/linebreak-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "author": {
    "name": "Devon Govett",
    "email": "devongovett@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/devongovett/linebreaker/issues"
  },
  "dependencies": {
    "base64-js": "0.0.8",
    "unicode-trie": "^2.0.0"
  },
  "description": "An implementation of the Unicode Line Breaking Algorithm (UAX #14)",
  "devDependencies": {
    "mocha": "^10.0.0",
    "parcel": "^2.5.0",
    "request": "^2.88.0"
  },
  "exports": {
    "require": "./dist/main.cjs",
    "import": "./dist/module.mjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/devongovett/linebreaker",
  "keywords": [
    "unicode",
    "text",
    "wrapping"
  ],
  "license": "MIT",
  "main": "dist/main.cjs",
  "module": "dist/module.mjs",
  "name": "linebreak",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devongovett/linebreaker.git"
  },
  "scripts": {
    "build": "parcel build",
    "prepublishOnly": "parcel build",
    "test": "parcel build && mocha --reporter landing"
  },
  "source": "src/linebreaker.js",
  "targets": {
    "main": {
      "includeNodeModules": [
        "fs"
      ]
    },
    "module": {
      "includeNodeModules": [
        "fs"
      ]
    }
  },
  "type": "module",
  "version": "1.1.0"
}
