source: trip-planner-front/node_modules/@babel/helper-plugin-utils/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: 4.6 KB
Line 
1{
2 "_args": [
3 [
4 "@babel/helper-plugin-utils@7.14.5",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@babel/helper-plugin-utils@7.14.5",
10 "_id": "@babel/helper-plugin-utils@7.14.5",
11 "_inBundle": false,
12 "_integrity": "sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==",
13 "_location": "/@babel/helper-plugin-utils",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@babel/helper-plugin-utils@7.14.5",
19 "name": "@babel/helper-plugin-utils",
20 "escapedName": "@babel%2fhelper-plugin-utils",
21 "scope": "@babel",
22 "rawSpec": "7.14.5",
23 "saveSpec": null,
24 "fetchSpec": "7.14.5"
25 },
26 "_requiredBy": [
27 "/@babel/helper-define-polyfill-provider",
28 "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
29 "/@babel/plugin-proposal-async-generator-functions",
30 "/@babel/plugin-proposal-class-properties",
31 "/@babel/plugin-proposal-class-static-block",
32 "/@babel/plugin-proposal-dynamic-import",
33 "/@babel/plugin-proposal-export-namespace-from",
34 "/@babel/plugin-proposal-json-strings",
35 "/@babel/plugin-proposal-logical-assignment-operators",
36 "/@babel/plugin-proposal-nullish-coalescing-operator",
37 "/@babel/plugin-proposal-numeric-separator",
38 "/@babel/plugin-proposal-object-rest-spread",
39 "/@babel/plugin-proposal-optional-catch-binding",
40 "/@babel/plugin-proposal-optional-chaining",
41 "/@babel/plugin-proposal-private-methods",
42 "/@babel/plugin-proposal-private-property-in-object",
43 "/@babel/plugin-proposal-unicode-property-regex",
44 "/@babel/plugin-syntax-async-generators",
45 "/@babel/plugin-syntax-class-properties",
46 "/@babel/plugin-syntax-class-static-block",
47 "/@babel/plugin-syntax-dynamic-import",
48 "/@babel/plugin-syntax-export-namespace-from",
49 "/@babel/plugin-syntax-json-strings",
50 "/@babel/plugin-syntax-logical-assignment-operators",
51 "/@babel/plugin-syntax-nullish-coalescing-operator",
52 "/@babel/plugin-syntax-numeric-separator",
53 "/@babel/plugin-syntax-object-rest-spread",
54 "/@babel/plugin-syntax-optional-catch-binding",
55 "/@babel/plugin-syntax-optional-chaining",
56 "/@babel/plugin-syntax-private-property-in-object",
57 "/@babel/plugin-syntax-top-level-await",
58 "/@babel/plugin-transform-arrow-functions",
59 "/@babel/plugin-transform-async-to-generator",
60 "/@babel/plugin-transform-block-scoped-functions",
61 "/@babel/plugin-transform-block-scoping",
62 "/@babel/plugin-transform-classes",
63 "/@babel/plugin-transform-computed-properties",
64 "/@babel/plugin-transform-destructuring",
65 "/@babel/plugin-transform-dotall-regex",
66 "/@babel/plugin-transform-duplicate-keys",
67 "/@babel/plugin-transform-exponentiation-operator",
68 "/@babel/plugin-transform-for-of",
69 "/@babel/plugin-transform-function-name",
70 "/@babel/plugin-transform-literals",
71 "/@babel/plugin-transform-member-expression-literals",
72 "/@babel/plugin-transform-modules-amd",
73 "/@babel/plugin-transform-modules-commonjs",
74 "/@babel/plugin-transform-modules-systemjs",
75 "/@babel/plugin-transform-modules-umd",
76 "/@babel/plugin-transform-new-target",
77 "/@babel/plugin-transform-object-super",
78 "/@babel/plugin-transform-parameters",
79 "/@babel/plugin-transform-property-literals",
80 "/@babel/plugin-transform-reserved-words",
81 "/@babel/plugin-transform-runtime",
82 "/@babel/plugin-transform-shorthand-properties",
83 "/@babel/plugin-transform-spread",
84 "/@babel/plugin-transform-sticky-regex",
85 "/@babel/plugin-transform-template-literals",
86 "/@babel/plugin-transform-typeof-symbol",
87 "/@babel/plugin-transform-unicode-escapes",
88 "/@babel/plugin-transform-unicode-regex",
89 "/@babel/preset-env",
90 "/@babel/preset-modules"
91 ],
92 "_resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz",
93 "_spec": "7.14.5",
94 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
95 "author": {
96 "name": "The Babel Team",
97 "url": "https://babel.dev/team"
98 },
99 "bugs": {
100 "url": "https://github.com/babel/babel/issues"
101 },
102 "description": "General utilities for plugins to use",
103 "engines": {
104 "node": ">=6.9.0"
105 },
106 "homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
107 "license": "MIT",
108 "main": "./lib/index.js",
109 "name": "@babel/helper-plugin-utils",
110 "publishConfig": {
111 "access": "public"
112 },
113 "repository": {
114 "type": "git",
115 "url": "git+https://github.com/babel/babel.git",
116 "directory": "packages/babel-helper-plugin-utils"
117 },
118 "version": "7.14.5"
119}
Note: See TracBrowser for help on using the repository browser.