UNPKG

@jsvfs/extras

Version:
39 lines (38 loc) 875 B
{ "name": "@jsvfs/extras", "version": "1.0.0", "description": "Shared classes and helpers for JSVFS adapters.", "main": "index.js", "types": "index.d.ts", "scripts": { "prepack": "tsc", "test": "tsc --noEmit" }, "homepage": "https://github.com/ahuggins-nhs/jsvfs/tree/main/packages/extras", "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", "typescript", "errors" ], "license": "MIT", "dependencies": { "@jsvfs/types": "^1.0.0", "ajv": "^7.1.0", "picomatch": "^2.2.2" }, "devDependencies": { "@types/picomatch": "^2.2.1" }, "gitHead": "ef491e036b549ca1684d66bca9d15c08ff783c44" }