{
  "_args": [
    [
      "unicode-trie@1.0.0",
      "G:\\Development\\Work\\SWDFactory\\pvstream-ui-refactor"
    ]
  ],
  "_development": true,
  "_from": "unicode-trie@1.0.0",
  "_id": "unicode-trie@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-v5raLKsobbFbWLMoX9+bChts/VhPPj3XpkNr/HbqkirXR1DPk8eo9IYKyvk0MQZFkaoRsFj2Rmaqgi2rfAZYtA==",
  "_location": "/unicode-trie",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "unicode-trie@1.0.0",
    "name": "unicode-trie",
    "escapedName": "unicode-trie",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/linebreak"
  ],
  "_resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream-ui-refactor",
  "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": {
    "mocha": "^6.1.4",
    "nyc": "^14.1.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": {
    "coverage": "nyc mocha",
    "test": "mocha"
  },
  "version": "1.0.0"
}
