選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

79 行
1.8 KiB

4年前
  1. {
  2. "_args": [
  3. [
  4. "import-fresh@3.2.2",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "import-fresh@3.2.2",
  10. "_id": "import-fresh@3.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw==",
  13. "_location": "/import-fresh",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "import-fresh@3.2.2",
  19. "name": "import-fresh",
  20. "escapedName": "import-fresh",
  21. "rawSpec": "3.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.2"
  24. },
  25. "_requiredBy": [
  26. "/@eslint/eslintrc",
  27. "/eslint"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.2.tgz",
  30. "_spec": "3.2.2",
  31. "_where": "/home/ubuntu/etherpad-lite",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/import-fresh/issues"
  39. },
  40. "dependencies": {
  41. "parent-module": "^1.0.0",
  42. "resolve-from": "^4.0.0"
  43. },
  44. "description": "Import a module while bypassing the cache",
  45. "devDependencies": {
  46. "ava": "^1.0.1",
  47. "heapdump": "^0.3.12",
  48. "tsd": "^0.7.3",
  49. "xo": "^0.23.0"
  50. },
  51. "engines": {
  52. "node": ">=6"
  53. },
  54. "files": [
  55. "index.js",
  56. "index.d.ts"
  57. ],
  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. "version": "3.2.2"
  79. }