UNPKG

732 BJSONView Raw
1{
2 "name": "@babel/plugin-transform-unicode-regex",
3 "version": "7.4.4",
4 "description": "Compile ES2015 Unicode regex to ES5",
5 "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-unicode-regex",
6 "license": "MIT",
7 "publishConfig": {
8 "access": "public"
9 },
10 "main": "lib/index.js",
11 "keywords": [
12 "babel-plugin"
13 ],
14 "dependencies": {
15 "@babel/helper-plugin-utils": "^7.0.0",
16 "@babel/helper-regex": "^7.4.4",
17 "regexpu-core": "^4.5.4"
18 },
19 "peerDependencies": {
20 "@babel/core": "^7.0.0-0"
21 },
22 "devDependencies": {
23 "@babel/core": "^7.4.4",
24 "@babel/helper-plugin-test-runner": "^7.0.0"
25 },
26 "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
27}