main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[79a0317] | 1 | {
|
---|
| 2 | "name": "@babel/plugin-syntax-unicode-sets-regex",
|
---|
| 3 | "version": "7.18.6",
|
---|
| 4 | "description": "Parse regular expressions' unicodeSets (v) flag.",
|
---|
| 5 | "homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-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-syntax-unicode-sets-regex"
|
---|
| 27 | },
|
---|
| 28 | "bugs": "https://github.com/babel/babel/issues",
|
---|
| 29 | "dependencies": {
|
---|
| 30 | "@babel/helper-create-regexp-features-plugin": "^7.18.6",
|
---|
| 31 | "@babel/helper-plugin-utils": "^7.18.6"
|
---|
| 32 | },
|
---|
| 33 | "peerDependencies": {
|
---|
| 34 | "@babel/core": "^7.0.0"
|
---|
| 35 | },
|
---|
| 36 | "devDependencies": {
|
---|
| 37 | "@babel/core": "^7.18.6",
|
---|
| 38 | "@babel/helper-plugin-test-runner": "^7.18.6"
|
---|
| 39 | },
|
---|
| 40 | "author": "The Babel Team (https://babel.dev/team)",
|
---|
| 41 | "exports": {
|
---|
| 42 | ".": "./lib/index.js",
|
---|
| 43 | "./package.json": "./package.json"
|
---|
| 44 | },
|
---|
| 45 | "engines": {
|
---|
| 46 | "node": ">=6.9.0"
|
---|
| 47 | },
|
---|
| 48 | "type": "commonjs"
|
---|
| 49 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.