@jsvfs/adapter-noop
Version:
The default adapter for `@jsvfs/core`.
35 lines (34 loc) • 817 B
JSON
{
"name": "@jsvfs/adapter-noop",
"version": "1.0.0",
"description": "The default adapter for `@jsvfs/core`.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"prepack": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/ahuggins-nhs/jsvfs/tree/main/packages/adapter-noop",
"repository": {
"type": "git",
"url": "git@github.com:ahuggins-nhs/jsvfs.git"
},
"publishConfig": {
"access": "public"
},
"author": "Aaron Huggins <aaron.huggins@gmail.com>",
"keywords": [
"jsvfs",
"vfs",
"virtual file system",
"file system",
"adapter",
"jsvfs adapter",
"noop"
],
"license": "MIT",
"dependencies": {
"@jsvfs/types": "^1.0.0"
},
"gitHead": "ef491e036b549ca1684d66bca9d15c08ff783c44"
}