Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
819 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "@babel/helper-create-regexp-features-plugin",
|
---|
3 | "version": "7.14.5",
|
---|
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.14.5",
|
---|
22 | "regexpu-core": "^4.7.1"
|
---|
23 | },
|
---|
24 | "peerDependencies": {
|
---|
25 | "@babel/core": "^7.0.0"
|
---|
26 | },
|
---|
27 | "devDependencies": {
|
---|
28 | "@babel/core": "7.14.5",
|
---|
29 | "@babel/helper-plugin-test-runner": "7.14.5"
|
---|
30 | },
|
---|
31 | "engines": {
|
---|
32 | "node": ">=6.9.0"
|
---|
33 | }
|
---|
34 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.