{
  "name": "@thedadi/polyfill-library",
  "version": "3.44.0",
  "description": "A polyfill combinator",
  "main": "lib/index.js",
  "contributors": [
    {
      "name": "Jonathan Neal",
      "email": "jonathantneal+github@gmail.com",
      "url": "http://jonathantneal.com/"
    },
    {
      "name": "FT Origami",
      "email": "origami.support@ft.com",
      "url": "https://origami.ft.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/financial-times/polyfill-library.git"
  },
  "bugs": {
    "url": "https://github.com/financial-times/polyfill-library/issues"
  },
  "scripts": {
    "lint": "eslint polyfills/**/polyfill.js lib tasks test",
    "clean": "rimraf ./polyfills/__dist",
    "build": "npm run clean && node tasks/node/updatesources && node tasks/node/buildsources",
    "build-circleci-config": "node ./tasks/node/build-circleci-config.js",
    "fmt": "eslint . --fix",
    "test-library": "npm run build && npm run test-node && npm run test-node-unit && npm run test-end-to-end",
    "test-polyfills": "karma start",
    "test-all-polyfills": "node ./test/polyfills/test-all-features.js",
    "test-end-to-end": "mocha test/end-to-end/**/*.test.js",
    "test-node": "mocha test/node/**/*.js",
    "test-node-unit": "nyc mocha test/unit --recursive",
    "test-node-coverage": "nyc check-coverage --lines 90 --branches 90 --functions 90",
    "test-coverage": "nyc report --reporter=lcov",
    "test": "npm run build && npm run test-node && npm run test-node-unit && npm run test-polyfills",
    "prepare": "npm run build"
  },
  "license": "MIT",
  "engines": {
    "node": ">=8"
  },
  "dependencies": {
    "@financial-times/polyfill-useragent-normaliser": "^1.2.0",
    "@formatjs/intl-pluralrules": "^1.1.2",
    "@formatjs/intl-relativetimeformat": "^3.0.2",
    "@iarna/toml": "^2.2.3",
    "@webcomponents/template": "^1.4.0",
    "Base64": "^1.0.0",
    "abort-controller": "^2.0.2",
    "audio-context-polyfill": "^1.0.0",
    "diff": "1.4.0",
    "event-source-polyfill": "^0.0.9",
    "from2-string": "^1.1.0",
    "glob": "^7.1.1",
    "graceful-fs": "^4.1.10",
    "html5shiv": "^3.7.3",
    "intersection-observer": "^0.4.1",
    "intl": "^1.2.5",
    "js-polyfills": "^0.1.40",
    "json3": "^3.3.2",
    "lazystream": "^1.0.0",
    "merge2": "^1.0.3",
    "mkdirp": "^0.5.0",
    "mnemonist": "^0.27.2",
    "mutationobserver-shim": "^0.3.2",
    "picturefill": "^3.0.1",
    "resize-observer-polyfill": "^1.5.1",
    "rimraf": "^2.6.2",
    "spdx-licenses": "^1.0.0",
    "stream-cache": "^0.0.2",
    "stream-from-promise": "^1.0.0",
    "stream-to-string": "^1.1.0",
    "toposort": "^2.0.2",
    "uglify-js": "^2.7.5",
    "unorm": "^1.6.0",
    "usertiming": "^0.1.8",
    "web-animations-js": "^2.2.5",
    "whatwg-fetch": "^3.0.0",
    "wicg-inert": "^2.1.2",
    "yaku": "0.18.6"
  },
  "devDependencies": {
    "array.prototype.flatmap": "^1.2.1",
    "dotenv": "^6.2.0",
    "eslint": "^4.9.0",
    "execa": "^1.0.0",
    "globby": "^9.0.0",
    "karma": "^4.2.0",
    "karma-browserstack-launcher": "^1.4.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-summary-optional-console-reporter": "^1.6.1",
    "lodash": "^4.17.14",
    "mocha": "^3.5.3",
    "mockery": "^1.7.0",
    "nyc": "^14.1.1",
    "proclaim": "^3.6.0",
    "sinon": "^4.0.1",
    "snyk": "^1.161.0",
    "yaml": "^1.1.0"
  }
}
