{
  "_from": "@babel/polyfill@7.4.4",
  "_id": "@babel/polyfill@7.4.4",
  "_inBundle": false,
  "_integrity": "sha512-WlthFLfhQQhh+A2Gn5NSFl0Huxz36x86Jn+E9OW7ibK8edKPq+KLy4apM1yDpQ8kJOVi1OVjpP4vSDLdrI04dg==",
  "_location": "/@babel/polyfill",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@babel/polyfill@7.4.4",
    "name": "@babel/polyfill",
    "escapedName": "@babel%2fpolyfill",
    "scope": "@babel",
    "rawSpec": "7.4.4",
    "saveSpec": null,
    "fetchSpec": "7.4.4"
  },
  "_requiredBy": [
    "/",
    "/@babel/node"
  ],
  "_resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.4.4.tgz",
  "_shasum": "78801cf3dbe657844eeabf31c1cae3828051e893",
  "_spec": "@babel/polyfill@7.4.4",
  "_where": "/Users/psyycker/Documents/Projects/Javascript/homemade-api/example",
  "author": {
    "name": "Sebastian McKenzie",
    "email": "sebmck@gmail.com"
  },
  "bundleDependencies": false,
  "dependencies": {
    "core-js": "^2.6.5",
    "regenerator-runtime": "^0.13.2"
  },
  "deprecated": "🚨 As of Babel 7.4.0, this\npackage has been deprecated in favor of directly\nincluding core-js/stable (to polyfill ECMAScript\nfeatures) and regenerator-runtime/runtime\n(needed to use transpiled generator functions):\n\n  > import \"core-js/stable\";\n  > import \"regenerator-runtime/runtime\";",
  "description": "Provides polyfills necessary for a full ES2015+ environment",
  "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba",
  "homepage": "https://babeljs.io/",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@babel/polyfill",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/babel/babel/tree/master/packages/babel-polyfill"
  },
  "version": "7.4.4"
}
