source: trip-planner-front/node_modules/@babel/plugin-transform-modules-commonjs/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.4 KB
Line 
1{
2 "_args": [
3 [
4 "@babel/plugin-transform-modules-commonjs@7.15.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@babel/plugin-transform-modules-commonjs@7.15.4",
10 "_id": "@babel/plugin-transform-modules-commonjs@7.15.4",
11 "_inBundle": false,
12 "_integrity": "sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==",
13 "_location": "/@babel/plugin-transform-modules-commonjs",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@babel/plugin-transform-modules-commonjs@7.15.4",
19 "name": "@babel/plugin-transform-modules-commonjs",
20 "escapedName": "@babel%2fplugin-transform-modules-commonjs",
21 "scope": "@babel",
22 "rawSpec": "7.15.4",
23 "saveSpec": null,
24 "fetchSpec": "7.15.4"
25 },
26 "_requiredBy": [
27 "/@babel/preset-env"
28 ],
29 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-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/helper-module-transforms": "^7.15.4",
41 "@babel/helper-plugin-utils": "^7.14.5",
42 "@babel/helper-simple-access": "^7.15.4",
43 "babel-plugin-dynamic-import-node": "^2.3.3"
44 },
45 "description": "This plugin transforms ES2015 modules to CommonJS",
46 "devDependencies": {
47 "@babel/core": "7.15.4",
48 "@babel/helper-plugin-test-runner": "7.14.5",
49 "@babel/plugin-external-helpers": "7.14.5",
50 "@babel/plugin-syntax-class-static-block": "^7.14.5",
51 "@babel/plugin-syntax-object-rest-spread": "^7.8.3"
52 },
53 "engines": {
54 "node": ">=6.9.0"
55 },
56 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",
57 "keywords": [
58 "babel-plugin"
59 ],
60 "license": "MIT",
61 "main": "./lib/index.js",
62 "name": "@babel/plugin-transform-modules-commonjs",
63 "peerDependencies": {
64 "@babel/core": "^7.0.0-0"
65 },
66 "publishConfig": {
67 "access": "public"
68 },
69 "repository": {
70 "type": "git",
71 "url": "git+https://github.com/babel/babel.git",
72 "directory": "packages/babel-plugin-transform-modules-commonjs"
73 },
74 "version": "7.15.4"
75}
Note: See TracBrowser for help on using the repository browser.