UNPKG

raptor

Version:

RaptorJS provides an AMD module loader that works in Node, Rhino and the web browser. It also includes various sub-modules to support building optimized web applications.

31 lines (29 loc) 730 B
{ "type": "raptor-module", "name": "raptor/process", "version": "1.0", "description": "Utility functions for obtaining information about the current running process", "homepage": "http://raptorjs.org", "authors": [ { "name": "Patrick Steele-Idem", "email": "psteeleidem@ebay.com" } ], "raptor": { "extensions": [ { "name": "server", "dependencies": [ {"path": "process.js"} ] }, { "name": "node", "dependencies": [ {"path": "process_node.js"} ] } ] } }