mirror of
https://github.com/bvanroll/rpiRadio.git
synced 2025-08-30 20:42:44 +00:00
Initial Commit
This commit is contained in:
59
ProjectNow/NodeServer/node_modules/node-cmd/package.json
generated
vendored
Normal file
59
ProjectNow/NodeServer/node_modules/node-cmd/package.json
generated
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"_from": "node-cmd",
|
||||
"_id": "node-cmd@3.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-OP/3CkqqT2WdID61eGJzcBjiT28=",
|
||||
"_location": "/node-cmd",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "node-cmd",
|
||||
"name": "node-cmd",
|
||||
"escapedName": "node-cmd",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/node-cmd/-/node-cmd-3.0.0.tgz",
|
||||
"_shasum": "38fff70a4aaa4f659d203eb57862737018e24f6f",
|
||||
"_spec": "node-cmd",
|
||||
"_where": "/home/beppe/Documents/Python/proj/1718PROJrpiRadio/NodeServer",
|
||||
"author": {
|
||||
"name": "Brandon Nozaki Miller"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/RIAEvangelist/node-cmd/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Simple commandline/terminal interface to allow you to run cli or bash style commands as if you were in the terminal.",
|
||||
"directories": {
|
||||
"example": "example"
|
||||
},
|
||||
"homepage": "https://github.com/RIAEvangelist/node-cmd",
|
||||
"keywords": [
|
||||
"commandline",
|
||||
"terminal",
|
||||
"cmd",
|
||||
"cli",
|
||||
"bash",
|
||||
"script",
|
||||
"node"
|
||||
],
|
||||
"license": "DBAD",
|
||||
"main": "cmd.js",
|
||||
"name": "node-cmd",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/RIAEvangelist/node-cmd.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"version": "3.0.0"
|
||||
}
|
Reference in New Issue
Block a user