source: trip-planner-front/node_modules/@babel/plugin-transform-dotall-regex/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.0 KB
Line 
1{
2 "name": "@babel/plugin-transform-dotall-regex",
3 "version": "7.14.5",
4 "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
5 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-dotall-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 "regular expressions",
16 "dotall"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/babel/babel.git",
21 "directory": "packages/babel-plugin-transform-dotall-regex"
22 },
23 "bugs": "https://github.com/babel/babel/issues",
24 "dependencies": {
25 "@babel/helper-create-regexp-features-plugin": "^7.14.5",
26 "@babel/helper-plugin-utils": "^7.14.5"
27 },
28 "peerDependencies": {
29 "@babel/core": "^7.0.0-0"
30 },
31 "devDependencies": {
32 "@babel/core": "7.14.5",
33 "@babel/helper-plugin-test-runner": "7.14.5"
34 },
35 "engines": {
36 "node": ">=6.9.0"
37 },
38 "author": "The Babel Team (https://babel.dev/team)"
39}
Note: See TracBrowser for help on using the repository browser.