package.json 2.0 KB

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