source: trip-planner-front/node_modules/@babel/plugin-transform-modules-commonjs/package.json@ e29cc2e

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

primeNG components

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "_from": "@babel/plugin-transform-modules-commonjs@^7.14.5",
3 "_id": "@babel/plugin-transform-modules-commonjs@7.16.0",
4 "_inBundle": false,
5 "_integrity": "sha512-Dzi+NWqyEotgzk/sb7kgQPJQf7AJkQBWsVp1N6JWc1lBVo0vkElUnGdr1PzUBmfsCCN5OOFya3RtpeHk15oLKQ==",
6 "_location": "/@babel/plugin-transform-modules-commonjs",
7 "_phantomChildren": {
8 "@babel/helper-validator-identifier": "7.15.7",
9 "chalk": "2.4.2",
10 "debug": "4.3.2",
11 "globals": "11.12.0",
12 "js-tokens": "4.0.0",
13 "jsesc": "2.5.2",
14 "to-fast-properties": "2.0.0"
15 },
16 "_requested": {
17 "type": "range",
18 "registry": true,
19 "raw": "@babel/plugin-transform-modules-commonjs@^7.14.5",
20 "name": "@babel/plugin-transform-modules-commonjs",
21 "escapedName": "@babel%2fplugin-transform-modules-commonjs",
22 "scope": "@babel",
23 "rawSpec": "^7.14.5",
24 "saveSpec": null,
25 "fetchSpec": "^7.14.5"
26 },
27 "_requiredBy": [
28 "/@babel/preset-env"
29 ],
30 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.0.tgz",
31 "_shasum": "add58e638c8ddc4875bd9a9ecb5c594613f6c922",
32 "_spec": "@babel/plugin-transform-modules-commonjs@^7.14.5",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env",
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 "bundleDependencies": false,
42 "dependencies": {
43 "@babel/helper-module-transforms": "^7.16.0",
44 "@babel/helper-plugin-utils": "^7.14.5",
45 "@babel/helper-simple-access": "^7.16.0",
46 "babel-plugin-dynamic-import-node": "^2.3.3"
47 },
48 "deprecated": false,
49 "description": "This plugin transforms ES2015 modules to CommonJS",
50 "devDependencies": {
51 "@babel/core": "^7.16.0",
52 "@babel/helper-plugin-test-runner": "^7.16.0",
53 "@babel/plugin-external-helpers": "^7.16.0",
54 "@babel/plugin-syntax-class-static-block": "^7.14.5",
55 "@babel/plugin-syntax-object-rest-spread": "^7.8.3"
56 },
57 "engines": {
58 "node": ">=6.9.0"
59 },
60 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",
61 "keywords": [
62 "babel-plugin"
63 ],
64 "license": "MIT",
65 "main": "./lib/index.js",
66 "name": "@babel/plugin-transform-modules-commonjs",
67 "peerDependencies": {
68 "@babel/core": "^7.0.0-0"
69 },
70 "publishConfig": {
71 "access": "public"
72 },
73 "repository": {
74 "type": "git",
75 "url": "git+https://github.com/babel/babel.git",
76 "directory": "packages/babel-plugin-transform-modules-commonjs"
77 },
78 "version": "7.16.0"
79}
Note: See TracBrowser for help on using the repository browser.