jam-cloud/jam-ui/node_modules/@babel/compat-data/package.json

77 lines
2.2 KiB
JSON

{
"_args": [
[
"@babel/compat-data@7.14.0",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_from": "@babel/compat-data@7.14.0",
"_id": "@babel/compat-data@7.14.0",
"_inBundle": false,
"_integrity": "sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==",
"_location": "/@babel/compat-data",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/compat-data@7.14.0",
"name": "@babel/compat-data",
"escapedName": "@babel%2fcompat-data",
"scope": "@babel",
"rawSpec": "7.14.0",
"saveSpec": null,
"fetchSpec": "7.14.0"
},
"_requiredBy": [
"/@babel/helper-compilation-targets",
"/@babel/plugin-proposal-object-rest-spread",
"/@babel/preset-env",
"/babel-plugin-polyfill-corejs2",
"/babel-preset-react-app/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.14.0.tgz",
"_spec": "7.14.0",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"description": "",
"devDependencies": {
"@mdn/browser-compat-data": "^3.1.1",
"core-js-compat": "^3.9.0",
"electron-to-chromium": "1.3.672"
},
"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.14.0"
}