package.json 1.9 KB

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