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/helper-module-transforms/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "@babel/helper-module-transforms",
    3   "version": "7.26.0",
     2  "_from": "@babel/helper-module-transforms@^7.26.0",
     3  "_id": "@babel/helper-module-transforms@7.26.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==",
     6  "_location": "/@babel/helper-module-transforms",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "@babel/helper-module-transforms@^7.26.0",
     12    "name": "@babel/helper-module-transforms",
     13    "escapedName": "@babel%2fhelper-module-transforms",
     14    "scope": "@babel",
     15    "rawSpec": "^7.26.0",
     16    "saveSpec": null,
     17    "fetchSpec": "^7.26.0"
     18  },
     19  "_requiredBy": [
     20    "/@babel/core"
     21  ],
     22  "_resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz",
     23  "_shasum": "8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae",
     24  "_spec": "@babel/helper-module-transforms@^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"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/babel/babel/issues"
     32  },
     33  "bundleDependencies": false,
     34  "dependencies": {
     35    "@babel/helper-module-imports": "^7.25.9",
     36    "@babel/helper-validator-identifier": "^7.25.9",
     37    "@babel/traverse": "^7.25.9"
     38  },
     39  "deprecated": false,
    440  "description": "Babel helper functions for implementing ES6 module transformations",
    5   "author": "The Babel Team (https://babel.dev/team)",
     41  "devDependencies": {
     42    "@babel/core": "^7.26.0"
     43  },
     44  "engines": {
     45    "node": ">=6.9.0"
     46  },
    647  "homepage": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
    748  "license": "MIT",
     49  "main": "./lib/index.js",
     50  "name": "@babel/helper-module-transforms",
     51  "peerDependencies": {
     52    "@babel/core": "^7.0.0"
     53  },
    854  "publishConfig": {
    955    "access": "public"
     
    1157  "repository": {
    1258    "type": "git",
    13     "url": "https://github.com/babel/babel.git",
     59    "url": "git+https://github.com/babel/babel.git",
    1460    "directory": "packages/babel-helper-module-transforms"
    1561  },
    16   "main": "./lib/index.js",
    17   "dependencies": {
    18     "@babel/helper-module-imports": "^7.25.9",
    19     "@babel/helper-validator-identifier": "^7.25.9",
    20     "@babel/traverse": "^7.25.9"
    21   },
    22   "devDependencies": {
    23     "@babel/core": "^7.26.0"
    24   },
    25   "peerDependencies": {
    26     "@babel/core": "^7.0.0"
    27   },
    28   "engines": {
    29     "node": ">=6.9.0"
    30   },
    31   "type": "commonjs"
     62  "type": "commonjs",
     63  "version": "7.26.0"
    3264}
Note: See TracChangeset for help on using the changeset viewer.