package.json 1.7 KB

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