package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "import-fresh",
  3. "version": "2.0.0",
  4. "description": "Import a module while bypassing the cache",
  5. "license": "MIT",
  6. "repository": "sindresorhus/import-fresh",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=4"
  14. },
  15. "scripts": {
  16. "test": "xo && ava",
  17. "heapdump": "optional-dev-dependency && node heapdump.js"
  18. },
  19. "files": [
  20. "index.js"
  21. ],
  22. "keywords": [
  23. "require",
  24. "cache",
  25. "uncache",
  26. "uncached",
  27. "module",
  28. "fresh",
  29. "bypass"
  30. ],
  31. "dependencies": {
  32. "caller-path": "^2.0.0",
  33. "resolve-from": "^3.0.0"
  34. },
  35. "devDependencies": {
  36. "ava": "*",
  37. "optional-dev-dependency": "^2.0.1",
  38. "xo": "^0.18.2"
  39. },
  40. "optionalDevDependencies": {
  41. "heapdump": "^0.3.7"
  42. },
  43. "xo": {
  44. "rules": {
  45. "import/no-extraneous-dependencies": "off"
  46. }
  47. },
  48. "__npminstall_done": "Thu Dec 24 2020 20:20:46 GMT+0800 (CST)",
  49. "_from": "import-fresh@2.0.0",
  50. "_resolved": "https://registry.npm.taobao.org/import-fresh/download/import-fresh-2.0.0.tgz?cache=0&sync_timestamp=1608470013190&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fimport-fresh%2Fdownload%2Fimport-fresh-2.0.0.tgz"
  51. }