用工小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
640 B

7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
  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. }