{
  "_args": [
    [
      "promise-polyfill@8.1.0",
      "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend"
    ]
  ],
  "_from": "promise-polyfill@8.1.0",
  "_id": "promise-polyfill@8.1.0",
  "_inBundle": false,
  "_integrity": "sha512-OzSf6gcCUQ01byV4BgwyUCswlaQQ6gzXc23aLQWhicvfX9kfsUiUhgt3CCQej8jDnl8/PhGF31JdHX2/MzF3WA==",
  "_location": "/promise-polyfill",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "promise-polyfill@8.1.0",
    "name": "promise-polyfill",
    "escapedName": "promise-polyfill",
    "rawSpec": "8.1.0",
    "saveSpec": null,
    "fetchSpec": "8.1.0"
  },
  "_requiredBy": [
    "/react-form-validator-core"
  ],
  "_resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-8.1.0.tgz",
  "_spec": "8.1.0",
  "_where": "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend",
  "author": {
    "name": "Taylor Hakes"
  },
  "bugs": {
    "url": "https://github.com/taylorhakes/promise-polyfill/issues"
  },
  "dependencies": {},
  "description": "Lightweight promise polyfill. A+ compliant",
  "devDependencies": {
    "cross-env": "^5.1.1",
    "eslint": "^4.11.0",
    "google-closure-compiler": "^20180610.0.1",
    "husky": "^0.14.3",
    "karma": "^0.13.19",
    "karma-browserify": "^4.4.2",
    "karma-chrome-launcher": "^0.2.2",
    "karma-mocha": "^0.2.1",
    "lint-staged": "^5.0.0",
    "mocha": "^2.3.4",
    "npm-run-all": "^4.1.2",
    "prettier": "^1.8.2",
    "promises-aplus-tests": "*",
    "rimraf": "^2.6.2",
    "rollup": "^0.52.0",
    "rollup-plugin-uglify": "^2.0.1",
    "sinon": "^1.17.2",
    "typescript": "^2.9.2"
  },
  "files": [
    "src",
    "lib",
    "dist"
  ],
  "homepage": "https://github.com/taylorhakes/promise-polyfill",
  "jsnext:main": "src/index.js",
  "keywords": [
    "promise",
    "promise-polyfill",
    "ES6",
    "promises-aplus"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "src/index.js",
  "name": "promise-polyfill",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/taylorhakes/promise-polyfill.git"
  },
  "scripts": {
    "build": "run-p build:**",
    "build:cjs": "rollup -i src/index.js -o lib/index.js -f cjs",
    "build:cjs-polyfill": "rollup -i src/polyfill.js -o lib/polyfill.js -f cjs",
    "build:umd-polyfill": "cross-env NODE_ENV=development rollup -i src/polyfill.js -o dist/polyfill.js -c rollup.umd.config.js",
    "build:umd-polyfill:min": "cross-env NODE_ENV=production rollup -i src/polyfill.js -o dist/polyfill.min.js -c rollup.umd.config.js",
    "closure": "google-closure-compiler --js=src/*.js --checks_only --module_resolution=node --compilation_level=ADVANCED",
    "lint": "eslint src && npm run closure && npm run typescript",
    "prebuild": "rimraf lib dist",
    "precommit": "lint-staged",
    "prepare": "npm run build",
    "prepublish": "test $(npm -v | tr . '\\n' | head -n 1) -ge '4' || exit 1",
    "pretest": "npm run build:cjs",
    "test": "npm run lint && mocha && karma start --single-run",
    "typescript": "tsc --checkJS --allowJS --noEmit src/index.js"
  },
  "unpkg": "dist/polyfill.min.js",
  "version": "8.1.0"
}
