source: imaps-frontend/node_modules/@eslint/js/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.5 KB
Line 
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,
31 "description": "ESLint JavaScript language implementation",
32 "engines": {
33 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
34 },
35 "files": [
36 "LICENSE",
37 "README.md",
38 "src"
39 ],
40 "homepage": "https://eslint.org",
41 "keywords": [
42 "javascript",
43 "eslint-plugin",
44 "eslint"
45 ],
46 "license": "MIT",
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"
59}
Note: See TracBrowser for help on using the repository browser.