Changeset e29cc2e for trip-planner-front/node_modules/@babel/plugin-transform-named-capturing-groups-regex
- 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-named-capturing-groups-regex/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@babel/plugin-transform-named-capturing-groups-regex@7.14.9", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/plugin-transform-named-capturing-groups-regex@7.14.9", 10 "_id": "@babel/plugin-transform-named-capturing-groups-regex@7.14.9", 2 "_from": "@babel/plugin-transform-named-capturing-groups-regex@^7.14.7", 3 "_id": "@babel/plugin-transform-named-capturing-groups-regex@7.16.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==",5 "_integrity": "sha512-LogN88uO+7EhxWc8WZuQ8vxdSyVGxhkh8WTC3tzlT8LccMuQdA81e9SGV6zY7kY2LjDhhDOFdQVxdGwPyBCnvg==", 13 6 "_location": "/@babel/plugin-transform-named-capturing-groups-regex", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "@babel/plugin-transform-named-capturing-groups-regex@ 7.14.9",11 "raw": "@babel/plugin-transform-named-capturing-groups-regex@^7.14.7", 19 12 "name": "@babel/plugin-transform-named-capturing-groups-regex", 20 13 "escapedName": "@babel%2fplugin-transform-named-capturing-groups-regex", 21 14 "scope": "@babel", 22 "rawSpec": " 7.14.9",15 "rawSpec": "^7.14.7", 23 16 "saveSpec": null, 24 "fetchSpec": " 7.14.9"17 "fetchSpec": "^7.14.7" 25 18 }, 26 19 "_requiredBy": [ 27 20 "/@babel/preset-env" 28 21 ], 29 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz", 30 "_spec": "7.14.9", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 22 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.0.tgz", 23 "_shasum": "d3db61cc5d5b97986559967cd5ea83e5c32096ca", 24 "_spec": "@babel/plugin-transform-named-capturing-groups-regex@^7.14.7", 25 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env", 32 26 "author": { 33 27 "name": "The Babel Team", … … 37 31 "url": "https://github.com/babel/babel/issues" 38 32 }, 33 "bundleDependencies": false, 39 34 "dependencies": { 40 "@babel/helper-create-regexp-features-plugin": "^7.1 4.5"35 "@babel/helper-create-regexp-features-plugin": "^7.16.0" 41 36 }, 37 "deprecated": false, 42 38 "description": "Compile regular expressions using named groups to ES5.", 43 39 "devDependencies": { 44 "@babel/core": " 7.14.8",45 "@babel/helper-plugin-test-runner": " 7.14.5",46 "core-js": "^3.1 6.0"40 "@babel/core": "^7.16.0", 41 "@babel/helper-plugin-test-runner": "^7.16.0", 42 "core-js": "^3.19.0" 47 43 }, 48 44 "engines": { … … 70 66 "directory": "packages/babel-plugin-transform-named-capturing-groups-regex" 71 67 }, 72 "version": "7.1 4.9"68 "version": "7.16.0" 73 69 }
Note:
See TracChangeset
for help on using the changeset viewer.