{ "name": "decache", "version": "4.4.0", "description": "decache (Delete Cache) lets you delete modules from node.js require() cache; useful when testing your modules/projects.", "main": "decache.js", "scripts": { "nocov": "./node_modules/tape/bin/tape ./test/test.js", "test": "./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test/*.js", "coverage": "./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test/*.js && ./node_modules/.bin/istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100" }, "repository": { "type": "git", "url": "git+https://github.com/dwyl/decache.git" }, "keywords": [ "delete", "node.js", "require", "cache", "uncache", "un-require" ], "author": "@besarthoxhaj, @jupiter & @nelsonic (with help from StackOverflow)", "license": "MIT", "bugs": { "url": "https://github.com/dwyl/decache/issues" }, "homepage": "https://github.com/dwyl/decache#readme", "directories": { "test": "test" }, "devDependencies": { "istanbul": "^0.4.4", "modern-syslog": "~1.1.4", "pre-commit": "^1.1.3", "tap-spec": "^4.1.1", "tape": "^4.6.0" }, "pre-commit": [ "coverage" ], "dependencies": { "callsite": "^1.0.0" } }