Ignore:
Timestamp:
01/21/25 03:08:24 (3 months ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified imaps-frontend/node_modules/@babel/code-frame/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "@babel/code-frame",
    3   "version": "7.26.2",
    4   "description": "Generate errors that contain a code frame that point to source locations.",
    5   "author": "The Babel Team (https://babel.dev/team)",
    6   "homepage": "https://babel.dev/docs/en/next/babel-code-frame",
    7   "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen",
    8   "license": "MIT",
    9   "publishConfig": {
    10     "access": "public"
     2  "_from": "@babel/code-frame@^7.26.0",
     3  "_id": "@babel/code-frame@7.26.2",
     4  "_inBundle": false,
     5  "_integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
     6  "_location": "/@babel/code-frame",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "@babel/code-frame@^7.26.0",
     12    "name": "@babel/code-frame",
     13    "escapedName": "@babel%2fcode-frame",
     14    "scope": "@babel",
     15    "rawSpec": "^7.26.0",
     16    "saveSpec": null,
     17    "fetchSpec": "^7.26.0"
    1118  },
    12   "repository": {
    13     "type": "git",
    14     "url": "https://github.com/babel/babel.git",
    15     "directory": "packages/babel-code-frame"
     19  "_requiredBy": [
     20    "/@babel/core",
     21    "/@babel/template",
     22    "/@babel/traverse"
     23  ],
     24  "_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
     25  "_shasum": "4b5fab97d33338eff916235055f0ebc21e573a85",
     26  "_spec": "@babel/code-frame@^7.26.0",
     27  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/core",
     28  "author": {
     29    "name": "The Babel Team",
     30    "url": "https://babel.dev/team"
    1631  },
    17   "main": "./lib/index.js",
     32  "bugs": {
     33    "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen"
     34  },
     35  "bundleDependencies": false,
    1836  "dependencies": {
    1937    "@babel/helper-validator-identifier": "^7.25.9",
     
    2139    "picocolors": "^1.0.0"
    2240  },
     41  "deprecated": false,
     42  "description": "Generate errors that contain a code frame that point to source locations.",
    2343  "devDependencies": {
    2444    "import-meta-resolve": "^4.1.0",
     
    2848    "node": ">=6.9.0"
    2949  },
    30   "type": "commonjs"
     50  "homepage": "https://babel.dev/docs/en/next/babel-code-frame",
     51  "license": "MIT",
     52  "main": "./lib/index.js",
     53  "name": "@babel/code-frame",
     54  "publishConfig": {
     55    "access": "public"
     56  },
     57  "repository": {
     58    "type": "git",
     59    "url": "git+https://github.com/babel/babel.git",
     60    "directory": "packages/babel-code-frame"
     61  },
     62  "type": "commonjs",
     63  "version": "7.26.2"
    3164}
Note: See TracChangeset for help on using the changeset viewer.