Ignore:
Timestamp:
01/21/25 03:08:24 (2 weeks 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-imports/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "@babel/helper-module-imports",
    3   "version": "7.25.9",
    4   "description": "Babel helper functions for inserting module loads",
    5   "author": "The Babel Team (https://babel.dev/team)",
    6   "homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
    7   "license": "MIT",
    8   "publishConfig": {
    9     "access": "public"
     2  "_from": "@babel/helper-module-imports@^7.25.9",
     3  "_id": "@babel/helper-module-imports@7.25.9",
     4  "_inBundle": false,
     5  "_integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==",
     6  "_location": "/@babel/helper-module-imports",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "@babel/helper-module-imports@^7.25.9",
     12    "name": "@babel/helper-module-imports",
     13    "escapedName": "@babel%2fhelper-module-imports",
     14    "scope": "@babel",
     15    "rawSpec": "^7.25.9",
     16    "saveSpec": null,
     17    "fetchSpec": "^7.25.9"
    1018  },
    11   "repository": {
    12     "type": "git",
    13     "url": "https://github.com/babel/babel.git",
    14     "directory": "packages/babel-helper-module-imports"
     19  "_requiredBy": [
     20    "/@babel/helper-module-transforms"
     21  ],
     22  "_resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz",
     23  "_shasum": "e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715",
     24  "_spec": "@babel/helper-module-imports@^7.25.9",
     25  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/helper-module-transforms",
     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/traverse": "^7.25.9",
    1936    "@babel/types": "^7.25.9"
    2037  },
     38  "deprecated": false,
     39  "description": "Babel helper functions for inserting module loads",
    2140  "devDependencies": {
    2241    "@babel/core": "^7.25.9"
     
    2544    "node": ">=6.9.0"
    2645  },
    27   "type": "commonjs"
     46  "homepage": "https://babel.dev/docs/en/next/babel-helper-module-imports",
     47  "license": "MIT",
     48  "main": "./lib/index.js",
     49  "name": "@babel/helper-module-imports",
     50  "publishConfig": {
     51    "access": "public"
     52  },
     53  "repository": {
     54    "type": "git",
     55    "url": "git+https://github.com/babel/babel.git",
     56    "directory": "packages/babel-helper-module-imports"
     57  },
     58  "type": "commonjs",
     59  "version": "7.25.9"
    2860}
Note: See TracChangeset for help on using the changeset viewer.