HEX
Server: nginx/1.29.3
System: Linux mail.sarafai.ru 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: www-data (33)
PHP: 7.4.33
Disabled: dl,exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: //usr/share/node_modules/babel-preset-airbnb/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 ."
  }
}