- 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/node_modules
- Files:
-
- 236 added
- 1 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 }
Note:
See TracChangeset
for help on using the changeset viewer.