mirror of https://github.com/ghostfolio/ghostfolio
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.
27 lines
939 B
27 lines
939 B
{
|
|
"name": "@gadicc/fetch-mock-cache",
|
|
"version": "2.1.3",
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./store.js": "./src/store.ts",
|
|
"./store.ts": "./src/store.ts",
|
|
"./runtimes/node.js": "./src/runtimes/node.ts",
|
|
"./runtimes/node.ts": "./src/runtimes/node.ts",
|
|
"./runtimes/deno.js": "./src/runtimes/deno.ts",
|
|
"./runtimes/deno.ts": "./src/runtimes/deno.ts",
|
|
"./runtimes/bun.js": "./src/runtimes/bun.ts",
|
|
"./runtimes/bun.ts": "./src/runtimes/bun.ts",
|
|
"./stores/memory.js": "./src/stores/memory.ts",
|
|
"./stores/memory.ts": "./src/stores/memory.ts",
|
|
"./stores/fs.js": "./src/stores/fs.ts",
|
|
"./stores/fs.ts": "./src/stores/fs.ts"
|
|
},
|
|
"imports": {
|
|
"@std/assert": "jsr:@std/assert@1",
|
|
"@std/path": "jsr:@std/path@1",
|
|
"debug": "npm:debug@^4.3.4",
|
|
"filenamify-url": "npm:filenamify-url@^2.1.2"
|
|
},
|
|
"exclude": ["node_modules", "lib", "coverage", "tests"]
|
|
}
|
|
|