Changeset 79a0317 for imaps-frontend/node_modules/@eslint/js
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@eslint/js/package.json
r0c6b92a r79a0317 1 1 { 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, 4 31 "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 }, 7 35 "files": [ 8 36 "LICENSE", … … 10 38 "src" 11 39 ], 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 40 "homepage": "https://eslint.org", 21 "bugs": "https://github.com/eslint/eslint/issues/",22 41 "keywords": [ 23 42 "javascript", … … 26 45 ], 27 46 "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" 31 59 }
Note:
See TracChangeset
for help on using the changeset viewer.