HEX
Server: LiteSpeed
System: Linux s1296.sgp1.mysecurecloudhost.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: bishwesh (1878)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/bishwesh/internstolearn.com/node_modules/fontkit/package.json
{
  "_from": "fontkit@^1.0.0",
  "_id": "fontkit@1.8.0",
  "_inBundle": false,
  "_integrity": "sha512-EFDRCca7khfQWYu1iFhsqeABpi87f03MBdkT93ZE6YhqCdMzb5Eojb6c4dlJikGv5liuhByyzA7ikpIPTSBWbQ==",
  "_location": "/fontkit",
  "_phantomChildren": {
    "concat-stream": "1.6.2",
    "convert-source-map": "1.7.0",
    "duplexer2": "0.1.4",
    "escodegen": "1.9.1",
    "falafel": "2.1.0",
    "has": "1.0.3",
    "magic-string": "0.22.5",
    "quote-stream": "1.0.2",
    "readable-stream": "2.3.6",
    "resolve": "1.13.1",
    "shallow-copy": "0.0.1",
    "source-map": "0.5.7",
    "static-eval": "2.0.3",
    "through2": "2.0.5",
    "tiny-inflate": "1.0.3"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fontkit@^1.0.0",
    "name": "fontkit",
    "escapedName": "fontkit",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/pdfkit"
  ],
  "_resolved": "https://registry.npmjs.org/fontkit/-/fontkit-1.8.0.tgz",
  "_shasum": "deb9351619e90ddc91707b6156a9f14c8ab11554",
  "_spec": "fontkit@^1.0.0",
  "_where": "D:\\webserver\\laragon\\www\\internstolearn\\node_modules\\pdfkit",
  "author": {
    "name": "Devon Govett",
    "email": "devongovett@gmail.com"
  },
  "browserify": {
    "transform": [
      "brfs",
      "browserify-optional"
    ]
  },
  "bundleDependencies": false,
  "dependencies": {
    "babel-runtime": "^6.11.6",
    "brfs": "^1.4.0",
    "brotli": "^1.2.0",
    "browserify-optional": "^1.0.0",
    "clone": "^1.0.1",
    "deep-equal": "^1.0.0",
    "dfa": "^1.0.0",
    "restructure": "^0.5.3",
    "tiny-inflate": "^1.0.2",
    "unicode-properties": "^1.0.0",
    "unicode-trie": "^0.3.0"
  },
  "deprecated": false,
  "description": "An advanced font engine for Node and the browser",
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-plugin-istanbul": "^4.1.3",
    "babel-plugin-transform-class-properties": "^6.16.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-runtime": "^6.12.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-register": "^6.14.0",
    "codepoints": "^1.2.0",
    "concat-stream": "^1.4.6",
    "cross-env": "^5.0.1",
    "esdoc": "^0.4.8",
    "esdoc-es7-plugin": "0.0.3",
    "iconv-lite": "^0.4.13",
    "mocha": "^2.0.1",
    "npm-run-all": "^4.0.2",
    "nyc": "^10.3.2",
    "rollup": "^0.34.10",
    "rollup-plugin-babel": "^2.6.1",
    "rollup-plugin-json": "^2.0.2",
    "rollup-plugin-local-resolve": "^1.0.7",
    "shx": "^0.2.2"
  },
  "files": [
    "src",
    "base.js",
    "base.js.map",
    "index.js",
    "index.js.map",
    "data.trie",
    "use.trie",
    "indic.trie"
  ],
  "jsnext:main": "src/index.js",
  "keywords": [
    "opentype",
    "font",
    "typography",
    "subset",
    "emoji",
    "glyph",
    "layout"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "fontkit",
  "scripts": {
    "clean": "shx rm -f index.js base.js data.trie indic.trie use.trie src/opentype/shapers/data.trie src/opentype/shapers/use.trie src/opentype/shapers/use.json src/opentype/shapers/indic.trie src/opentype/shapers/indic.json",
    "coverage": "cross-env BABEL_ENV=cover nyc mocha",
    "prepublish": "run-s clean trie:** rollup:**",
    "rollup:base": "rollup -c -m -i src/base.js -o base.js",
    "rollup:index": "rollup -c -m -i src/index.js -o index.js",
    "test": "mocha",
    "trie:copy": "shx cp src/opentype/shapers/*.trie ./",
    "trie:data": "babel-node src/opentype/shapers/generate-data.js",
    "trie:indic": "babel-node src/opentype/shapers/gen-indic.js",
    "trie:use": "babel-node src/opentype/shapers/gen-use.js"
  },
  "version": "1.8.0"
}