{
  "_args": [
    [
      "opentype.js@1.3.3",
      "/Users/dejanbrsakoski/src/docker/mesh-id-reporting"
    ]
  ],
  "_from": "opentype.js@1.3.3",
  "_id": "opentype.js@1.3.3",
  "_inBundle": false,
  "_integrity": "sha512-/qIY/+WnKGlPIIPhbeNjynfD2PO15G9lA/xqlX2bDH+4lc3Xz5GCQ68mqxj3DdUv6AJqCeaPvuAoH8mVL0zcuA==",
  "_location": "/opentype.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "opentype.js@1.3.3",
    "name": "opentype.js",
    "escapedName": "opentype.js",
    "rawSpec": "1.3.3",
    "saveSpec": null,
    "fetchSpec": "1.3.3"
  },
  "_requiredBy": [
    "/pdfjs"
  ],
  "_resolved": "https://registry.npmjs.org/opentype.js/-/opentype.js-1.3.3.tgz",
  "_spec": "1.3.3",
  "_where": "/Users/dejanbrsakoski/src/docker/mesh-id-reporting",
  "author": {
    "name": "Frederik De Bleser",
    "email": "frederik@debleser.be"
  },
  "bin": {
    "ot": "bin/ot"
  },
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/opentypejs/opentype.js/issues"
  },
  "dependencies": {
    "string.prototype.codepointat": "^0.2.1",
    "tiny-inflate": "^1.0.3"
  },
  "description": "OpenType font parser",
  "devDependencies": {
    "@babel/preset-env": "^7.9.5",
    "buble": "^0.20.0",
    "cross-env": "^7.0.2",
    "jscs": "^3.0.7",
    "jshint": "^2.11.0",
    "mocha": "^7.1.1",
    "reify": "^0.20.12",
    "rollup": "^1.32.1",
    "rollup-plugin-buble": "^0.19.8",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-license": "^0.9.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "uglify-js": "^3.8.1"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "files": [
    "LICENSE",
    "RELEASES.md",
    "README.md",
    "bin",
    "dist",
    "src"
  ],
  "homepage": "https://github.com/opentypejs/opentype.js#readme",
  "keywords": [
    "graphics",
    "fonts",
    "font",
    "opentype",
    "otf",
    "ttf",
    "woff",
    "type"
  ],
  "license": "MIT",
  "main": "dist/opentype.js",
  "module": "dist/opentype.module.js",
  "name": "opentype.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/opentypejs/opentype.js.git"
  },
  "scripts": {
    "build": "rollup -c",
    "dist": "npm run test && npm run build && npm run minify",
    "minify": "uglifyjs --source-map \"url='opentype.min.js.map'\" --compress --mangle --output ./dist/opentype.min.js -- ./dist/opentype.js",
    "start": "node ./bin/server.js",
    "test": "mocha --require reify --recursive && jshint . && jscs .",
    "watch": "rollup -c -w"
  },
  "version": "1.3.3"
}
