source: trip-planner-front/node_modules/@babel/helper-module-transforms/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
2 "_args": [
3 [
4 "@babel/helper-module-transforms@7.15.8",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@babel/helper-module-transforms@7.15.8",
10 "_id": "@babel/helper-module-transforms@7.15.8",
11 "_inBundle": false,
12 "_integrity": "sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg==",
13 "_location": "/@babel/helper-module-transforms",
14 "_phantomChildren": {
15 "@babel/code-frame": "7.15.8",
16 "@babel/parser": "7.15.8",
17 "@babel/types": "7.15.6"
18 },
19 "_requested": {
20 "type": "version",
21 "registry": true,
22 "raw": "@babel/helper-module-transforms@7.15.8",
23 "name": "@babel/helper-module-transforms",
24 "escapedName": "@babel%2fhelper-module-transforms",
25 "scope": "@babel",
26 "rawSpec": "7.15.8",
27 "saveSpec": null,
28 "fetchSpec": "7.15.8"
29 },
30 "_requiredBy": [
31 "/@babel/core",
32 "/@babel/plugin-transform-modules-amd",
33 "/@babel/plugin-transform-modules-commonjs",
34 "/@babel/plugin-transform-modules-systemjs",
35 "/@babel/plugin-transform-modules-umd"
36 ],
37 "_resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz",
38 "_spec": "7.15.8",
39 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
40 "author": {
41 "name": "The Babel Team",
42 "url": "https://babel.dev/team"
43 },
44 "bugs": {
45 "url": "https://github.com/babel/babel/issues"
46 },
47 "dependencies": {
48 "@babel/helper-module-imports": "^7.15.4",
49 "@babel/helper-replace-supers": "^7.15.4",
50 "@babel/helper-simple-access": "^7.15.4",
51 "@babel/helper-split-export-declaration": "^7.15.4",
52 "@babel/helper-validator-identifier": "^7.15.7",
53 "@babel/template": "^7.15.4",
54 "@babel/traverse": "^7.15.4",
55 "@babel/types": "^7.15.6"
56 },
57 "description": "Babel helper functions for implementing ES6 module transformations",
58 "engines": {
59 "node": ">=6.9.0"
60 },
61 "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
62 "license": "MIT",
63 "main": "./lib/index.js",
64 "name": "@babel/helper-module-transforms",
65 "publishConfig": {
66 "access": "public"
67 },
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/babel/babel.git",
71 "directory": "packages/babel-helper-module-transforms"
72 },
73 "version": "7.15.8"
74}
Note: See TracBrowser for help on using the repository browser.