[6a3a178] | 1 | {
|
---|
[e29cc2e] | 2 | "_from": "@babel/plugin-transform-dotall-regex@^7.14.5",
|
---|
| 3 | "_id": "@babel/plugin-transform-dotall-regex@7.16.0",
|
---|
[59329aa] | 4 | "_inBundle": false,
|
---|
[e29cc2e] | 5 | "_integrity": "sha512-FXlDZfQeLILfJlC6I1qyEwcHK5UpRCFkaoVyA1nk9A1L1Yu583YO4un2KsLBsu3IJb4CUbctZks8tD9xPQubLw==",
|
---|
[59329aa] | 6 | "_location": "/@babel/plugin-transform-dotall-regex",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
[e29cc2e] | 9 | "type": "range",
|
---|
[59329aa] | 10 | "registry": true,
|
---|
[e29cc2e] | 11 | "raw": "@babel/plugin-transform-dotall-regex@^7.14.5",
|
---|
[59329aa] | 12 | "name": "@babel/plugin-transform-dotall-regex",
|
---|
| 13 | "escapedName": "@babel%2fplugin-transform-dotall-regex",
|
---|
| 14 | "scope": "@babel",
|
---|
[e29cc2e] | 15 | "rawSpec": "^7.14.5",
|
---|
[59329aa] | 16 | "saveSpec": null,
|
---|
[e29cc2e] | 17 | "fetchSpec": "^7.14.5"
|
---|
[6a3a178] | 18 | },
|
---|
[59329aa] | 19 | "_requiredBy": [
|
---|
| 20 | "/@babel/preset-env",
|
---|
| 21 | "/@babel/preset-modules"
|
---|
[6a3a178] | 22 | ],
|
---|
[e29cc2e] | 23 | "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.0.tgz",
|
---|
| 24 | "_shasum": "50bab00c1084b6162d0a58a818031cf57798e06f",
|
---|
| 25 | "_spec": "@babel/plugin-transform-dotall-regex@^7.14.5",
|
---|
| 26 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env",
|
---|
[59329aa] | 27 | "author": {
|
---|
| 28 | "name": "The Babel Team",
|
---|
| 29 | "url": "https://babel.dev/team"
|
---|
| 30 | },
|
---|
| 31 | "bugs": {
|
---|
| 32 | "url": "https://github.com/babel/babel/issues"
|
---|
[6a3a178] | 33 | },
|
---|
[e29cc2e] | 34 | "bundleDependencies": false,
|
---|
[6a3a178] | 35 | "dependencies": {
|
---|
[e29cc2e] | 36 | "@babel/helper-create-regexp-features-plugin": "^7.16.0",
|
---|
[6a3a178] | 37 | "@babel/helper-plugin-utils": "^7.14.5"
|
---|
| 38 | },
|
---|
[e29cc2e] | 39 | "deprecated": false,
|
---|
[59329aa] | 40 | "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
|
---|
[6a3a178] | 41 | "devDependencies": {
|
---|
[e29cc2e] | 42 | "@babel/core": "^7.16.0",
|
---|
| 43 | "@babel/helper-plugin-test-runner": "^7.16.0"
|
---|
[6a3a178] | 44 | },
|
---|
| 45 | "engines": {
|
---|
| 46 | "node": ">=6.9.0"
|
---|
| 47 | },
|
---|
[59329aa] | 48 | "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-dotall-regex",
|
---|
| 49 | "keywords": [
|
---|
| 50 | "babel-plugin",
|
---|
| 51 | "regex",
|
---|
| 52 | "regexp",
|
---|
| 53 | "regular expressions",
|
---|
| 54 | "dotall"
|
---|
| 55 | ],
|
---|
| 56 | "license": "MIT",
|
---|
| 57 | "main": "./lib/index.js",
|
---|
| 58 | "name": "@babel/plugin-transform-dotall-regex",
|
---|
| 59 | "peerDependencies": {
|
---|
| 60 | "@babel/core": "^7.0.0-0"
|
---|
| 61 | },
|
---|
| 62 | "publishConfig": {
|
---|
| 63 | "access": "public"
|
---|
| 64 | },
|
---|
| 65 | "repository": {
|
---|
| 66 | "type": "git",
|
---|
| 67 | "url": "git+https://github.com/babel/babel.git",
|
---|
| 68 | "directory": "packages/babel-plugin-transform-dotall-regex"
|
---|
| 69 | },
|
---|
[e29cc2e] | 70 | "version": "7.16.0"
|
---|
[59329aa] | 71 | }
|
---|