用工小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.0 KiB

6 months ago
2 months ago
2 months ago
2 months ago
2 months ago
6 months ago
  1. {
  2. "name": "import-fresh",
  3. <<<<<<< HEAD
  4. "version": "3.3.0",
  5. =======
  6. "version": "3.3.1",
  7. >>>>>>> f6c7301605cb7d02d0ad6c2c7d8246dabc5bc9e5
  8. "description": "Import a module while bypassing the cache",
  9. "license": "MIT",
  10. "repository": "sindresorhus/import-fresh",
  11. "funding": "https://github.com/sponsors/sindresorhus",
  12. "author": {
  13. "name": "Sindre Sorhus",
  14. "email": "sindresorhus@gmail.com",
  15. "url": "https://sindresorhus.com"
  16. },
  17. <<<<<<< HEAD
  18. =======
  19. "exports": {
  20. "types": "./index.d.ts",
  21. "default": "./index.js"
  22. },
  23. "sideEffects": false,
  24. >>>>>>> f6c7301605cb7d02d0ad6c2c7d8246dabc5bc9e5
  25. "engines": {
  26. "node": ">=6"
  27. },
  28. "scripts": {
  29. "test": "xo && ava && tsd",
  30. "heapdump": "node heapdump.js"
  31. },
  32. "files": [
  33. "index.js",
  34. "index.d.ts"
  35. ],
  36. "keywords": [
  37. "require",
  38. "cache",
  39. "uncache",
  40. "uncached",
  41. "module",
  42. "fresh",
  43. "bypass"
  44. ],
  45. "dependencies": {
  46. "parent-module": "^1.0.0",
  47. "resolve-from": "^4.0.0"
  48. },
  49. "devDependencies": {
  50. "ava": "^1.0.1",
  51. "heapdump": "^0.3.12",
  52. "tsd": "^0.7.3",
  53. "xo": "^0.23.0"
  54. }
  55. }