- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/@babel/plugin-transform-classes
- Files:
-
- 236 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/plugin-transform-classes/node_modules/@babel/helper-annotate-as-pure/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@babel/helper-annotate-as-pure@7.15.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/helper-annotate-as-pure@7.15.4", 10 "_id": "@babel/helper-annotate-as-pure@7.15.4", 2 "_from": "@babel/helper-annotate-as-pure@^7.16.0", 3 "_id": "@babel/helper-annotate-as-pure@7.16.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==",5 "_integrity": "sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==", 13 6 "_location": "/@babel/plugin-transform-classes/@babel/helper-annotate-as-pure", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "@babel/helper-annotate-as-pure@ 7.15.4",11 "raw": "@babel/helper-annotate-as-pure@^7.16.0", 19 12 "name": "@babel/helper-annotate-as-pure", 20 13 "escapedName": "@babel%2fhelper-annotate-as-pure", 21 14 "scope": "@babel", 22 "rawSpec": " 7.15.4",15 "rawSpec": "^7.16.0", 23 16 "saveSpec": null, 24 "fetchSpec": " 7.15.4"17 "fetchSpec": "^7.16.0" 25 18 }, 26 19 "_requiredBy": [ 27 20 "/@babel/plugin-transform-classes" 28 21 ], 29 "_resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz", 30 "_spec": "7.15.4", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 22 "_resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz", 23 "_shasum": "9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d", 24 "_spec": "@babel/helper-annotate-as-pure@^7.16.0", 25 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\plugin-transform-classes", 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/types": "^7.1 5.4"35 "@babel/types": "^7.16.0" 41 36 }, 37 "deprecated": false, 42 38 "description": "Helper function to annotate paths and nodes with #__PURE__ comment", 43 39 "engines": { … … 56 52 "directory": "packages/babel-helper-annotate-as-pure" 57 53 }, 58 "version": "7.1 5.4"54 "version": "7.16.0" 59 55 } -
trip-planner-front/node_modules/@babel/plugin-transform-classes/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@babel/plugin-transform-classes@7.15.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/plugin-transform-classes@7.15.4", 10 "_id": "@babel/plugin-transform-classes@7.15.4", 2 "_from": "@babel/plugin-transform-classes@^7.14.5", 3 "_id": "@babel/plugin-transform-classes@7.16.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg==",5 "_integrity": "sha512-HUxMvy6GtAdd+GKBNYDWCIA776byUQH8zjnfjxwT1P1ARv/wFu8eBDpmXQcLS/IwRtrxIReGiplOwMeyO7nsDQ==", 13 6 "_location": "/@babel/plugin-transform-classes", 14 7 "_phantomChildren": { 15 "@babel/types": "7.15.6" 8 "@babel/helper-validator-identifier": "7.15.7", 9 "chalk": "2.4.2", 10 "debug": "4.3.2", 11 "globals": "11.12.0", 12 "js-tokens": "4.0.0", 13 "jsesc": "2.5.2", 14 "to-fast-properties": "2.0.0" 16 15 }, 17 16 "_requested": { 18 "type": " version",17 "type": "range", 19 18 "registry": true, 20 "raw": "@babel/plugin-transform-classes@ 7.15.4",19 "raw": "@babel/plugin-transform-classes@^7.14.5", 21 20 "name": "@babel/plugin-transform-classes", 22 21 "escapedName": "@babel%2fplugin-transform-classes", 23 22 "scope": "@babel", 24 "rawSpec": " 7.15.4",23 "rawSpec": "^7.14.5", 25 24 "saveSpec": null, 26 "fetchSpec": " 7.15.4"25 "fetchSpec": "^7.14.5" 27 26 }, 28 27 "_requiredBy": [ 29 28 "/@babel/preset-env" 30 29 ], 31 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.15.4.tgz", 32 "_spec": "7.15.4", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 30 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.0.tgz", 31 "_shasum": "54cf5ff0b2242c6573d753cd4bfc7077a8b282f5", 32 "_spec": "@babel/plugin-transform-classes@^7.14.5", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env", 34 34 "author": { 35 35 "name": "The Babel Team", … … 39 39 "url": "https://github.com/babel/babel/issues" 40 40 }, 41 "bundleDependencies": false, 41 42 "dependencies": { 42 "@babel/helper-annotate-as-pure": "^7.1 5.4",43 "@babel/helper-function-name": "^7.1 5.4",44 "@babel/helper-optimise-call-expression": "^7.1 5.4",43 "@babel/helper-annotate-as-pure": "^7.16.0", 44 "@babel/helper-function-name": "^7.16.0", 45 "@babel/helper-optimise-call-expression": "^7.16.0", 45 46 "@babel/helper-plugin-utils": "^7.14.5", 46 "@babel/helper-replace-supers": "^7.1 5.4",47 "@babel/helper-split-export-declaration": "^7.1 5.4",47 "@babel/helper-replace-supers": "^7.16.0", 48 "@babel/helper-split-export-declaration": "^7.16.0", 48 49 "globals": "^11.1.0" 49 50 }, 51 "deprecated": false, 50 52 "description": "Compile ES2015 classes to ES5", 51 53 "devDependencies": { 52 "@babel/core": " 7.15.4",53 "@babel/helper-plugin-test-runner": " 7.14.5",54 "@babel/traverse": " 7.15.4"54 "@babel/core": "^7.16.0", 55 "@babel/helper-plugin-test-runner": "^7.16.0", 56 "@babel/traverse": "^7.16.0" 55 57 }, 56 58 "engines": { … … 75 77 "directory": "packages/babel-plugin-transform-classes" 76 78 }, 77 "version": "7.1 5.4"79 "version": "7.16.0" 78 80 }
Note:
See TracChangeset
for help on using the changeset viewer.