{
  "_from": "dialog-polyfill@^0.5.1",
  "_id": "dialog-polyfill@0.5.3",
  "_inBundle": false,
  "_integrity": "sha512-DVYazl3klQtPjs4dOzDTOt4uQ8cRDfu8EBhoY81ISmH0fbrMvYuaethcQ9UevmF9kAaLnBJ0O5eDUnZ7QalArA==",
  "_location": "/dialog-polyfill",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "dialog-polyfill@^0.5.1",
    "name": "dialog-polyfill",
    "escapedName": "dialog-polyfill",
    "rawSpec": "^0.5.1",
    "saveSpec": null,
    "fetchSpec": "^0.5.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/dialog-polyfill/-/dialog-polyfill-0.5.3.tgz",
  "_shasum": "ba7a288ea34a79210cb220bc305dd33ac08aaee5",
  "_spec": "dialog-polyfill@^0.5.1",
  "_where": "C:\\Lab\\GitLab\\Formio\\publish_npm_package\\formio\\formiojs",
  "author": {
    "name": "The Chromium Authors"
  },
  "bugs": {
    "url": "https://github.com/GoogleChrome/dialog-polyfill/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Polyfill for the dialog element",
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^6.0.2",
    "npm-run-all": "^4.1.5",
    "rollup": "^1.3.0"
  },
  "homepage": "https://github.com/GoogleChrome/dialog-polyfill",
  "license": "BSD",
  "main": "dist/dialog-polyfill.js",
  "module": "dist/dialog-polyfill.esm.js",
  "name": "dialog-polyfill",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GoogleChrome/dialog-polyfill.git"
  },
  "scripts": {
    "build": "npm-run-all -p build:*",
    "build:css": "cp dialog-polyfill.css dist/dialog-polyfill.css",
    "build:esm": "rollup index.js --file dist/dialog-polyfill.esm.js --format esm",
    "build:umd": "rollup index.js --file dist/dialog-polyfill.js --format umd --name dialogPolyfill",
    "prepublishOnly": "npm run build",
    "test": "open test.html"
  },
  "version": "0.5.3"
}
