med-notes/.pnpm-store/v10/files/02/5617211e42580bfc119e0876158bded764fc93062af3862a4144ee1fba60ea86fb1296fc574a463ecc5c8feb878b06f165c44b09b0a76ee0c05506d789b555
2025-05-09 05:30:08 +02:00

27 lines
631 B
Plaintext

{
"name": "@babel/helper-validator-option",
"version": "7.25.9",
"description": "Validate plugin/preset options",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-validator-option"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)",
"type": "commonjs"
}