Site
- starting pong game 3d
This commit is contained in:
17
site/node_modules/stats/lib/formats/json.js
generated
vendored
Normal file
17
site/node_modules/stats/lib/formats/json.js
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
/*!
|
||||
* stats - formats - json
|
||||
* Copyright(c) 2011 TJ Holowaychuk <tj@vision-media.ca>
|
||||
* MIT Licensed
|
||||
*/
|
||||
|
||||
/**
|
||||
* Output `stats` as JSON.
|
||||
*
|
||||
* @param {Object} stats
|
||||
* @api private
|
||||
*/
|
||||
|
||||
module.exports = function(stats){
|
||||
process.stdout.write(JSON.stringify(stats));
|
||||
};
|
Reference in New Issue
Block a user