|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "@babel/plugin-transform-unicode-sets-regex",
|
|---|
| 3 | "version": "7.28.6",
|
|---|
| 4 | "description": "Compile regular expressions' unicodeSets (v) flag.",
|
|---|
| 5 | "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-sets-regex",
|
|---|
| 6 | "license": "MIT",
|
|---|
| 7 | "publishConfig": {
|
|---|
| 8 | "access": "public"
|
|---|
| 9 | },
|
|---|
| 10 | "main": "./lib/index.js",
|
|---|
| 11 | "keywords": [
|
|---|
| 12 | "babel-plugin",
|
|---|
| 13 | "regex",
|
|---|
| 14 | "regexp",
|
|---|
| 15 | "unicode",
|
|---|
| 16 | "sets",
|
|---|
| 17 | "properties",
|
|---|
| 18 | "property",
|
|---|
| 19 | "string",
|
|---|
| 20 | "strings",
|
|---|
| 21 | "regular expressions"
|
|---|
| 22 | ],
|
|---|
| 23 | "repository": {
|
|---|
| 24 | "type": "git",
|
|---|
| 25 | "url": "https://github.com/babel/babel.git",
|
|---|
| 26 | "directory": "packages/babel-plugin-transform-unicode-sets-regex"
|
|---|
| 27 | },
|
|---|
| 28 | "bugs": "https://github.com/babel/babel/issues",
|
|---|
| 29 | "dependencies": {
|
|---|
| 30 | "@babel/helper-create-regexp-features-plugin": "^7.28.5",
|
|---|
| 31 | "@babel/helper-plugin-utils": "^7.28.6"
|
|---|
| 32 | },
|
|---|
| 33 | "peerDependencies": {
|
|---|
| 34 | "@babel/core": "^7.0.0"
|
|---|
| 35 | },
|
|---|
| 36 | "devDependencies": {
|
|---|
| 37 | "@babel/core": "^7.28.6",
|
|---|
| 38 | "@babel/helper-plugin-test-runner": "^7.27.1"
|
|---|
| 39 | },
|
|---|
| 40 | "author": "The Babel Team (https://babel.dev/team)",
|
|---|
| 41 | "exports": {
|
|---|
| 42 | ".": {
|
|---|
| 43 | "types": "./lib/index.d.ts",
|
|---|
| 44 | "default": "./lib/index.js"
|
|---|
| 45 | },
|
|---|
| 46 | "./package.json": "./package.json"
|
|---|
| 47 | },
|
|---|
| 48 | "engines": {
|
|---|
| 49 | "node": ">=6.9.0"
|
|---|
| 50 | },
|
|---|
| 51 | "type": "commonjs"
|
|---|
| 52 | } |
|---|
Note:
See
TracBrowser
for help on using the repository browser.