projecte_ionic/node_modules/babel-plugin-polyfill-corejs2/package.json
2022-02-09 18:30:03 +01:00

74 lines
2.3 KiB
JSON
Executable file

{
"_from": "babel-plugin-polyfill-corejs2@^0.2.2",
"_id": "babel-plugin-polyfill-corejs2@0.2.3",
"_inBundle": false,
"_integrity": "sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA==",
"_location": "/babel-plugin-polyfill-corejs2",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "babel-plugin-polyfill-corejs2@^0.2.2",
"name": "babel-plugin-polyfill-corejs2",
"escapedName": "babel-plugin-polyfill-corejs2",
"rawSpec": "^0.2.2",
"saveSpec": null,
"fetchSpec": "^0.2.2"
},
"_requiredBy": [
"/@babel/plugin-transform-runtime",
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.3.tgz",
"_shasum": "6ed8e30981b062f8fe6aca8873a37ebcc8cc1c0f",
"_spec": "babel-plugin-polyfill-corejs2@^0.2.2",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@babel/plugin-transform-runtime",
"bugs": {
"url": "https://github.com/babel/babel-polyfills/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/compat-data": "^7.13.11",
"@babel/helper-define-polyfill-provider": "^0.2.4",
"semver": "^6.1.1"
},
"deprecated": false,
"description": "A Babel plugin to inject imports to core-js@2 polyfills",
"devDependencies": {
"@babel/core": "^7.13.0",
"@babel/helper-plugin-test-runner": "^7.10.4",
"@babel/plugin-transform-for-of": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.4"
},
"exports": {
".": [
{
"import": "./esm/index.mjs",
"default": "./lib/index.js"
},
"./lib/index.js"
],
"./package.json": "./package.json"
},
"gitHead": "de48880e867791eaa94c00ce7132dc259f3c777b",
"homepage": "https://github.com/babel/babel-polyfills#readme",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "babel-plugin-polyfill-corejs2",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel-polyfills.git",
"directory": "packages/babel-plugin-polyfill-corejs2"
},
"version": "0.2.3"
}