UNPKG

838 BJSONView Raw
1{
2 "name": "@babel/helper-transform-fixture-test-runner",
3 "version": "7.22.5",
4 "description": "Transform test runner for @babel/helper-fixtures module",
5 "author": "The Babel Team (https://babel.dev/team)",
6 "homepage": "https://babel.dev/docs/en/next/babel-helper-transform-fixture-test-runner",
7 "license": "MIT",
8 "publishConfig": {
9 "access": "public"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/babel/babel.git",
14 "directory": "packages/babel-helper-transform-fixture-test-runner"
15 },
16 "main": "./lib/index.js",
17 "dependencies": {
18 "@babel/code-frame": "^7.22.5",
19 "@babel/core": "^7.22.5",
20 "@babel/helper-check-duplicate-nodes": "^7.22.5",
21 "@babel/helper-fixtures": "^7.22.5",
22 "quick-lru": "5.1.0"
23 },
24 "engines": {
25 "node": ">=6.9.0"
26 },
27 "type": "commonjs"
28}
\No newline at end of file