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

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/@babel/helpers/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "@babel/helpers",
    3   "version": "7.26.0",
    4   "description": "Collection of helper functions used by Babel transforms.",
    5   "author": "The Babel Team (https://babel.dev/team)",
    6   "homepage": "https://babel.dev/docs/en/next/babel-helpers",
    7   "license": "MIT",
    8   "publishConfig": {
    9     "access": "public"
     2  "_from": "@babel/helpers@^7.26.0",
     3  "_id": "@babel/helpers@7.26.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==",
     6  "_location": "/@babel/helpers",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "@babel/helpers@^7.26.0",
     12    "name": "@babel/helpers",
     13    "escapedName": "@babel%2fhelpers",
     14    "scope": "@babel",
     15    "rawSpec": "^7.26.0",
     16    "saveSpec": null,
     17    "fetchSpec": "^7.26.0"
    1018  },
    11   "repository": {
    12     "type": "git",
    13     "url": "https://github.com/babel/babel.git",
    14     "directory": "packages/babel-helpers"
     19  "_requiredBy": [
     20    "/@babel/core"
     21  ],
     22  "_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz",
     23  "_shasum": "30e621f1eba5aa45fe6f4868d2e9154d884119a4",
     24  "_spec": "@babel/helpers@^7.26.0",
     25  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/core",
     26  "author": {
     27    "name": "The Babel Team",
     28    "url": "https://babel.dev/team"
    1529  },
    16   "main": "./lib/index.js",
     30  "bugs": {
     31    "url": "https://github.com/babel/babel/issues"
     32  },
     33  "bundleDependencies": false,
    1734  "dependencies": {
    1835    "@babel/template": "^7.25.9",
    1936    "@babel/types": "^7.26.0"
    2037  },
     38  "deprecated": false,
     39  "description": "Collection of helper functions used by Babel transforms.",
    2140  "devDependencies": {
    2241    "@babel/generator": "^7.26.0",
     
    2847    "node": ">=6.9.0"
    2948  },
    30   "type": "commonjs"
     49  "homepage": "https://babel.dev/docs/en/next/babel-helpers",
     50  "license": "MIT",
     51  "main": "./lib/index.js",
     52  "name": "@babel/helpers",
     53  "publishConfig": {
     54    "access": "public"
     55  },
     56  "repository": {
     57    "type": "git",
     58    "url": "git+https://github.com/babel/babel.git",
     59    "directory": "packages/babel-helpers"
     60  },
     61  "type": "commonjs",
     62  "version": "7.26.0"
    3163}
Note: See TracChangeset for help on using the changeset viewer.