package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "eslint-module-utils@2.6.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-module-utils@2.6.2",
  10. "_id": "eslint-module-utils@2.6.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-lOVUDdFf4VIuj/o+yNs7f6fnpTQ=",
  13. "_location": "/eslint-module-utils",
  14. "_phantomChildren": {
  15. "ms": "2.1.2"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "eslint-module-utils@2.6.2",
  21. "name": "eslint-module-utils",
  22. "escapedName": "eslint-module-utils",
  23. "rawSpec": "2.6.2",
  24. "saveSpec": null,
  25. "fetchSpec": "2.6.2"
  26. },
  27. "_requiredBy": [
  28. "/eslint-plugin-import"
  29. ],
  30. "_resolved": "https://registry.nlark.com/eslint-module-utils/download/eslint-module-utils-2.6.2.tgz?cache=0&sync_timestamp=1628456056231&other_urls=https%3A%2F%2Fregistry.nlark.com%2Feslint-module-utils%2Fdownload%2Feslint-module-utils-2.6.2.tgz",
  31. "_spec": "2.6.2",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  33. "author": {
  34. "name": "Ben Mosher",
  35. "email": "me@benmosher.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/import-js/eslint-plugin-import/issues"
  39. },
  40. "dependencies": {
  41. "debug": "^3.2.7",
  42. "pkg-dir": "^2.0.0"
  43. },
  44. "description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "homepage": "https://github.com/import-js/eslint-plugin-import#readme",
  49. "keywords": [
  50. "eslint-plugin-import",
  51. "eslint",
  52. "modules",
  53. "esmodules"
  54. ],
  55. "license": "MIT",
  56. "name": "eslint-module-utils",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/import-js/eslint-plugin-import.git"
  60. },
  61. "scripts": {
  62. "prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
  63. "test": "echo \"Error: no test specified\" && exit 1"
  64. },
  65. "version": "2.6.2"
  66. }