package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "import-fresh@^3.2.1",
  3. "_id": "import-fresh@3.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
  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. "/@eslint/eslintrc",
  20. "/babel-plugin-macros/cosmiconfig",
  21. "/cosmiconfig",
  22. "/eslint"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  25. "_shasum": "37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b",
  26. "_spec": "import-fresh@^3.2.1",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\cosmiconfig",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "https://sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/import-fresh/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "parent-module": "^1.0.0",
  39. "resolve-from": "^4.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "Import a module while bypassing the cache",
  43. "devDependencies": {
  44. "ava": "^1.0.1",
  45. "heapdump": "^0.3.12",
  46. "tsd": "^0.7.3",
  47. "xo": "^0.23.0"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "funding": "https://github.com/sponsors/sindresorhus",
  57. "homepage": "https://github.com/sindresorhus/import-fresh#readme",
  58. "keywords": [
  59. "require",
  60. "cache",
  61. "uncache",
  62. "uncached",
  63. "module",
  64. "fresh",
  65. "bypass"
  66. ],
  67. "license": "MIT",
  68. "name": "import-fresh",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/import-fresh.git"
  72. },
  73. "scripts": {
  74. "heapdump": "node heapdump.js",
  75. "test": "xo && ava && tsd"
  76. },
  77. "version": "3.3.0"
  78. }