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/@eslint/js/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "@eslint/js",
    3   "version": "8.57.1",
     2  "_from": "@eslint/js@8.57.1",
     3  "_id": "@eslint/js@8.57.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
     6  "_location": "/@eslint/js",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "@eslint/js@8.57.1",
     12    "name": "@eslint/js",
     13    "escapedName": "@eslint%2fjs",
     14    "scope": "@eslint",
     15    "rawSpec": "8.57.1",
     16    "saveSpec": null,
     17    "fetchSpec": "8.57.1"
     18  },
     19  "_requiredBy": [
     20    "/eslint"
     21  ],
     22  "_resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
     23  "_shasum": "de633db3ec2ef6a3c89e2f19038063e8a122e2c2",
     24  "_spec": "@eslint/js@8.57.1",
     25  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
     26  "bugs": {
     27    "url": "https://github.com/eslint/eslint/issues/"
     28  },
     29  "bundleDependencies": false,
     30  "deprecated": false,
    431  "description": "ESLint JavaScript language implementation",
    5   "main": "./src/index.js",
    6   "scripts": {},
     32  "engines": {
     33    "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
     34  },
    735  "files": [
    836    "LICENSE",
     
    1038    "src"
    1139  ],
    12   "publishConfig": {
    13     "access": "public"
    14   },
    15   "repository": {
    16     "type": "git",
    17     "url": "https://github.com/eslint/eslint.git",
    18     "directory": "packages/js"
    19   },
    2040  "homepage": "https://eslint.org",
    21   "bugs": "https://github.com/eslint/eslint/issues/",
    2241  "keywords": [
    2342    "javascript",
     
    2645  ],
    2746  "license": "MIT",
    28   "engines": {
    29     "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
    30   }
     47  "main": "./src/index.js",
     48  "name": "@eslint/js",
     49  "publishConfig": {
     50    "access": "public"
     51  },
     52  "repository": {
     53    "type": "git",
     54    "url": "git+https://github.com/eslint/eslint.git",
     55    "directory": "packages/js"
     56  },
     57  "scripts": {},
     58  "version": "8.57.1"
    3159}
Note: See TracChangeset for help on using the changeset viewer.