main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
867 bytes
|
Rev | Line | |
---|
[79a0317] | 1 | {
|
---|
| 2 | "name": "@babel/helper-create-regexp-features-plugin",
|
---|
| 3 | "version": "7.26.3",
|
---|
| 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.25.9",
|
---|
| 22 | "regexpu-core": "^6.2.0",
|
---|
| 23 | "semver": "^6.3.1"
|
---|
| 24 | },
|
---|
| 25 | "peerDependencies": {
|
---|
| 26 | "@babel/core": "^7.0.0"
|
---|
| 27 | },
|
---|
| 28 | "devDependencies": {
|
---|
| 29 | "@babel/core": "^7.26.0",
|
---|
| 30 | "@babel/helper-plugin-test-runner": "^7.25.9"
|
---|
| 31 | },
|
---|
| 32 | "engines": {
|
---|
| 33 | "node": ">=6.9.0"
|
---|
| 34 | },
|
---|
| 35 | "type": "commonjs"
|
---|
| 36 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.