source: trip-planner-front/node_modules/@babel/code-frame/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.0 KB
Line 
1{
2 "_args": [
3 [
4 "@babel/code-frame@7.15.8",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@babel/code-frame@7.15.8",
10 "_id": "@babel/code-frame@7.15.8",
11 "_inBundle": false,
12 "_integrity": "sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==",
13 "_location": "/@babel/code-frame",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@babel/code-frame@7.15.8",
19 "name": "@babel/code-frame",
20 "escapedName": "@babel%2fcode-frame",
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 "/parse-json"
35 ],
36 "_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.15.8.tgz",
37 "_spec": "7.15.8",
38 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
39 "author": {
40 "name": "The Babel Team",
41 "url": "https://babel.dev/team"
42 },
43 "bugs": {
44 "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen"
45 },
46 "dependencies": {
47 "@babel/highlight": "^7.14.5"
48 },
49 "description": "Generate errors that contain a code frame that point to source locations.",
50 "devDependencies": {
51 "@types/chalk": "^2.0.0",
52 "chalk": "^2.0.0",
53 "strip-ansi": "^4.0.0"
54 },
55 "engines": {
56 "node": ">=6.9.0"
57 },
58 "homepage": "https://babel.dev/docs/en/next/babel-code-frame",
59 "license": "MIT",
60 "main": "./lib/index.js",
61 "name": "@babel/code-frame",
62 "publishConfig": {
63 "access": "public"
64 },
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/babel/babel.git",
68 "directory": "packages/babel-code-frame"
69 },
70 "version": "7.15.8"
71}
Note: See TracBrowser for help on using the repository browser.