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/template/package.json

    r0c6b92a r79a0317  
    11{
     2  "_from": "@babel/template@^7.25.9",
     3  "_id": "@babel/template@7.25.9",
     4  "_inBundle": false,
     5  "_integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==",
     6  "_location": "/@babel/template",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "@babel/template@^7.25.9",
     12    "name": "@babel/template",
     13    "escapedName": "@babel%2ftemplate",
     14    "scope": "@babel",
     15    "rawSpec": "^7.25.9",
     16    "saveSpec": null,
     17    "fetchSpec": "^7.25.9"
     18  },
     19  "_requiredBy": [
     20    "/@babel/core",
     21    "/@babel/helpers",
     22    "/@babel/traverse"
     23  ],
     24  "_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz",
     25  "_shasum": "ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016",
     26  "_spec": "@babel/template@^7.25.9",
     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"
     31  },
     32  "bugs": {
     33    "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen"
     34  },
     35  "bundleDependencies": false,
     36  "dependencies": {
     37    "@babel/code-frame": "^7.25.9",
     38    "@babel/parser": "^7.25.9",
     39    "@babel/types": "^7.25.9"
     40  },
     41  "deprecated": false,
     42  "description": "Generate an AST from a string template.",
     43  "engines": {
     44    "node": ">=6.9.0"
     45  },
     46  "homepage": "https://babel.dev/docs/en/next/babel-template",
     47  "license": "MIT",
     48  "main": "./lib/index.js",
    249  "name": "@babel/template",
    3   "version": "7.25.9",
    4   "description": "Generate an AST from a string template.",
    5   "author": "The Babel Team (https://babel.dev/team)",
    6   "homepage": "https://babel.dev/docs/en/next/babel-template",
    7   "bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen",
    8   "license": "MIT",
    950  "publishConfig": {
    1051    "access": "public"
     
    1253  "repository": {
    1354    "type": "git",
    14     "url": "https://github.com/babel/babel.git",
     55    "url": "git+https://github.com/babel/babel.git",
    1556    "directory": "packages/babel-template"
    1657  },
    17   "main": "./lib/index.js",
    18   "dependencies": {
    19     "@babel/code-frame": "^7.25.9",
    20     "@babel/parser": "^7.25.9",
    21     "@babel/types": "^7.25.9"
    22   },
    23   "engines": {
    24     "node": ">=6.9.0"
    25   },
    26   "type": "commonjs"
     58  "type": "commonjs",
     59  "version": "7.25.9"
    2760}
Note: See TracChangeset for help on using the changeset viewer.