UNPKG

restify

Version:
65 lines (64 loc) 1.62 kB
{ "_from": "pidusage@^1.2.0", "_id": "pidusage@1.2.0", "_inBundle": false, "_integrity": "sha1-Ze6WrOTgikzT+SQJlshbNnFx7pI=", "_location": "/pidusage", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "pidusage@^1.2.0", "name": "pidusage", "escapedName": "pidusage", "rawSpec": "^1.2.0", "saveSpec": null, "fetchSpec": "^1.2.0" }, "_requiredBy": [ "/restify" ], "_resolved": "https://artifacts.netflix.com/api/npm/npm-netflix/pidusage/-/pidusage-1.2.0.tgz", "_shasum": "65ee96ace4e08a4cd3f9240996c85b367171ee92", "_spec": "pidusage@^1.2.0", "_where": "/Users/pmarton/Documents/dev/node-restify/benchmark/node_modules/restify", "author": { "name": "soyuka" }, "bugs": { "url": "https://github.com/soyuka/pidusage/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Cross-platform process cpu % and memory usage of a PID — Edit", "devDependencies": { "chai": "~3.4.1", "mocha": "~2.3.4", "mockery": "1.4.0", "standard": "^10.0.3" }, "engines": { "node": ">=0.12" }, "homepage": "https://github.com/soyuka/pidusage", "keywords": [ "pid", "usage", "ps", "cpu", "memory", "proc" ], "license": "MIT", "main": "index.js", "name": "pidusage", "repository": { "type": "git", "url": "git+https://github.com/soyuka/pidusage.git" }, "scripts": { "test": "standard index.js lib/*.js test/*.js && mocha test/test.js --reporter min && node test/stresstest.js" }, "version": "1.2.0" }