UNPKG

615 BJSONView Raw
1{
2 "name": "@babel/plugin-transform-sticky-regex",
3 "version": "7.0.0",
4 "description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
5 "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-sticky-regex",
6 "license": "MIT",
7 "main": "lib/index.js",
8 "keywords": [
9 "babel-plugin"
10 ],
11 "dependencies": {
12 "@babel/helper-plugin-utils": "^7.0.0",
13 "@babel/helper-regex": "^7.0.0"
14 },
15 "peerDependencies": {
16 "@babel/core": "^7.0.0-0"
17 },
18 "devDependencies": {
19 "@babel/core": "^7.0.0",
20 "@babel/helper-plugin-test-runner": "^7.0.0"
21 }
22}