projecte_ionic/node_modules/@babel/compat-data/package.json
2022-02-09 18:30:03 +01:00

76 lines
2.3 KiB
JSON
Executable file

{
"_from": "@babel/compat-data@^7.16.0",
"_id": "@babel/compat-data@7.16.0",
"_inBundle": false,
"_integrity": "sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew==",
"_location": "/@babel/compat-data",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/compat-data@^7.16.0",
"name": "@babel/compat-data",
"escapedName": "@babel%2fcompat-data",
"scope": "@babel",
"rawSpec": "^7.16.0",
"saveSpec": null,
"fetchSpec": "^7.16.0"
},
"_requiredBy": [
"/@babel/helper-compilation-targets",
"/@babel/plugin-proposal-object-rest-spread",
"/@babel/preset-env",
"/babel-plugin-polyfill-corejs2"
],
"_resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.0.tgz",
"_shasum": "ea269d7f78deb3a7826c39a4048eecda541ebdaa",
"_spec": "@babel/compat-data@^7.16.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@babel/helper-compilation-targets",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "",
"devDependencies": {
"@mdn/browser-compat-data": "^3.3.4",
"core-js-compat": "^3.19.0",
"electron-to-chromium": "^1.3.749"
},
"engines": {
"node": ">=6.9.0"
},
"exports": {
"./plugins": "./plugins.js",
"./native-modules": "./native-modules.js",
"./corejs2-built-ins": "./corejs2-built-ins.js",
"./corejs3-shipped-proposals": "./corejs3-shipped-proposals.js",
"./overlapping-plugins": "./overlapping-plugins.js",
"./plugin-bugfixes": "./plugin-bugfixes.js"
},
"homepage": "https://github.com/babel/babel#readme",
"keywords": [
"babel",
"compat-table",
"compat-data"
],
"license": "MIT",
"name": "@babel/compat-data",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-compat-data"
},
"scripts": {
"build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js"
},
"version": "7.16.0"
}