1 | {
|
2 | "name": "@babel/helper-regex",
|
3 | "version": "7.10.5",
|
4 | "description": "Helper function to check for literal RegEx",
|
5 | "repository": {
|
6 | "type": "git",
|
7 | "url": "https://github.com/babel/babel.git",
|
8 | "directory": "packages/babel-helper-regex"
|
9 | },
|
10 | "license": "MIT",
|
11 | "publishConfig": {
|
12 | "access": "public"
|
13 | },
|
14 | "main": "lib/index.js",
|
15 | "dependencies": {
|
16 | "lodash": "^4.17.19"
|
17 | },
|
18 | "gitHead": "f7964a9ac51356f7df6404a25b27ba1cffba1ba7"
|
19 | }
|