{
  "_args": [
    [
      "unicode-trie@0.3.1",
      "/Users/dejanbrsakoski/src/docker/mesh-id-reporting"
    ]
  ],
  "_from": "unicode-trie@0.3.1",
  "_id": "unicode-trie@0.3.1",
  "_inBundle": false,
  "_integrity": "sha1-1nHd3YkQGgi6w3tqUWEBBgIFIIU=",
  "_location": "/unicode-trie",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "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": [
    "/@rkusa/linebreak"
  ],
  "_resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-0.3.1.tgz",
  "_spec": "0.3.1",
  "_where": "/Users/dejanbrsakoski/src/docker/mesh-id-reporting",
  "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"
  },
  "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"
}
