source: trip-planner-front/node_modules/@babel/helper-hoist-variables/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
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"
26 },
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"
37 },
38 "bugs": {
39 "url": "https://github.com/babel/babel/issues"
40 },
41 "dependencies": {
42 "@babel/types": "^7.15.4"
43 },
44 "description": "Helper function to hoist variables",
45 "devDependencies": {
46 "@babel/traverse": "7.15.4"
47 },
48 "engines": {
49 "node": ">=6.9.0"
50 },
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"
64}
Note: See TracBrowser for help on using the repository browser.