UNPKG

691 BJSONView Raw
1{
2 "name": "@babel/helper-fixtures",
3 "version": "7.24.4",
4 "description": "Helper function to support fixtures",
5 "author": "The Babel Team (https://babel.dev/team)",
6 "license": "MIT",
7 "publishConfig": {
8 "access": "public"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/babel/babel.git",
13 "directory": "packages/babel-helper-fixtures"
14 },
15 "homepage": "https://babel.dev/docs/en/next/babel-helper-fixtures",
16 "main": "./lib/index.js",
17 "dependencies": {
18 "semver": "^6.3.1"
19 },
20 "devDependencies": {
21 "@jridgewell/gen-mapping": "^0.3.5",
22 "@types/semver": "^7.3.4"
23 },
24 "engines": {
25 "node": ">=6.9.0"
26 },
27 "type": "commonjs"
28}
\No newline at end of file