UNPKG

867 BJSONView Raw
1{
2 "name": "@babel/helper-create-regexp-features-plugin",
3 "version": "7.24.7",
4 "author": "The Babel Team (https://babel.dev/team)",
5 "license": "MIT",
6 "description": "Compile ESNext Regular Expressions to ES5",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/babel/babel.git",
10 "directory": "packages/babel-helper-create-regexp-features-plugin"
11 },
12 "main": "./lib/index.js",
13 "publishConfig": {
14 "access": "public"
15 },
16 "keywords": [
17 "babel",
18 "babel-plugin"
19 ],
20 "dependencies": {
21 "@babel/helper-annotate-as-pure": "^7.24.7",
22 "regexpu-core": "^5.3.1",
23 "semver": "^6.3.1"
24 },
25 "peerDependencies": {
26 "@babel/core": "^7.0.0"
27 },
28 "devDependencies": {
29 "@babel/core": "^7.24.7",
30 "@babel/helper-plugin-test-runner": "^7.24.7"
31 },
32 "engines": {
33 "node": ">=6.9.0"
34 },
35 "type": "commonjs"
36}
\No newline at end of file