UNPKG

mock-fs

Version:

A configurable mock file system. You know, for testing.

47 lines (46 loc) 959 B
{ "name": "mock-fs", "description": "A configurable mock file system. You know, for testing.", "version": "5.5.0", "main": "lib/index.js", "homepage": "https://github.com/tschaub/mock-fs", "author": { "name": "Tim Schaub", "url": "http://tschaub.net/" }, "keywords": [ "mock", "fs", "test", "fixtures", "file system", "memory" ], "repository": { "type": "git", "url": "git://github.com/tschaub/mock-fs.git" }, "bugs": { "url": "https://github.com/tschaub/mock-fs/issues" }, "license": "MIT", "files": [ "lib" ], "scripts": { "lint": "eslint benchmarks lib test tasks", "pretest": "npm run lint", "test": "mocha --recursive test" }, "devDependencies": { "chai": "^4.3.4", "eslint": "^9.19.0", "eslint-config-tschaub": "^15.3.0", "mocha": "^11.0.1", "rimraf": "^6.0.1", "semver": "^7.3.5" }, "engines": { "node": ">=12.0.0" } }