- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/@babel/helper-remap-async-to-generator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/helper-annotate-as-pure/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/helper-annotate-as-pure", 3 "version": "7.15.4", 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", 11 "_inBundle": false, 12 "_integrity": "sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==", 13 "_location": "/@babel/helper-remap-async-to-generator/@babel/helper-annotate-as-pure", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@babel/helper-annotate-as-pure@7.15.4", 19 "name": "@babel/helper-annotate-as-pure", 20 "escapedName": "@babel%2fhelper-annotate-as-pure", 21 "scope": "@babel", 22 "rawSpec": "7.15.4", 23 "saveSpec": null, 24 "fetchSpec": "7.15.4" 25 }, 26 "_requiredBy": [ 27 "/@babel/helper-remap-async-to-generator" 28 ], 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", 32 "author": { 33 "name": "The Babel Team", 34 "url": "https://babel.dev/team" 35 }, 36 "bugs": { 37 "url": "https://github.com/babel/babel/issues" 38 }, 39 "dependencies": { 40 "@babel/types": "^7.15.4" 41 }, 4 42 "description": "Helper function to annotate paths and nodes with #__PURE__ comment", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/babel/babel.git", 8 "directory": "packages/babel-helper-annotate-as-pure" 43 "engines": { 44 "node": ">=6.9.0" 9 45 }, 10 46 "homepage": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure", 11 47 "license": "MIT", 48 "main": "./lib/index.js", 49 "name": "@babel/helper-annotate-as-pure", 12 50 "publishConfig": { 13 51 "access": "public" 14 52 }, 15 "main": "./lib/index.js", 16 "dependencies": { 17 "@babel/types": "^7.15.4" 53 "repository": { 54 "type": "git", 55 "url": "git+https://github.com/babel/babel.git", 56 "directory": "packages/babel-helper-annotate-as-pure" 18 57 }, 19 "engines": { 20 "node": ">=6.9.0" 21 }, 22 "author": "The Babel Team (https://babel.dev/team)" 58 "version": "7.15.4" 23 59 } -
trip-planner-front/node_modules/@babel/helper-remap-async-to-generator/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/helper-remap-async-to-generator", 3 "version": "7.15.4", 4 "description": "Helper function to remap async functions to generators", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/babel/babel.git", 8 "directory": "packages/babel-helper-remap-async-to-generator" 2 "_args": [ 3 [ 4 "@babel/helper-remap-async-to-generator@7.15.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/helper-remap-async-to-generator@7.15.4", 10 "_id": "@babel/helper-remap-async-to-generator@7.15.4", 11 "_inBundle": false, 12 "_integrity": "sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ==", 13 "_location": "/@babel/helper-remap-async-to-generator", 14 "_phantomChildren": { 15 "@babel/types": "7.15.6" 9 16 }, 10 "homepage": "https://babel.dev/docs/en/next/babel-helper-remap-async-to-generator", 11 "license": "MIT", 12 "publishConfig": { 13 "access": "public" 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "@babel/helper-remap-async-to-generator@7.15.4", 21 "name": "@babel/helper-remap-async-to-generator", 22 "escapedName": "@babel%2fhelper-remap-async-to-generator", 23 "scope": "@babel", 24 "rawSpec": "7.15.4", 25 "saveSpec": null, 26 "fetchSpec": "7.15.4" 14 27 }, 15 "main": "./lib/index.js", 28 "_requiredBy": [ 29 "/@babel/plugin-proposal-async-generator-functions", 30 "/@babel/plugin-transform-async-to-generator" 31 ], 32 "_resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.15.4.tgz", 33 "_spec": "7.15.4", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "author": { 36 "name": "The Babel Team", 37 "url": "https://babel.dev/team" 38 }, 39 "bugs": { 40 "url": "https://github.com/babel/babel/issues" 41 }, 16 42 "dependencies": { 17 43 "@babel/helper-annotate-as-pure": "^7.15.4", … … 19 45 "@babel/types": "^7.15.4" 20 46 }, 47 "description": "Helper function to remap async functions to generators", 21 48 "devDependencies": { 22 49 "@babel/traverse": "7.15.4" … … 25 52 "node": ">=6.9.0" 26 53 }, 27 "author": "The Babel Team (https://babel.dev/team)" 54 "homepage": "https://babel.dev/docs/en/next/babel-helper-remap-async-to-generator", 55 "license": "MIT", 56 "main": "./lib/index.js", 57 "name": "@babel/helper-remap-async-to-generator", 58 "publishConfig": { 59 "access": "public" 60 }, 61 "repository": { 62 "type": "git", 63 "url": "git+https://github.com/babel/babel.git", 64 "directory": "packages/babel-helper-remap-async-to-generator" 65 }, 66 "version": "7.15.4" 28 67 }
Note:
See TracChangeset
for help on using the changeset viewer.