# jstrace-or-noop **Repository Path**: mirrors_node-modules/jstrace-or-noop ## Basic Information - **Project Name**: jstrace-or-noop - **Description**: Dependent jstrace but not require it - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README jstrace-or-noop --------------- [![NPM version][npm-image]][npm-url] [![node version][node-image]][node-url] [![Gittip][gittip-image]][gittip-url] [npm-image]: https://img.shields.io/npm/v/jstrace-or-noop.svg?style=flat-square [npm-url]: https://npmjs.org/package/jstrace-or-noop [node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square [node-url]: http://nodejs.org/download/ [gittip-image]: https://img.shields.io/gittip/dead-horse.svg?style=flat-square [gittip-url]: https://www.gittip.com/dead-horse/ Dependent jstrace but not require it. [jstrace](http://github.com/jstrace/jstrace) is only need one instrance in an app. So all the dependence modules that support jstrace should not add jstrace as a dependency directly. ## Installation ```bash $ npm install jstrace-or-noop ``` ## Usage ```js var trace = require('jstrace-or-noop'); trace('deps:wat', {msg: msg}); ``` ### License MIT