UNPKG

@babel/helper-transform-fixture-test-runner

Version:

Transform test runner for @babel/helper-fixtures module

28 lines 838 B
{ "name": "@babel/helper-transform-fixture-test-runner", "version": "7.22.5", "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": "^7.22.5", "@babel/core": "^7.22.5", "@babel/helper-check-duplicate-nodes": "^7.22.5", "@babel/helper-fixtures": "^7.22.5", "quick-lru": "5.1.0" }, "engines": { "node": ">=6.9.0" }, "type": "commonjs" }