{ "name": "@babel/helper-transform-fixture-test-runner", "version": "7.16.0", "description": "Transform test runner for @babel/helper-fixtures module", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-transform-fixture-test-runner" }, "main": "./lib/index.js", "dependencies": { "@babel/code-frame": "workspace:^", "@babel/core": "workspace:^", "@babel/helper-fixtures": "workspace:^", "babel-check-duplicated-nodes": "^1.0.0", "quick-lru": "5.1.0", "regenerator-runtime": "^0.13.7", "source-map": "^0.5.0" }, "devDependencies": { "@types/jest": "^25.2.2" }, "engines": { "node": ">=6.9.0" } }