{ "_from": "unicode-trie@^0.3.1", "_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.1", "name": "unicode-trie", "escapedName": "unicode-trie", "rawSpec": "^0.3.1", "saveSpec": null, "fetchSpec": "^0.3.1" }, "_requiredBy": [ "/grapheme-breaker" ], "_resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-0.3.1.tgz", "_shasum": "d671dddd89101a08bac37b6a5161010602052085", "_spec": "unicode-trie@^0.3.1", "_where": "/Users/justin/Code/granblue/hensei-web/node_modules/grapheme-breaker", "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" }