Files
RoboCommander/node_modules/global/node_modules/process/package.json
2026-04-05 16:14:49 -04:00

15 lines
355 B
JSON

{
"author": "Roman Shtylman <shtylman@gmail.com>",
"name": "process",
"description": "process information for node.js and browsers",
"version": "0.5.2",
"repository": {
"type": "git",
"url": "git://github.com/shtylman/node-process.git"
},
"browser": "./browser.js",
"main": "./index.js",
"engines": {
"node": ">= 0.6.0"
}
}