{
  "_args": [
    [
      "unicode-trie@2.0.0",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "unicode-trie@2.0.0",
  "_id": "unicode-trie@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==",
  "_location": "/unicode-trie",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "unicode-trie@2.0.0",
    "name": "unicode-trie",
    "escapedName": "unicode-trie",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/fontkit",
    "/linebreak",
    "/unicode-properties"
  ],
  "_resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "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": "2.0.0"
}
