HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991109/root/usr/share/node_modules/@babel/helper-function-name/
Upload File :
Current File : //proc/1991109/root/usr/share/node_modules/@babel/helper-function-name/package.json
{
  "name": "@babel/helper-function-name",
  "version": "7.19.0",
  "description": "Helper function to change the property 'name' of every function",
  "repository": {
    "type": "git",
    "url": "https://github.com/babel/babel.git",
    "directory": "packages/babel-helper-function-name"
  },
  "homepage": "https://babel.dev/docs/en/next/babel-helper-function-name",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "./lib/index.js",
  "dependencies": {
    "@babel/template": "workspace:^",
    "@babel/types": "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"
}