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

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

adding photos

  • Property mode set to 100644
File size: 2.7 KB
Line 
1{
2 "_args": [
3 [
4 "@babel/plugin-transform-runtime@7.14.5",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@babel/plugin-transform-runtime@7.14.5",
10 "_id": "@babel/plugin-transform-runtime@7.14.5",
11 "_inBundle": false,
12 "_integrity": "sha512-fPMBhh1AV8ZyneiCIA+wYYUH1arzlXR1UMcApjvchDhfKxhy2r2lReJv8uHEyihi4IFIGlr1Pdx7S5fkESDQsg==",
13 "_location": "/@babel/plugin-transform-runtime",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@babel/plugin-transform-runtime@7.14.5",
19 "name": "@babel/plugin-transform-runtime",
20 "escapedName": "@babel%2fplugin-transform-runtime",
21 "scope": "@babel",
22 "rawSpec": "7.14.5",
23 "saveSpec": null,
24 "fetchSpec": "7.14.5"
25 },
26 "_requiredBy": [
27 "/@angular-devkit/build-angular"
28 ],
29 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.5.tgz",
30 "_spec": "7.14.5",
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 "browser": {
37 "./lib/get-runtime-path/index.js": "./lib/get-runtime-path/browser.js",
38 "./src/get-runtime-path/index.ts": "./src/get-runtime-path/browser.ts"
39 },
40 "bugs": {
41 "url": "https://github.com/babel/babel/issues"
42 },
43 "dependencies": {
44 "@babel/helper-module-imports": "^7.14.5",
45 "@babel/helper-plugin-utils": "^7.14.5",
46 "babel-plugin-polyfill-corejs2": "^0.2.2",
47 "babel-plugin-polyfill-corejs3": "^0.2.2",
48 "babel-plugin-polyfill-regenerator": "^0.2.2",
49 "semver": "^6.3.0"
50 },
51 "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
52 "devDependencies": {
53 "@babel/core": "7.14.5",
54 "@babel/helper-plugin-test-runner": "7.14.5",
55 "@babel/helpers": "7.14.5",
56 "@babel/plugin-transform-typeof-symbol": "7.14.5",
57 "@babel/preset-env": "7.14.5",
58 "@babel/runtime": "7.14.5",
59 "@babel/runtime-corejs3": "7.14.5",
60 "@babel/template": "7.14.5",
61 "@babel/types": "7.14.5",
62 "make-dir": "^2.1.0"
63 },
64 "engines": {
65 "node": ">=6.9.0"
66 },
67 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-runtime",
68 "keywords": [
69 "babel-plugin"
70 ],
71 "license": "MIT",
72 "main": "./lib/index.js",
73 "name": "@babel/plugin-transform-runtime",
74 "peerDependencies": {
75 "@babel/core": "^7.0.0-0"
76 },
77 "publishConfig": {
78 "access": "public"
79 },
80 "repository": {
81 "type": "git",
82 "url": "git+https://github.com/babel/babel.git",
83 "directory": "packages/babel-plugin-transform-runtime"
84 },
85 "version": "7.14.5"
86}
Note: See TracBrowser for help on using the repository browser.