Current File : /home/tradevaly/www/node_modules/linebreak/package.json |
{
"_args": [
[
"linebreak@1.0.2",
"/home/skote/public_html"
]
],
"_from": "linebreak@1.0.2",
"_id": "linebreak@1.0.2",
"_inBundle": false,
"_integrity": "sha512-bJwSRsJeAmaZYnkcwl5sCQNfSDAhBuXxb6L27tb+qkBRtUQSSTUa5bcgCPD6hFEkRNlpWHfK7nFMmcANU7ZP1w==",
"_location": "/linebreak",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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",
"_spec": "1.0.2",
"_where": "/home/skote/public_html",
"author": {
"name": "Devon Govett",
"email": "devongovett@gmail.com"
},
"browserify": {
"transform": [
"brfs"
]
},
"bugs": {
"url": "https://github.com/devongovett/linebreaker/issues"
},
"dependencies": {
"base64-js": "0.0.8",
"brfs": "^2.0.2",
"unicode-trie": "^1.0.0"
},
"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"
}