UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@babel/register",
3 "version": "7.16.8",
4 "description": "babel require hook",
5 "license": "MIT",
6 "publishConfig": {
7 "access": "public"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/babel/babel.git",
12 "directory": "packages/babel-register"
13 },
14 "author": "The Babel Team (https://babel.dev/team)",
15 "type": "commonjs",
16 "main": "./lib/index.js",
17 "browser": {
18 "./lib/index.js": "./lib/browser.js"
19 },
20 "dependencies": {
21 "clone-deep": "^4.0.1",
22 "find-cache-dir": "^2.0.0",
23 "make-dir": "^2.1.0",
24 "pirates": "^4.0.0",
25 "source-map-support": "^0.5.16"
26 },
27 "peerDependencies": {
28 "@babel/core": "^7.0.0-0"
29 },
30 "devDependencies": {
31 "@babel/core": "^7.16.7",
32 "@babel/plugin-transform-arrow-functions": "^7.16.7",
33 "@babel/plugin-transform-modules-commonjs": "^7.16.8",
34 "browserify": "^16.5.2"
35 },
36 "homepage": "https://babel.dev/docs/en/next/babel-register",
37 "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20register%22+is%3Aopen",
38 "engines": {
39 "node": ">=6.9.0"
40 }
41}
\No newline at end of file