Files
30-seconds-of-code/node_modules/@babel/polyfill/package.json
2019-08-20 15:52:05 +02:00

53 lines
1.8 KiB
JSON

{
"_from": "@babel/polyfill@^7.0.0",
"_id": "@babel/polyfill@7.4.4",
"_inBundle": false,
"_integrity": "sha512-WlthFLfhQQhh+A2Gn5NSFl0Huxz36x86Jn+E9OW7ibK8edKPq+KLy4apM1yDpQ8kJOVi1OVjpP4vSDLdrI04dg==",
"_location": "/@babel/polyfill",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/polyfill@^7.0.0",
"name": "@babel/polyfill",
"escapedName": "@babel%2fpolyfill",
"scope": "@babel",
"rawSpec": "^7.0.0",
"saveSpec": null,
"fetchSpec": "^7.0.0"
},
"_requiredBy": [
"/@gatsbyjs/relay-compiler",
"/gatsby",
"/jimp"
],
"_resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.4.4.tgz",
"_shasum": "78801cf3dbe657844eeabf31c1cae3828051e893",
"_spec": "@babel/polyfill@^7.0.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"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"
}