source: trip-planner-front/node_modules/@babel/parser/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.2 KB
Line 
1{
2 "_args": [
3 [
4 "@babel/parser@7.15.8",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@babel/parser@7.15.8",
10 "_id": "@babel/parser@7.15.8",
11 "_inBundle": false,
12 "_integrity": "sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==",
13 "_location": "/@babel/parser",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@babel/parser@7.15.8",
19 "name": "@babel/parser",
20 "escapedName": "@babel%2fparser",
21 "scope": "@babel",
22 "rawSpec": "7.15.8",
23 "saveSpec": null,
24 "fetchSpec": "7.15.8"
25 },
26 "_requiredBy": [
27 "/@babel/core",
28 "/@babel/helper-function-name/@babel/template",
29 "/@babel/helper-module-transforms/@babel/template",
30 "/@babel/helper-wrap-function/@babel/template",
31 "/@babel/helpers/@babel/template",
32 "/@babel/template",
33 "/@babel/traverse"
34 ],
35 "_resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.15.8.tgz",
36 "_spec": "7.15.8",
37 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
38 "author": {
39 "name": "The Babel Team",
40 "url": "https://babel.dev/team"
41 },
42 "bin": {
43 "parser": "bin/babel-parser.js"
44 },
45 "bugs": {
46 "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A+parser+%28babylon%29%22+is%3Aopen"
47 },
48 "description": "A JavaScript parser",
49 "devDependencies": {
50 "@babel/code-frame": "7.15.8",
51 "@babel/helper-fixtures": "7.14.5",
52 "@babel/helper-validator-identifier": "7.15.7",
53 "charcodes": "^0.2.0"
54 },
55 "engines": {
56 "node": ">=6.0.0"
57 },
58 "files": [
59 "bin",
60 "lib",
61 "typings"
62 ],
63 "homepage": "https://babel.dev/docs/en/next/babel-parser",
64 "keywords": [
65 "babel",
66 "javascript",
67 "parser",
68 "tc39",
69 "ecmascript",
70 "@babel/parser"
71 ],
72 "license": "MIT",
73 "main": "./lib/index.js",
74 "name": "@babel/parser",
75 "publishConfig": {
76 "access": "public"
77 },
78 "repository": {
79 "type": "git",
80 "url": "git+https://github.com/babel/babel.git",
81 "directory": "packages/babel-parser"
82 },
83 "types": "./typings/babel-parser.d.ts",
84 "version": "7.15.8"
85}
Note: See TracBrowser for help on using the repository browser.