- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/plugin-transform-dotall-regex/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@babel/plugin-transform-dotall-regex@7.14.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/plugin-transform-dotall-regex@7.14.5", 10 "_id": "@babel/plugin-transform-dotall-regex@7.14.5", 2 "_from": "@babel/plugin-transform-dotall-regex@^7.14.5", 3 "_id": "@babel/plugin-transform-dotall-regex@7.16.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==",5 "_integrity": "sha512-FXlDZfQeLILfJlC6I1qyEwcHK5UpRCFkaoVyA1nk9A1L1Yu583YO4un2KsLBsu3IJb4CUbctZks8tD9xPQubLw==", 13 6 "_location": "/@babel/plugin-transform-dotall-regex", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "@babel/plugin-transform-dotall-regex@ 7.14.5",11 "raw": "@babel/plugin-transform-dotall-regex@^7.14.5", 19 12 "name": "@babel/plugin-transform-dotall-regex", 20 13 "escapedName": "@babel%2fplugin-transform-dotall-regex", 21 14 "scope": "@babel", 22 "rawSpec": " 7.14.5",15 "rawSpec": "^7.14.5", 23 16 "saveSpec": null, 24 "fetchSpec": " 7.14.5"17 "fetchSpec": "^7.14.5" 25 18 }, 26 19 "_requiredBy": [ … … 28 21 "/@babel/preset-modules" 29 22 ], 30 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz", 31 "_spec": "7.14.5", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 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", 33 27 "author": { 34 28 "name": "The Babel Team", … … 38 32 "url": "https://github.com/babel/babel/issues" 39 33 }, 34 "bundleDependencies": false, 40 35 "dependencies": { 41 "@babel/helper-create-regexp-features-plugin": "^7.1 4.5",36 "@babel/helper-create-regexp-features-plugin": "^7.16.0", 42 37 "@babel/helper-plugin-utils": "^7.14.5" 43 38 }, 39 "deprecated": false, 44 40 "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.", 45 41 "devDependencies": { 46 "@babel/core": " 7.14.5",47 "@babel/helper-plugin-test-runner": " 7.14.5"42 "@babel/core": "^7.16.0", 43 "@babel/helper-plugin-test-runner": "^7.16.0" 48 44 }, 49 45 "engines": { … … 72 68 "directory": "packages/babel-plugin-transform-dotall-regex" 73 69 }, 74 "version": "7.1 4.5"70 "version": "7.16.0" 75 71 }
Note:
See TracChangeset
for help on using the changeset viewer.