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/unicode-trie/package.json

90 lines
2.3 KiB
JSON

{
"_args": [
[
{
"raw": "unicode-trie@^0.3.0",
"scope": null,
"escapedName": "unicode-trie",
"name": "unicode-trie",
"rawSpec": "^0.3.0",
"spec": ">=0.3.0 <0.4.0",
"type": "range"
},
"/Users/MB/git/pdfkit/node_modules/fontkit"
]
],
"_from": "unicode-trie@>=0.3.0 <0.4.0",
"_id": "unicode-trie@0.3.1",
"_inCache": true,
"_location": "/unicode-trie",
"_nodeVersion": "4.2.1",
"_npmUser": {
"name": "devongovett",
"email": "devongovett@gmail.com"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"raw": "unicode-trie@^0.3.0",
"scope": null,
"escapedName": "unicode-trie",
"name": "unicode-trie",
"rawSpec": "^0.3.0",
"spec": ">=0.3.0 <0.4.0",
"type": "range"
},
"_requiredBy": [
"/fontkit",
"/unicode-properties"
],
"_resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-0.3.1.tgz",
"_shasum": "d671dddd89101a08bac37b6a5161010602052085",
"_shrinkwrap": null,
"_spec": "unicode-trie@^0.3.0",
"_where": "/Users/MB/git/pdfkit/node_modules/fontkit",
"author": {
"name": "Devon Govett",
"email": "devongovett@gmail.com"
},
"bugs": {
"url": "https://github.com/devongovett/unicode-trie/issues"
},
"dependencies": {
"pako": "^0.2.5",
"tiny-inflate": "^1.0.0"
},
"description": "Unicode Trie data structure for fast character metadata lookup, ported from ICU",
"devDependencies": {
"coffee-coverage": "^0.4.2",
"coffee-script": "^1.7.1",
"mocha": "^1.20.1"
},
"directories": {},
"dist": {
"shasum": "d671dddd89101a08bac37b6a5161010602052085",
"tarball": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-0.3.1.tgz"
},
"gitHead": "0e19655c9c291c133e577bcacd2c25b7c82455f7",
"homepage": "https://github.com/devongovett/unicode-trie",
"license": "MIT",
"maintainers": [
{
"name": "devongovett",
"email": "devongovett@gmail.com"
}
],
"name": "unicode-trie",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/devongovett/unicode-trie.git"
},
"scripts": {
"postpublish": "make clean",
"prepublish": "make build",
"test": "mocha"
},
"version": "0.3.1"
}