UNPKG

hummus-recipe

Version:

A powerful PDF tool for NodeJS based on HummusJS

85 lines (84 loc) 2.15 kB
{ "_from": "linebreak@^1.0.2", "_id": "linebreak@1.0.2", "_inBundle": false, "_integrity": "sha512-bJwSRsJeAmaZYnkcwl5sCQNfSDAhBuXxb6L27tb+qkBRtUQSSTUa5bcgCPD6hFEkRNlpWHfK7nFMmcANU7ZP1w==", "_location": "/linebreak", "_phantomChildren": { "acorn-node": "1.8.2", "concat-stream": "1.6.2", "convert-source-map": "1.7.0", "duplexer2": "0.1.4", "escodegen": "1.9.1", "has": "1.0.3", "magic-string": "0.22.5", "merge-source-map": "1.0.4", "object-inspect": "1.4.1", "pako": "0.2.9", "quote-stream": "1.0.2", "readable-stream": "2.3.7", "resolve": "1.16.1", "scope-analyzer": "2.1.1", "shallow-copy": "0.0.1", "static-eval": "2.0.5", "through2": "2.0.5", "tiny-inflate": "1.0.3" }, "_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" ], "_resolved": "https://registry.npmjs.org/linebreak/-/linebreak-1.0.2.tgz", "_shasum": "4b5781733e9a9eb2849dba2f963e47c887f8aa06", "_spec": "linebreak@^1.0.2", "_where": "/Users/johnhuang/sandbox/hummusRecipe/pdfkit/node_modules/pdfkit", "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" }