source: trip-planner-front/node_modules/@babel/traverse/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.3 KB
Line 
1{
2 "_args": [
3 [
4 "@babel/traverse@7.15.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@babel/traverse@7.15.4",
10 "_id": "@babel/traverse@7.15.4",
11 "_inBundle": false,
12 "_integrity": "sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==",
13 "_location": "/@babel/traverse",
14 "_phantomChildren": {
15 "@babel/types": "7.15.6",
16 "jsesc": "2.5.2"
17 },
18 "_requested": {
19 "type": "version",
20 "registry": true,
21 "raw": "@babel/traverse@7.15.4",
22 "name": "@babel/traverse",
23 "escapedName": "@babel%2ftraverse",
24 "scope": "@babel",
25 "rawSpec": "7.15.4",
26 "saveSpec": null,
27 "fetchSpec": "7.15.4"
28 },
29 "_requiredBy": [
30 "/@babel/core",
31 "/@babel/helper-define-polyfill-provider",
32 "/@babel/helper-module-transforms",
33 "/@babel/helper-replace-supers",
34 "/@babel/helper-wrap-function",
35 "/@babel/helpers"
36 ],
37 "_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.4.tgz",
38 "_spec": "7.15.4",
39 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
40 "author": {
41 "name": "The Babel Team",
42 "url": "https://babel.dev/team"
43 },
44 "bugs": {
45 "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen"
46 },
47 "dependencies": {
48 "@babel/code-frame": "^7.14.5",
49 "@babel/generator": "^7.15.4",
50 "@babel/helper-function-name": "^7.15.4",
51 "@babel/helper-hoist-variables": "^7.15.4",
52 "@babel/helper-split-export-declaration": "^7.15.4",
53 "@babel/parser": "^7.15.4",
54 "@babel/types": "^7.15.4",
55 "debug": "^4.1.0",
56 "globals": "^11.1.0"
57 },
58 "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
59 "devDependencies": {
60 "@babel/helper-plugin-test-runner": "7.14.5"
61 },
62 "engines": {
63 "node": ">=6.9.0"
64 },
65 "homepage": "https://babel.dev/docs/en/next/babel-traverse",
66 "license": "MIT",
67 "main": "./lib/index.js",
68 "name": "@babel/traverse",
69 "publishConfig": {
70 "access": "public"
71 },
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/babel/babel.git",
75 "directory": "packages/babel-traverse"
76 },
77 "version": "7.15.4"
78}
Note: See TracBrowser for help on using the repository browser.