lix-website/themes/lix/assets/bootstrap/node_modules/@babel/plugin-transform-sticky-regex/package.json
2024-04-26 22:49:34 -06:00

34 lines
883 B
JSON

{
"name": "@babel/plugin-transform-sticky-regex",
"version": "7.24.1",
"description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-sticky-regex"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.24.1",
"@babel/helper-plugin-test-runner": "^7.24.1"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-sticky-regex",
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)",
"type": "commonjs"
}