source: trip-planner-front/node_modules/@babel/types/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: 3.4 KB
Line 
1{
2 "_args": [
3 [
4 "@babel/types@7.15.6",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@babel/types@7.15.6",
10 "_id": "@babel/types@7.15.6",
11 "_inBundle": false,
12 "_integrity": "sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==",
13 "_location": "/@babel/types",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@babel/types@7.15.6",
19 "name": "@babel/types",
20 "escapedName": "@babel%2ftypes",
21 "scope": "@babel",
22 "rawSpec": "7.15.6",
23 "saveSpec": null,
24 "fetchSpec": "7.15.6"
25 },
26 "_requiredBy": [
27 "/@angular/compiler-cli",
28 "/@babel/core",
29 "/@babel/generator",
30 "/@babel/helper-annotate-as-pure",
31 "/@babel/helper-builder-binary-assignment-operator-visitor",
32 "/@babel/helper-create-class-features-plugin/@babel/helper-annotate-as-pure",
33 "/@babel/helper-explode-assignable-expression",
34 "/@babel/helper-function-name",
35 "/@babel/helper-function-name/@babel/template",
36 "/@babel/helper-get-function-arity",
37 "/@babel/helper-hoist-variables",
38 "/@babel/helper-member-expression-to-functions",
39 "/@babel/helper-module-imports",
40 "/@babel/helper-module-transforms",
41 "/@babel/helper-module-transforms/@babel/template",
42 "/@babel/helper-optimise-call-expression",
43 "/@babel/helper-remap-async-to-generator",
44 "/@babel/helper-remap-async-to-generator/@babel/helper-annotate-as-pure",
45 "/@babel/helper-replace-supers",
46 "/@babel/helper-simple-access",
47 "/@babel/helper-skip-transparent-expression-wrappers",
48 "/@babel/helper-split-export-declaration",
49 "/@babel/helper-wrap-function",
50 "/@babel/helper-wrap-function/@babel/template",
51 "/@babel/helpers",
52 "/@babel/helpers/@babel/template",
53 "/@babel/plugin-proposal-private-property-in-object/@babel/helper-annotate-as-pure",
54 "/@babel/plugin-transform-classes/@babel/helper-annotate-as-pure",
55 "/@babel/preset-env",
56 "/@babel/preset-modules",
57 "/@babel/template",
58 "/@babel/traverse",
59 "/@babel/traverse/@babel/generator"
60 ],
61 "_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.15.6.tgz",
62 "_spec": "7.15.6",
63 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
64 "author": {
65 "name": "The Babel Team",
66 "url": "https://babel.dev/team"
67 },
68 "bugs": {
69 "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20types%22+is%3Aopen"
70 },
71 "dependencies": {
72 "@babel/helper-validator-identifier": "^7.14.9",
73 "to-fast-properties": "^2.0.0"
74 },
75 "description": "Babel Types is a Lodash-esque utility library for AST nodes",
76 "devDependencies": {
77 "@babel/generator": "7.15.4",
78 "@babel/parser": "7.15.6",
79 "chalk": "^4.1.0",
80 "glob": "^7.1.7"
81 },
82 "engines": {
83 "node": ">=6.9.0"
84 },
85 "homepage": "https://babel.dev/docs/en/next/babel-types",
86 "license": "MIT",
87 "main": "./lib/index.js",
88 "name": "@babel/types",
89 "publishConfig": {
90 "access": "public"
91 },
92 "repository": {
93 "type": "git",
94 "url": "git+https://github.com/babel/babel.git",
95 "directory": "packages/babel-types"
96 },
97 "types": "./lib/index-legacy.d.ts",
98 "typesVersions": {
99 ">=3.7": {
100 "lib/index-legacy.d.ts": [
101 "lib/index.d.ts"
102 ]
103 }
104 },
105 "version": "7.15.6"
106}
Note: See TracBrowser for help on using the repository browser.