Changeset e29cc2e for trip-planner-front/node_modules/@babel/plugin-transform-block-scoping/package.json
- 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-block-scoping/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@babel/plugin-transform-block-scoping@7.15.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/plugin-transform-block-scoping@7.15.3", 10 "_id": "@babel/plugin-transform-block-scoping@7.15.3", 2 "_from": "@babel/plugin-transform-block-scoping@^7.14.5", 3 "_id": "@babel/plugin-transform-block-scoping@7.16.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q==",5 "_integrity": "sha512-27n3l67/R3UrXfizlvHGuTwsRIFyce3D/6a37GRxn28iyTPvNXaW4XvznexRh1zUNLPjbLL22Id0XQElV94ruw==", 13 6 "_location": "/@babel/plugin-transform-block-scoping", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "@babel/plugin-transform-block-scoping@ 7.15.3",11 "raw": "@babel/plugin-transform-block-scoping@^7.14.5", 19 12 "name": "@babel/plugin-transform-block-scoping", 20 13 "escapedName": "@babel%2fplugin-transform-block-scoping", 21 14 "scope": "@babel", 22 "rawSpec": " 7.15.3",15 "rawSpec": "^7.14.5", 23 16 "saveSpec": null, 24 "fetchSpec": " 7.15.3"17 "fetchSpec": "^7.14.5" 25 18 }, 26 19 "_requiredBy": [ 27 20 "/@babel/preset-env" 28 21 ], 29 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.15.3.tgz", 30 "_spec": "7.15.3", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 22 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.0.tgz", 23 "_shasum": "bcf433fb482fe8c3d3b4e8a66b1c4a8e77d37c16", 24 "_spec": "@babel/plugin-transform-block-scoping@^7.14.5", 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 35 "@babel/helper-plugin-utils": "^7.14.5" 41 36 }, 37 "deprecated": false, 42 38 "description": "Compile ES2015 block scoping (const and let) to ES5", 43 39 "devDependencies": { 44 "@babel/core": " 7.15.0",45 "@babel/helper-plugin-test-runner": " 7.14.5",46 "@babel/traverse": " 7.15.0"40 "@babel/core": "^7.16.0", 41 "@babel/helper-plugin-test-runner": "^7.16.0", 42 "@babel/traverse": "^7.16.0" 47 43 }, 48 44 "engines": { … … 67 63 "directory": "packages/babel-plugin-transform-block-scoping" 68 64 }, 69 "version": "7.1 5.3"65 "version": "7.16.0" 70 66 }
Note:
See TracChangeset
for help on using the changeset viewer.