package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "import-fresh@2.0.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "import-fresh@2.0.0",
  10. "_id": "import-fresh@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=",
  13. "_location": "/import-fresh",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "import-fresh@2.0.0",
  19. "name": "import-fresh",
  20. "escapedName": "import-fresh",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/cosmiconfig"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/import-fresh/issues"
  38. },
  39. "dependencies": {
  40. "caller-path": "^2.0.0",
  41. "resolve-from": "^3.0.0"
  42. },
  43. "description": "Import a module while bypassing the cache",
  44. "devDependencies": {
  45. "ava": "*",
  46. "optional-dev-dependency": "^2.0.1",
  47. "xo": "^0.18.2"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  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. "optionalDevDependencies": {
  68. "heapdump": "^0.3.7"
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/import-fresh.git"
  73. },
  74. "scripts": {
  75. "heapdump": "optional-dev-dependency && node heapdump.js",
  76. "test": "xo && ava"
  77. },
  78. "version": "2.0.0",
  79. "xo": {
  80. "rules": {
  81. "import/no-extraneous-dependencies": "off"
  82. }
  83. }
  84. }