Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions package.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added sensorlab-cli/nucleo-lora-profile.tar.gz
Binary file not shown.
108 changes: 108 additions & 0 deletions sensorlab-cli/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"_args": [
[
{
"raw": "sensorlab-cli",
"scope": null,
"escapedName": "sensorlab-cli",
"name": "sensorlab-cli",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"C:\\Users\\guill"
]
],
"_from": "sensorlab-cli@latest",
"_id": "sensorlab-cli@1.3.3",
"_inCache": true,
"_location": "/sensorlab-cli",
"_nodeVersion": "7.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/sensorlab-cli-1.3.3.tgz_1490347443483_0.02701563178561628"
},
"_npmUser": {
"name": "quentin-ol",
"email": "quentin.lampin@orange.com"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"raw": "sensorlab-cli",
"scope": null,
"escapedName": "sensorlab-cli",
"name": "sensorlab-cli",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/sensorlab-cli/-/sensorlab-cli-1.3.3.tgz",
"_shasum": "3e38b0cba1ad11c12e2558af48944ef26ba35f66",
"_shrinkwrap": null,
"_spec": "sensorlab-cli",
"_where": "C:\\Users\\guill",
"author": {
"name": "Quentin Lampin",
"email": "quentin.lampin@orange.com"
},
"bin": {
"sensorlab-cli": "bin/sensorlab-cli"
},
"bugs": {
"url": "https://github.com/Orange-OpenSource/sensorlab-cli/issues"
},
"dependencies": {
"debug": "^2.2.0",
"mdns-spawn": "^1.5.0",
"q": "^1.4.1",
"sensorlab-collector": "^1.0.0",
"sensorlab-commands": "^1.3.0",
"vorpal": "^1.10.10",
"vorpal-autocomplete-fs": "0.0.3"
},
"description": "Sensorlab2 observers command line interface.",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-eslint": "^18.0.0",
"grunt-jsdoc": "^1.1.0"
},
"directories": {
"bin": "./bin"
},
"dist": {
"shasum": "3e38b0cba1ad11c12e2558af48944ef26ba35f66",
"tarball": "https://registry.npmjs.org/sensorlab-cli/-/sensorlab-cli-1.3.3.tgz"
},
"gitHead": "59446f89c9ae2267870d68f1998ecb4b225e3892",
"homepage": "https://github.com/Orange-OpenSource/sensorlab-cli#readme",
"keywords": [
"sensorlab2",
"cli",
"command",
"line",
"interface",
"observer"
],
"license": "MPL-2.0",
"main": "sensorlab-cli.js",
"maintainers": [
{
"name": "quentin-ol",
"email": "quentin.lampin@orange.com"
}
],
"name": "sensorlab-cli",
"optionalDependencies": {},
"preferGlobal": true,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/Orange-OpenSource/sensorlab-cli.git"
},
"scripts": {},
"version": "1.3.3"
}
Loading