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/node_modules/@babel/plugin-syntax-pipeline-operator/
Upload File :
Current File : //proc/1991111/cwd/usr/share/node_modules/@babel/plugin-syntax-pipeline-operator/package.json
{
  "name": "@babel/plugin-syntax-pipeline-operator",
  "version": "7.18.6",
  "description": "Allow parsing of the pipeline operator",
  "repository": {
    "type": "git",
    "url": "https://github.com/babel/babel.git",
    "directory": "packages/babel-plugin-syntax-pipeline-operator"
  },
  "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-pipeline-operator",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "./lib/index.js",
  "keywords": [
    "babel-plugin"
  ],
  "dependencies": {
    "@babel/helper-plugin-utils": "workspace:^"
  },
  "peerDependencies": {
    "@babel/core": "^7.0.0-0"
  },
  "devDependencies": {
    "@babel/core": "workspace:^"
  },
  "engines": {
    "node": ">=6.9.0"
  },
  "author": "The Babel Team (https://babel.dev/team)",
  "conditions": {
    "BABEL_8_BREAKING": [
      null,
      {
        "exports": null
      }
    ],
    "USE_ESM": [
      {
        "type": "module"
      },
      null
    ]
  },
  "exports": {
    ".": "./lib/index.js",
    "./package.json": "./package.json"
  },
  "type": "commonjs"
}