{
  "_from": "dingbat-to-unicode@^1.0.1",
  "_id": "dingbat-to-unicode@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-98l0sW87ZT58pU4i61wa2OHwxbiYSbuxsCBozaVnYX2iCnr3bLM3fIes1/ej7h1YdOKuKt/MLs706TVnALA65w==",
  "_location": "/dingbat-to-unicode",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "dingbat-to-unicode@^1.0.1",
    "name": "dingbat-to-unicode",
    "escapedName": "dingbat-to-unicode",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/mammoth"
  ],
  "_resolved": "https://registry.npmjs.org/dingbat-to-unicode/-/dingbat-to-unicode-1.0.1.tgz",
  "_shasum": "5091dd673241453e6b5865e26e5a4452cdef5c83",
  "_spec": "dingbat-to-unicode@^1.0.1",
  "_where": "/home/stackaca/nodevenv/theviking.dev/10/lib/node_modules/mammoth",
  "author": {
    "name": "Michael Williamson",
    "email": "mike@zwobble.org"
  },
  "bugs": {
    "url": "https://github.com/mwilliamson/dingbat-to-unicode/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Mapping from Dingbat fonts, such as Symbol, Webdings and Wingdings, to Unicode code points",
  "devDependencies": {
    "@types/mocha": "^8.2.0",
    "@types/node": "^14.14.21",
    "mocha": "^8.2.1",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/mwilliamson/dingbat-to-unicode#readme",
  "keywords": [
    "dingbat",
    "dingbats",
    "symbol",
    "webdings",
    "wingdings",
    "unicode"
  ],
  "license": "BSD-2-Clause",
  "main": "./dist/index.js",
  "name": "dingbat-to-unicode",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mwilliamson/dingbat-to-unicode.git"
  },
  "scripts": {
    "prepare": "tsc",
    "test": "mocha --ui exports --require ts-node/register 'test/**/*.ts'"
  },
  "types": "./dist/index.d.ts",
  "version": "1.0.1"
}
