You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/linebreak/package.json

92 lines
2.2 KiB
JSON

{
"_args": [
[
{
"raw": "linebreak@~0.1.0",
"scope": null,
"escapedName": "linebreak",
"name": "linebreak",
"rawSpec": "~0.1.0",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"/Users/MB/git/pdfkit"
]
],
"_from": "linebreak@>=0.1.0 <0.2.0",
"_id": "linebreak@0.1.2",
"_inCache": true,
"_location": "/linebreak",
"_npmUser": {
"name": "devongovett",
"email": "devongovett@gmail.com"
},
"_npmVersion": "1.4.15",
"_phantomChildren": {},
"_requested": {
"raw": "linebreak@~0.1.0",
"scope": null,
"escapedName": "linebreak",
"name": "linebreak",
"rawSpec": "~0.1.0",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/linebreak/-/linebreak-0.1.2.tgz",
"_shasum": "67ef2db4a4698902e87eba9a0ee4f8490aa717e6",
"_shrinkwrap": null,
"_spec": "linebreak@~0.1.0",
"_where": "/Users/MB/git/pdfkit",
"author": {
"name": "Devon Govett",
"email": "devongovett@gmail.com"
},
"bugs": {
"url": "https://github.com/devongovett/linebreaker/issues"
},
"dependencies": {
"unicode-trie": "^0.1.1"
},
"description": "An implementation of the Unicode Line Breaking Algorithm (UAX #14)",
"devDependencies": {
"coffee-script": "^1.7.1",
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "67ef2db4a4698902e87eba9a0ee4f8490aa717e6",
"tarball": "https://registry.npmjs.org/linebreak/-/linebreak-0.1.2.tgz"
},
"gitHead": "0195fa1320d24d54a481e04a2a099daa39612514",
"homepage": "https://github.com/devongovett/linebreaker",
"keywords": [
"unicode",
"text",
"wrapping"
],
"license": "MIT",
"main": "src/linebreaker",
"maintainers": [
{
"name": "devongovett",
"email": "devongovett@gmail.com"
}
],
"name": "linebreak",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/devongovett/linebreaker.git"
},
"scripts": {
"postpublish": "rm -rf src/*.js",
"prepublish": "coffee -c src/",
"test": "node_modules/mocha/bin/mocha"
},
"version": "0.1.2"
}