Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "@babel/plugin-proposal-unicode-property-regex",
|
---|
| 3 | "version": "7.14.5",
|
---|
| 4 | "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
|
---|
| 5 | "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-unicode-property-regex",
|
---|
| 6 | "license": "MIT",
|
---|
| 7 | "publishConfig": {
|
---|
| 8 | "access": "public"
|
---|
| 9 | },
|
---|
| 10 | "main": "./lib/index.js",
|
---|
| 11 | "engines": {
|
---|
| 12 | "node": ">=4"
|
---|
| 13 | },
|
---|
| 14 | "keywords": [
|
---|
| 15 | "babel-plugin",
|
---|
| 16 | "regex",
|
---|
| 17 | "regexp",
|
---|
| 18 | "regular expressions",
|
---|
| 19 | "unicode properties",
|
---|
| 20 | "unicode"
|
---|
| 21 | ],
|
---|
| 22 | "repository": {
|
---|
| 23 | "type": "git",
|
---|
| 24 | "url": "https://github.com/babel/babel.git",
|
---|
| 25 | "directory": "packages/babel-plugin-proposal-unicode-property-regex"
|
---|
| 26 | },
|
---|
| 27 | "bugs": "https://github.com/babel/babel/issues",
|
---|
| 28 | "dependencies": {
|
---|
| 29 | "@babel/helper-create-regexp-features-plugin": "^7.14.5",
|
---|
| 30 | "@babel/helper-plugin-utils": "^7.14.5"
|
---|
| 31 | },
|
---|
| 32 | "peerDependencies": {
|
---|
| 33 | "@babel/core": "^7.0.0-0"
|
---|
| 34 | },
|
---|
| 35 | "devDependencies": {
|
---|
| 36 | "@babel/core": "7.14.5",
|
---|
| 37 | "@babel/helper-plugin-test-runner": "7.14.5"
|
---|
| 38 | },
|
---|
| 39 | "author": "The Babel Team (https://babel.dev/team)"
|
---|
| 40 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.