package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "import-fresh@3.3.0",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "import-fresh@3.3.0",
  10. "_id": "import-fresh@3.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  13. "_location": "/import-fresh",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "import-fresh@3.3.0",
  19. "name": "import-fresh",
  20. "escapedName": "import-fresh",
  21. "rawSpec": "3.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.3.0"
  24. },
  25. "_requiredBy": [
  26. "/@eslint/eslintrc",
  27. "/cosmiconfig",
  28. "/eslint"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  31. "_spec": "3.3.0",
  32. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "https://sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/import-fresh/issues"
  40. },
  41. "dependencies": {
  42. "parent-module": "^1.0.0",
  43. "resolve-from": "^4.0.0"
  44. },
  45. "description": "Import a module while bypassing the cache",
  46. "devDependencies": {
  47. "ava": "^1.0.1",
  48. "heapdump": "^0.3.12",
  49. "tsd": "^0.7.3",
  50. "xo": "^0.23.0"
  51. },
  52. "engines": {
  53. "node": ">=6"
  54. },
  55. "files": [
  56. "index.js",
  57. "index.d.ts"
  58. ],
  59. "funding": "https://github.com/sponsors/sindresorhus",
  60. "homepage": "https://github.com/sindresorhus/import-fresh#readme",
  61. "keywords": [
  62. "require",
  63. "cache",
  64. "uncache",
  65. "uncached",
  66. "module",
  67. "fresh",
  68. "bypass"
  69. ],
  70. "license": "MIT",
  71. "name": "import-fresh",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/import-fresh.git"
  75. },
  76. "scripts": {
  77. "heapdump": "node heapdump.js",
  78. "test": "xo && ava && tsd"
  79. },
  80. "version": "3.3.0"
  81. }