- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/helper-hoist-variables/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/helper-hoist-variables", 3 "version": "7.15.4", 4 "description": "Helper function to hoist variables", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/babel/babel.git", 8 "directory": "packages/babel-helper-hoist-variables" 2 "TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. We can consider exporting it from @babel/core.", 3 "_args": [ 4 [ 5 "@babel/helper-hoist-variables@7.15.4", 6 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 7 ] 8 ], 9 "_development": true, 10 "_from": "@babel/helper-hoist-variables@7.15.4", 11 "_id": "@babel/helper-hoist-variables@7.15.4", 12 "_inBundle": false, 13 "_integrity": "sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==", 14 "_location": "/@babel/helper-hoist-variables", 15 "_phantomChildren": {}, 16 "_requested": { 17 "type": "version", 18 "registry": true, 19 "raw": "@babel/helper-hoist-variables@7.15.4", 20 "name": "@babel/helper-hoist-variables", 21 "escapedName": "@babel%2fhelper-hoist-variables", 22 "scope": "@babel", 23 "rawSpec": "7.15.4", 24 "saveSpec": null, 25 "fetchSpec": "7.15.4" 9 26 }, 10 "homepage": "https://babel.dev/docs/en/next/babel-helper-hoist-variables", 11 "license": "MIT", 12 "publishConfig": { 13 "access": "public" 27 "_requiredBy": [ 28 "/@babel/plugin-transform-modules-systemjs", 29 "/@babel/traverse" 30 ], 31 "_resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz", 32 "_spec": "7.15.4", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "The Babel Team", 36 "url": "https://babel.dev/team" 14 37 }, 15 "main": "./lib/index.js", 38 "bugs": { 39 "url": "https://github.com/babel/babel/issues" 40 }, 16 41 "dependencies": { 17 42 "@babel/types": "^7.15.4" 18 43 }, 19 " TODO": "The @babel/traverse dependency is only needed for the NodePath TS type. We can consider exporting it from @babel/core.",44 "description": "Helper function to hoist variables", 20 45 "devDependencies": { 21 46 "@babel/traverse": "7.15.4" … … 24 49 "node": ">=6.9.0" 25 50 }, 26 "author": "The Babel Team (https://babel.dev/team)" 51 "homepage": "https://babel.dev/docs/en/next/babel-helper-hoist-variables", 52 "license": "MIT", 53 "main": "./lib/index.js", 54 "name": "@babel/helper-hoist-variables", 55 "publishConfig": { 56 "access": "public" 57 }, 58 "repository": { 59 "type": "git", 60 "url": "git+https://github.com/babel/babel.git", 61 "directory": "packages/babel-helper-hoist-variables" 62 }, 63 "version": "7.15.4" 27 64 }
Note:
See TracChangeset
for help on using the changeset viewer.