{ "name": "@uci-utils/memory", "version": "0.1.6", "description": "memory logger and watcher", "main": "src/memory.js", "scripts": { "example": "node -r esm examples/example", "example:dev": "./node_modules/.bin/nodemon -r esm examples/example" }, "author": "David Kebler", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/uCOMmandIt/.git" }, "keywords": [ "node.js" ], "bugs": { "url": "https://github.com/uCOMmandIt/uci-utils/issues" }, "homepage": "https://github.com/uCOMmandIt/uci-utils#readme", "dependencies": { "debounce-fn": "^4.0.0", "exact-math": "^2.2.0", "gc-stats": "^1.4.0", "object-sizeof": "^1.6.1" }, "devDependencies": { "esm": "^3.2.25", "nodemon": "^2.0.4" } }