source: trip-planner-front/node_modules/@babel/helper-module-imports/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: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "@babel/helper-module-imports@7.15.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@babel/helper-module-imports@7.15.4",
10 "_id": "@babel/helper-module-imports@7.15.4",
11 "_inBundle": false,
12 "_integrity": "sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==",
13 "_location": "/@babel/helper-module-imports",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@babel/helper-module-imports@7.15.4",
19 "name": "@babel/helper-module-imports",
20 "escapedName": "@babel%2fhelper-module-imports",
21 "scope": "@babel",
22 "rawSpec": "7.15.4",
23 "saveSpec": null,
24 "fetchSpec": "7.15.4"
25 },
26 "_requiredBy": [
27 "/@babel/helper-define-polyfill-provider",
28 "/@babel/helper-module-transforms",
29 "/@babel/plugin-transform-async-to-generator",
30 "/@babel/plugin-transform-runtime"
31 ],
32 "_resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-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 },
42 "dependencies": {
43 "@babel/types": "^7.15.4"
44 },
45 "description": "Babel helper functions for inserting module loads",
46 "devDependencies": {
47 "@babel/core": "7.15.4",
48 "@babel/traverse": "7.15.4"
49 },
50 "engines": {
51 "node": ">=6.9.0"
52 },
53 "homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
54 "license": "MIT",
55 "main": "./lib/index.js",
56 "name": "@babel/helper-module-imports",
57 "publishConfig": {
58 "access": "public"
59 },
60 "repository": {
61 "type": "git",
62 "url": "git+https://github.com/babel/babel.git",
63 "directory": "packages/babel-helper-module-imports"
64 },
65 "version": "7.15.4"
66}
Note: See TracBrowser for help on using the repository browser.