| Server IP : 14.225.204.176 / Your IP : 216.73.216.252 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/node_modules/babel-preset-airbnb/ |
Upload File : |
{
"name": "babel-preset-airbnb",
"version": "5.0.0",
"description": "A babel preset for transforming your JavaScript for Airbnb",
"main": "index.js",
"author": "Josh Perez <josh.perez@airbnb.com>",
"repository": {
"type": "git",
"url": "git@github.com:airbnb/babel-preset-airbnb.git"
},
"keywords": [
"babel",
"es6",
"es2015",
"javascript"
],
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
"@babel/plugin-proposal-optional-catch-binding": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-classes": "^7.9.2",
"@babel/plugin-transform-exponentiation-operator": "^7.8.3",
"@babel/plugin-transform-member-expression-literals": "^7.8.3",
"@babel/plugin-transform-property-literals": "^7.8.3",
"@babel/plugin-transform-property-mutators": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/plugin-transform-template-literals": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
"@babel/runtime": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/runtime": "^7.0.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3",
"safe-publish-latest": "^1.1.2"
},
"scripts": {
"prepublish": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "node . && echo 'parsed successfully'",
"lint": "eslint ."
}
}