Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "import-fresh@2.0.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "import-fresh@2.0.0",
  9. "_id": "import-fresh@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=",
  12. "_location": "/import-fresh",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "import-fresh@2.0.0",
  18. "name": "import-fresh",
  19. "escapedName": "import-fresh",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/cosmiconfig"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/import-fresh/issues"
  37. },
  38. "dependencies": {
  39. "caller-path": "^2.0.0",
  40. "resolve-from": "^3.0.0"
  41. },
  42. "description": "Import a module while bypassing the cache",
  43. "devDependencies": {
  44. "ava": "*",
  45. "optional-dev-dependency": "^2.0.1",
  46. "xo": "^0.18.2"
  47. },
  48. "engines": {
  49. "node": ">=4"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/import-fresh#readme",
  55. "keywords": [
  56. "require",
  57. "cache",
  58. "uncache",
  59. "uncached",
  60. "module",
  61. "fresh",
  62. "bypass"
  63. ],
  64. "license": "MIT",
  65. "name": "import-fresh",
  66. "optionalDevDependencies": {
  67. "heapdump": "^0.3.7"
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/import-fresh.git"
  72. },
  73. "scripts": {
  74. "heapdump": "optional-dev-dependency && node heapdump.js",
  75. "test": "xo && ava"
  76. },
  77. "version": "2.0.0",
  78. "xo": {
  79. "rules": {
  80. "import/no-extraneous-dependencies": "off"
  81. }
  82. }
  83. }