Remove non-source files from src lib of system module
This commit is contained in:
parent
e35c41791b
commit
4d62421446
|
@ -1,37 +0,0 @@
|
||||||
## Functions
|
|
||||||
|
|
||||||
<dl>
|
|
||||||
<dt><a href="#dependencies">dependencies(platform)</a></dt>
|
|
||||||
<dd><p>Evaluates system dependencies for digital
|
|
||||||
projector features by executing processes with
|
|
||||||
--help flag. If they do not exist, log to console</p>
|
|
||||||
</dd>
|
|
||||||
<dt><a href="#system">system()</a> ⇒ <code>object</code></dt>
|
|
||||||
<dd><p>Profile the current system and return an object with
|
|
||||||
data about the displays and dependencies for the digital
|
|
||||||
projector feature.</p>
|
|
||||||
</dd>
|
|
||||||
</dl>
|
|
||||||
|
|
||||||
<a name="dependencies"></a>
|
|
||||||
|
|
||||||
## dependencies(platform)
|
|
||||||
Evaluates system dependencies for digital
|
|
||||||
projector features by executing processes with
|
|
||||||
--help flag. If they do not exist, log to console
|
|
||||||
|
|
||||||
**Kind**: global function
|
|
||||||
|
|
||||||
| Param | Type | Description |
|
|
||||||
| --- | --- | --- |
|
|
||||||
| platform | <code>string</code> | Operating system type |
|
|
||||||
|
|
||||||
<a name="system"></a>
|
|
||||||
|
|
||||||
## system() ⇒ <code>object</code>
|
|
||||||
Profile the current system and return an object with
|
|
||||||
data about the displays and dependencies for the digital
|
|
||||||
projector feature.
|
|
||||||
|
|
||||||
**Kind**: global function
|
|
||||||
**Returns**: <code>object</code> - Object containing system information
|
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"name": "system",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "",
|
|
||||||
"main": "index.js",
|
|
||||||
"scripts": {
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
|
||||||
},
|
|
||||||
"author": "",
|
|
||||||
"license": "ISC"
|
|
||||||
}
|
|
Loading…
Reference in New Issue