{
  "_from": "@react-pdf/unicode-properties@^2.2.0",
  "_id": "@react-pdf/unicode-properties@2.2.0",
  "_inBundle": false,
  "_integrity": "sha1-8QnqrCRM6xCAEdQDjO5Mx4fLQPM=",
  "_location": "/@react-pdf/unicode-properties",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@react-pdf/unicode-properties@^2.2.0",
    "name": "@react-pdf/unicode-properties",
    "escapedName": "@react-pdf%2funicode-properties",
    "scope": "@react-pdf",
    "rawSpec": "^2.2.0",
    "saveSpec": null,
    "fetchSpec": "^2.2.0"
  },
  "_requiredBy": [
    "/@react-pdf/fontkit",
    "/@react-pdf/textkit"
  ],
  "_resolved": "https://registry.npmjs.org/@react-pdf/unicode-properties/-/unicode-properties-2.2.0.tgz",
  "_shasum": "f109eaac244ceb108011d4038cee4cc787cb40f3",
  "_spec": "@react-pdf/unicode-properties@^2.2.0",
  "_where": "/home/mgrdgioj/nodevenv/pulpe.mgr-dev.xyz/10/lib/node_modules/@react-pdf/fontkit",
  "author": {
    "name": "Devon Govett",
    "email": "devongovett@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/devongovett/unicode-properties/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "unicode-trie": "^0.3.0"
  },
  "deprecated": false,
  "description": "Provides fast access to unicode character properties",
  "devDependencies": {
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-es2015": "^6.24.1",
    "codepoints": "^1.2.0",
    "mocha": "^2.2.1",
    "rollup": "^0.52.2",
    "rollup-plugin-babel": "^2.7.1"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/devongovett/unicode-properties",
  "keywords": [
    "unicode",
    "metadata",
    "character",
    "codepoint"
  ],
  "license": "MIT",
  "main": "dist/unicode-properties.cjs.js",
  "module": "dist/unicode-properties.es.js",
  "name": "@react-pdf/unicode-properties",
  "repository": {
    "type": "git",
    "url": "git://github.com/devongovett/unicode-properties.git"
  },
  "scripts": {
    "build": "rollup -c",
    "prepublish": "node generate.js && npm run build",
    "test": "mocha"
  },
  "version": "2.2.0"
}
