package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "import-fresh@^3.0.0",
  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.0.0",
  12. "name": "import-fresh",
  13. "escapedName": "import-fresh",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@eslint/eslintrc",
  20. "/eslint"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
  23. "_shasum": "37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b",
  24. "_spec": "import-fresh@^3.0.0",
  25. "_where": "/home/girishm/Projects/op-mattermost-plugin/node_modules/eslint",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "https://sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/import-fresh/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "parent-module": "^1.0.0",
  37. "resolve-from": "^4.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Import a module while bypassing the cache",
  41. "devDependencies": {
  42. "ava": "^1.0.1",
  43. "heapdump": "^0.3.12",
  44. "tsd": "^0.7.3",
  45. "xo": "^0.23.0"
  46. },
  47. "engines": {
  48. "node": ">=6"
  49. },
  50. "files": [
  51. "index.js",
  52. "index.d.ts"
  53. ],
  54. "funding": "https://github.com/sponsors/sindresorhus",
  55. "homepage": "https://github.com/sindresorhus/import-fresh#readme",
  56. "keywords": [
  57. "require",
  58. "cache",
  59. "uncache",
  60. "uncached",
  61. "module",
  62. "fresh",
  63. "bypass"
  64. ],
  65. "license": "MIT",
  66. "name": "import-fresh",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/import-fresh.git"
  70. },
  71. "scripts": {
  72. "heapdump": "node heapdump.js",
  73. "test": "xo && ava && tsd"
  74. },
  75. "version": "3.3.0"
  76. }