You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
2.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "import-fresh@^2.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/cosmiconfig"
  6. ]
  7. ],
  8. "_from": "import-fresh@>=2.0.0 <3.0.0",
  9. "_id": "import-fresh@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/import-fresh",
  13. "_nodeVersion": "4.8.3",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/import-fresh-2.0.0.tgz_1495366784518_0.4047558819875121"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.11",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "import-fresh",
  26. "raw": "import-fresh@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/cosmiconfig"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
  36. "_shasum": "d81355c15612d386c61f9ddd3922d4304822a546",
  37. "_shrinkwrap": null,
  38. "_spec": "import-fresh@^2.0.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/cosmiconfig",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/import-fresh/issues"
  47. },
  48. "dependencies": {
  49. "caller-path": "^2.0.0",
  50. "resolve-from": "^3.0.0"
  51. },
  52. "description": "Import a module while bypassing the cache",
  53. "devDependencies": {
  54. "ava": "*",
  55. "optional-dev-dependency": "^2.0.1",
  56. "xo": "^0.18.2"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "d81355c15612d386c61f9ddd3922d4304822a546",
  61. "tarball": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz"
  62. },
  63. "engines": {
  64. "node": ">=4"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "gitHead": "db00a4e9b6bb761bd32ab92c0e7955075fbc4e49",
  70. "homepage": "https://github.com/sindresorhus/import-fresh#readme",
  71. "keywords": [
  72. "bypass",
  73. "cache",
  74. "fresh",
  75. "module",
  76. "require",
  77. "uncache",
  78. "uncached"
  79. ],
  80. "license": "MIT",
  81. "maintainers": [
  82. {
  83. "name": "sindresorhus",
  84. "email": "sindresorhus@gmail.com"
  85. }
  86. ],
  87. "name": "import-fresh",
  88. "optionalDependencies": {},
  89. "optionalDevDependencies": {
  90. "heapdump": "^0.3.7"
  91. },
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/sindresorhus/import-fresh.git"
  96. },
  97. "scripts": {
  98. "heapdump": "optional-dev-dependency && node heapdump.js",
  99. "test": "xo && ava"
  100. },
  101. "version": "2.0.0",
  102. "xo": {
  103. "rules": {
  104. "import/no-extraneous-dependencies": "off"
  105. }
  106. }
  107. }