{ "_from": "decache@4.4.0", "_id": "decache@4.4.0", "_inBundle": false, "_integrity": "sha1-b232uF1+fEQQqTL/wmSJt46azRM=", "_location": "/decache", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "decache@4.4.0", "name": "decache", "escapedName": "decache", "rawSpec": "4.4.0", "saveSpec": null, "fetchSpec": "4.4.0" }, "_requiredBy": [ "/@expo/xdl" ], "_resolved": "https://registry.npmjs.org/decache/-/decache-4.4.0.tgz", "_shasum": "6f6df6b85d7e7c4410a932ffc26489b78e9acd13", "_spec": "decache@4.4.0", "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/xdl", "author": { "name": "@besarthoxhaj, @jupiter & @nelsonic", "url": "with help from StackOverflow" }, "bugs": { "url": "https://github.com/dwyl/decache/issues" }, "bundleDependencies": false, "dependencies": { "callsite": "^1.0.0" }, "deprecated": false, "description": "decache (Delete Cache) lets you delete modules from node.js require() cache; useful when testing your modules/projects.", "devDependencies": { "istanbul": "^0.4.4", "modern-syslog": "~1.1.4", "pre-commit": "^1.1.3", "tap-spec": "^4.1.1", "tape": "^4.6.0" }, "directories": { "test": "test" }, "homepage": "https://github.com/dwyl/decache#readme", "keywords": [ "delete", "node.js", "require", "cache", "uncache", "un-require" ], "license": "MIT", "main": "decache.js", "name": "decache", "pre-commit": [ "coverage" ], "repository": { "type": "git", "url": "git+https://github.com/dwyl/decache.git" }, "scripts": { "coverage": "istanbul cover ./node_modules/tape/bin/tape ./test/*.js && ./node_modules/.bin/istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100", "nocov": "./node_modules/tape/bin/tape ./test/test.js", "test": "istanbul cover ./node_modules/tape/bin/tape ./test/*.js" }, "version": "4.4.0" }