⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
nodejs
/
babel-preset-airbnb
/
View File Name :
package.json
{ "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 ." } }