|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
640 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "@eslint/js",
|
|---|
| 3 | "version": "8.57.1",
|
|---|
| 4 | "description": "ESLint JavaScript language implementation",
|
|---|
| 5 | "main": "./src/index.js",
|
|---|
| 6 | "scripts": {},
|
|---|
| 7 | "files": [
|
|---|
| 8 | "LICENSE",
|
|---|
| 9 | "README.md",
|
|---|
| 10 | "src"
|
|---|
| 11 | ],
|
|---|
| 12 | "publishConfig": {
|
|---|
| 13 | "access": "public"
|
|---|
| 14 | },
|
|---|
| 15 | "repository": {
|
|---|
| 16 | "type": "git",
|
|---|
| 17 | "url": "https://github.com/eslint/eslint.git",
|
|---|
| 18 | "directory": "packages/js"
|
|---|
| 19 | },
|
|---|
| 20 | "homepage": "https://eslint.org",
|
|---|
| 21 | "bugs": "https://github.com/eslint/eslint/issues/",
|
|---|
| 22 | "keywords": [
|
|---|
| 23 | "javascript",
|
|---|
| 24 | "eslint-plugin",
|
|---|
| 25 | "eslint"
|
|---|
| 26 | ],
|
|---|
| 27 | "license": "MIT",
|
|---|
| 28 | "engines": {
|
|---|
| 29 | "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|---|
| 30 | }
|
|---|
| 31 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.