package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "eslint-module-utils@2.7.4",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-module-utils@2.7.4",
  10. "_id": "eslint-module-utils@2.7.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==",
  13. "_location": "/eslint-module-utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "eslint-module-utils@2.7.4",
  19. "name": "eslint-module-utils",
  20. "escapedName": "eslint-module-utils",
  21. "rawSpec": "2.7.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.7.4"
  24. },
  25. "_requiredBy": [
  26. "/eslint-plugin-import"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz",
  29. "_spec": "2.7.4",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Ben Mosher",
  33. "email": "me@benmosher.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/import-js/eslint-plugin-import/issues"
  37. },
  38. "dependencies": {
  39. "debug": "^3.2.7"
  40. },
  41. "description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
  42. "engines": {
  43. "node": ">=4"
  44. },
  45. "homepage": "https://github.com/import-js/eslint-plugin-import#readme",
  46. "keywords": [
  47. "eslint-plugin-import",
  48. "eslint",
  49. "modules",
  50. "esmodules"
  51. ],
  52. "license": "MIT",
  53. "name": "eslint-module-utils",
  54. "peerDependenciesMeta": {
  55. "eslint": {
  56. "optional": true
  57. }
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/import-js/eslint-plugin-import.git"
  62. },
  63. "scripts": {
  64. "prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
  65. "test": "echo \"Error: no test specified\" && exit 1"
  66. },
  67. "version": "2.7.4"
  68. }