{
  "name": "@debank/parse-favicon",
  "version": "0.1.1",
  "description": "Parse HTML to get icon information",
  "keywords": [
    "favicon",
    "icon",
    "shortcut",
    "apple-touch-icon",
    "manifest",
    "fluid-icon",
    "mask-icon",
    "msapplication"
  ],
  "files": [
    "lib",
    "dist"
  ],
  "main": "lib/es2018/index.js",
  "types": "lib/es2018/index.d.ts",
  "browser": {
    "./lib/es2015/shared/get-dom-parser.js": "./lib/es2015/shared/get-dom-parser.browser.js",
    "./lib/es2018/shared/get-dom-parser.js": "./lib/es2018/shared/get-dom-parser.browser.js",
    "./lib/es2015/shared/parse-file-type-from-buffer.js": "./lib/es2015/shared/parse-file-type-from-buffer.browser.js",
    "./lib/es2018/shared/parse-file-type-from-buffer.js": "./lib/es2018/shared/parse-file-type-from-buffer.browser.js"
  },
  "sideEffects": false,
  "author": "richardo2016 <richardo2016@gmail.com>",
  "license": "MIT",
  "scripts": {
    "lint": "eslint --ext .js,.jsx,.ts,.tsx --quiet src __tests__",
    "test": "jest --runInBand --config jest.config.js",
    "test:debug": "node --inspect node_modules/.bin/jest --runInBand",
    "test:coverage": "jest --coverage --config jest.config.js",
    "prepublishOnly": "run-s clean build",
    "clean": "run-p clean:*",
    "clean:build": "rimraf lib",
    "clean:bundle": "rimraf dist",
    "build": "run-p build:*",
    "build:es2015": "run-s build:es2015:*",
    "build:es2015:compile": "tsc --project tsconfig.build.json --module commonjs --target es2015 --outDir lib/es2015",
    "build:es2015:patch": "tscpaths -p tsconfig.build.json -s ./src -o ./lib/es2015",
    "build:es2018": "run-s build:es2018:*",
    "build:es2018:compile": "tsc --project tsconfig.build.json --module commonjs --target es2018 --outDir lib/es2018",
    "build:es2018:patch": "tscpaths -p tsconfig.build.json -s ./src -o ./lib/es2018",
    "release": "standard-version"
  },
  "devDependencies": {
    "@blackglory/jest-matchers": "^0.3.1",
    "@commitlint/cli": "^16.2.3",
    "@commitlint/config-conventional": "^16.2.1",
    "@types/core-js": "^2.5.5",
    "@types/jest": "^27.4.1",
    "@types/jsdom": "^16.2.14",
    "@types/lodash": "^4.14.180",
    "@types/string.prototype.matchall": "^4.0.1",
    "@types/urijs": "^1.19.19",
    "@typescript-eslint/eslint-plugin": "^5.16.0",
    "@typescript-eslint/parser": "^5.16.0",
    "eslint": "^8.11.0",
    "extra-tags": "^0.2.4",
    "jest": "^27.5.1",
    "jest-extended": "^2.0.0",
    "npm-run-all": "^4.1.5",
    "return-style": "^1.0.0",
    "rimraf": "^3.0.2",
    "standard-version": "^9.3.2",
    "ts-jest": "^27.1.3",
    "tscpaths": "^0.0.9",
    "typescript": "^4.6.2"
  },
  "dependencies": {
    "@blackglory/errors": "^2.2.1",
    "@blackglory/query": "^0.5.4",
    "extra-dom": "^0.5.0",
    "extra-promise": "^1.0.2",
    "file-type": "^16.5.3",
    "image-size": "^1.0.1",
    "immer": "^9.0.12",
    "is-svg": "^4.3.2",
    "iterable-operator": "^1.0.1",
    "jsdom": "^19.0.0",
    "lodash": "^4.17.21",
    "rxjs": "^7.5.5",
    "string.prototype.matchall": "^4.0.7",
    "urijs": "^1.19.10"
  },
  "gitHead": "b8a713480bb56d2f722b5467635ee445551e85ce"
}
