{
  "_from": "blurhash@^1.1.5",
  "_id": "blurhash@1.1.5",
  "_inBundle": false,
  "_integrity": "sha512-a+LO3A2DfxTaTztsmkbLYmUzUeApi0LZuKalwbNmqAHR6HhJGMt1qSV/R3wc+w4DL28holjqO3Bg74aUGavGjg==",
  "_location": "/blurhash",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "blurhash@^1.1.5",
    "name": "blurhash",
    "escapedName": "blurhash",
    "rawSpec": "^1.1.5",
    "saveSpec": null,
    "fetchSpec": "^1.1.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.5.tgz",
  "_shasum": "3034104cd5dce5a3e5caa871ae2f0f1f2d0ab566",
  "_spec": "blurhash@^1.1.5",
  "_where": "/home/retrocubedevs/public_html/qa/hit_reels_web_api",
  "author": {
    "name": "omahlama"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Encoder and decoder for the Wolt BlurHash algorithm.",
  "devDependencies": {
    "prettier": "1.18.2",
    "ts-loader": "6.0.4",
    "typescript": "3.5.3",
    "webpack": "4.41.2",
    "webpack-cli": "3.3.10",
    "webpack-dev-server": "3.9.0"
  },
  "homepage": "http://blurhash.com",
  "keywords": [
    "blurhash",
    "blur",
    "hash",
    "image"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "name": "blurhash",
  "repository": {
    "type": "git",
    "url": "https://github.com/woltapp/blurhash/tree/master/TypeScript"
  },
  "scripts": {
    "build": "npm run ts && npm run ts:esm",
    "demo": "webpack-dev-server --mode development",
    "prepublishOnly": "npm run build",
    "prettier": "prettier src/**/*.ts",
    "prettier-fix": "npm run prettier -- --write",
    "ts": "tsc",
    "ts:esm": "tsc --outDir dist/esm --target es2020 --declaration false --module es2015",
    "ts:watch": "npm run ts -- --noEmit --watch"
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "version": "1.1.5"
}
