UNPKG

mutate-fs

Version:

Mutate the filesystem behavior for tests.

32 lines (31 loc) 674 B
{ "name": "mutate-fs", "version": "2.1.1", "description": "Mutate the filesystem behavior for tests.", "main": "index.js", "devDependencies": { "tap": "^10.7.2" }, "scripts": { "test": "tap test/*.js --100", "preversion": "npm test", "postversion": "npm publish", "postpublish": "git push origin --all; git push origin --tags" }, "repository": { "type": "git", "url": "git+https://github.com/isaacs/mutate-fs.git" }, "keywords": [ "file system", "munge", "mutate", "mock", "fs" ], "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", "license": "ISC", "files": [ "index.js" ] }