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

    r0c6b92a r79a0317  
    11{
    2   "name": "@babel/helper-validator-option",
    3   "version": "7.25.9",
     2  "_from": "@babel/helper-validator-option@^7.25.9",
     3  "_id": "@babel/helper-validator-option@7.25.9",
     4  "_inBundle": false,
     5  "_integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==",
     6  "_location": "/@babel/helper-validator-option",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "@babel/helper-validator-option@^7.25.9",
     12    "name": "@babel/helper-validator-option",
     13    "escapedName": "@babel%2fhelper-validator-option",
     14    "scope": "@babel",
     15    "rawSpec": "^7.25.9",
     16    "saveSpec": null,
     17    "fetchSpec": "^7.25.9"
     18  },
     19  "_requiredBy": [
     20    "/@babel/helper-compilation-targets"
     21  ],
     22  "_resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz",
     23  "_shasum": "86e45bd8a49ab7e03f276577f96179653d41da72",
     24  "_spec": "@babel/helper-validator-option@^7.25.9",
     25  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@babel/helper-compilation-targets",
     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  "deprecated": false,
    435  "description": "Validate plugin/preset options",
    5   "repository": {
    6     "type": "git",
    7     "url": "https://github.com/babel/babel.git",
    8     "directory": "packages/babel-helper-validator-option"
     36  "engines": {
     37    "node": ">=6.9.0"
    938  },
    10   "license": "MIT",
    11   "publishConfig": {
    12     "access": "public"
    13   },
    14   "main": "./lib/index.js",
    1539  "exports": {
    1640    ".": {
     
    2044    "./package.json": "./package.json"
    2145  },
    22   "engines": {
    23     "node": ">=6.9.0"
     46  "homepage": "https://github.com/babel/babel#readme",
     47  "license": "MIT",
     48  "main": "./lib/index.js",
     49  "name": "@babel/helper-validator-option",
     50  "publishConfig": {
     51    "access": "public"
    2452  },
    25   "author": "The Babel Team (https://babel.dev/team)",
    26   "type": "commonjs"
     53  "repository": {
     54    "type": "git",
     55    "url": "git+https://github.com/babel/babel.git",
     56    "directory": "packages/babel-helper-validator-option"
     57  },
     58  "type": "commonjs",
     59  "version": "7.25.9"
    2760}
Note: See TracChangeset for help on using the changeset viewer.