HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/cwd/usr/share/nodejs/@babel/eslint-plugin-development/
Upload File :
Current File : //proc/1991111/cwd/usr/share/nodejs/@babel/eslint-plugin-development/package.json
{
  "name": "@babel/eslint-plugin-development",
  "version": "7.19.1",
  "description": "ESLint rules that enforce best practices in the development of Babel plugins.",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin"
  ],
  "author": "The Babel Team (https://babel.dev/team)",
  "main": "./lib/index.cjs",
  "type": "commonjs",
  "exports": {
    ".": "./lib/index.cjs",
    "./package.json": "./package.json"
  },
  "engines": {
    "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/babel/babel.git",
    "directory": "eslint/babel-eslint-plugin-development"
  },
  "bugs": {
    "url": "https://github.com/babel/babel/issues"
  },
  "homepage": "https://babel.dev/",
  "devDependencies": {
    "eslint": "^8.22.0"
  }
}