{
  "_args": [
    [
      "unicode-properties@1.4.1",
      "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi"
    ]
  ],
  "_from": "unicode-properties@1.4.1",
  "_id": "unicode-properties@1.4.1",
  "_inBundle": false,
  "_integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==",
  "_location": "/unicode-properties",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "unicode-properties@1.4.1",
    "name": "unicode-properties",
    "escapedName": "unicode-properties",
    "rawSpec": "1.4.1",
    "saveSpec": null,
    "fetchSpec": "1.4.1"
  },
  "_requiredBy": [
    "/fontkit"
  ],
  "_resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz",
  "_spec": "1.4.1",
  "_where": "E:\\WEB_TESTING\\PROJECT_HOST\\asktek.dashboard.webapi",
  "author": {
    "name": "Devon Govett",
    "email": "devongovett@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/devongovett/unicode-properties/issues"
  },
  "dependencies": {
    "base64-js": "^1.3.0",
    "unicode-trie": "^2.0.0"
  },
  "description": "Provides fast access to unicode character properties",
  "devDependencies": {
    "codepoints": "^1.3.0",
    "mocha": "^10.0.0",
    "parcel": "^2.6.1"
  },
  "directories": {
    "test": "test"
  },
  "exports": {
    "require": "./dist/main.cjs",
    "import": "./dist/module.mjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/devongovett/unicode-properties",
  "keywords": [
    "unicode",
    "metadata",
    "character",
    "codepoint"
  ],
  "license": "MIT",
  "main": "./dist/main.cjs",
  "module": "./dist/module.mjs",
  "name": "unicode-properties",
  "repository": {
    "type": "git",
    "url": "git://github.com/devongovett/unicode-properties.git"
  },
  "scripts": {
    "build": "node ./generate.js && parcel build",
    "prepublish": "npm run build",
    "test": "npm run build && mocha"
  },
  "source": "index.js",
  "type": "module",
  "version": "1.4.1"
}
