UNPKG

nprof

Version:

small promise interface to [v8-profiler](https://github.com/node-inspector/v8-profiler) functions

39 lines (38 loc) 778 B
{ "name": "nprof", "version": "1.1.0", "description": "", "main": "index.js", "files": [ "index.js", "express" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/alekzonder/nprof.git" }, "publishConfig": { "registry": "http://registry.npmjs.org/" }, "keywords": [ "profiling", "memory", "cpu" ], "author": "alekzonder <alekzonder@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/alekzonder/nprof/issues" }, "homepage": "https://github.com/alekzonder/nprof#readme", "dependencies": { "blocked": "^1.2.1", "v8-profiler": "^5.6.5" }, "devDependencies": { "express": "^4.14.0" } }