hummus-recipe
Version:
A powerful PDF tool for NodeJS based on HummusJS
58 lines (57 loc) • 1.58 kB
JSON
{
"_from": "unicode-trie@^0.3.0",
"_id": "unicode-trie@0.3.1",
"_inBundle": false,
"_integrity": "sha1-1nHd3YkQGgi6w3tqUWEBBgIFIIU=",
"_location": "/unicode-trie",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "unicode-trie@^0.3.0",
"name": "unicode-trie",
"escapedName": "unicode-trie",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/fontkit"
],
"_resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-0.3.1.tgz",
"_shasum": "d671dddd89101a08bac37b6a5161010602052085",
"_spec": "unicode-trie@^0.3.0",
"_where": "/Users/johnhuang/sandbox/hummusRecipe/pdfkit/node_modules/fontkit",
"author": {
"name": "Devon Govett",
"email": "devongovett@gmail.com"
},
"bugs": {
"url": "https://github.com/devongovett/unicode-trie/issues"
},
"bundleDependencies": false,
"dependencies": {
"pako": "^0.2.5",
"tiny-inflate": "^1.0.0"
},
"deprecated": false,
"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"
},
"homepage": "https://github.com/devongovett/unicode-trie",
"license": "MIT",
"name": "unicode-trie",
"repository": {
"type": "git",
"url": "git://github.com/devongovett/unicode-trie.git"
},
"scripts": {
"postpublish": "make clean",
"prepublish": "make build",
"test": "mocha"
},
"version": "0.3.1"
}