summaryrefslogtreecommitdiff
path: root/node_modules/@babel/helper-validator-option/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@babel/helper-validator-option/package.json')
-rw-r--r--node_modules/@babel/helper-validator-option/package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/node_modules/@babel/helper-validator-option/package.json b/node_modules/@babel/helper-validator-option/package.json
new file mode 100644
index 0000000..1c97a90
--- /dev/null
+++ b/node_modules/@babel/helper-validator-option/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "@babel/helper-validator-option",
+ "version": "7.27.1",
+ "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"
+} \ No newline at end of file