This app provides monitoring and information features for the common freifunk user and the technical stuff of a freifunk community. Code base is taken from a TUM Practical Course project and added here to see if Freifunk Altdorf can use it. https://www.freifunk-altdorf.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
3.6 KiB

{
"_args": [
[
"exec-sh@^0.2.0",
"/home/bernhard/freifunk-app/node_modules/sane"
]
],
"_from": "exec-sh@>=0.2.0 <0.3.0",
"_id": "exec-sh@0.2.2",
"_inCache": true,
"_installable": true,
"_location": "/exec-sh",
"_nodeVersion": "10.3.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/exec-sh_0.2.2_1530022078790_0.9739661525729357"
},
"_npmUser": {
"email": "tsertkov@gmail.com",
"name": "tsertkov"
},
"_npmVersion": "6.1.0",
"_phantomChildren": {},
"_requested": {
"name": "exec-sh",
"raw": "exec-sh@^0.2.0",
"rawSpec": "^0.2.0",
"scope": null,
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/sane",
"/watch"
],
"_resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.2.2.tgz",
"_shasum": "2a5e7ffcbd7d0ba2755bdecb16e5a427dfbdec36",
"_shrinkwrap": null,
"_spec": "exec-sh@^0.2.0",
"_where": "/home/bernhard/freifunk-app/node_modules/sane",
"author": {
"email": "tsertkov@gmail.com",
"name": "Aleksandr Tsertkov"
},
"bugs": {
"url": "https://github.com/tsertkov/exec-sh/issues"
},
"dependencies": {
"merge": "^1.2.0"
},
"description": "Execute shell command forwarding all stdio.",
"devDependencies": {
"coveralls": "^3.0.1",
"istanbul": "^0.4.5",
"jsdoc": "^3.5.5",
"jshint": "^2.9.5",
"mocha": "^5.2.0",
"sinon": "^6.0.1",
"standard": "^11.0.1"
},
"directories": {},
"dist": {
"fileCount": 8,
"integrity": "sha512-FIUCJz1RbuS0FKTdaAafAByGS0CPvU3R0MeHxgtl+djzCc//F8HakL8GzmVNZanasTbTAY/3DRFA0KpVqj/eAw==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbMki+CRA9TVsSAnZWagAAOXEP/1Qhs0BkM/wkAS5T5BCV\nv3Usd8hi9KPUE0Zc612DYe4f6r7DEs7x9/kvAOckfgbz5bR+llBOnaIzscNy\nsqIj0fe5o945n0VvWmprvBfESiDQclonsQ3B7Ra4WxFjUvsr1pXGQ1kB1NEn\nsWHAmetz3G5Kvg4/p+zFoKdw9O07zWP8UHxoY/UD+1iDwa1pqKvQcMEYrHVY\nB8yrHiKn+s3pEhrgY61FkCs0mUUWgiTy1iB/RywYMaB31V/z/q3He1YTk0vk\nnmdYjavrTjmCWleCJNYsyCmS+vSLyjft9yPpbhB6q5TRKmfmqIgCKqWpz6IO\nWk9PgoMQ7kO63Y0a+kk8pxwy3e1L/3Nk1QRqJ8D9y98e5KfPrJkGTeA/6zqo\nkOljQiR7m03Y3CDcK4tyPuPuUNbX1FHYa3HLPGIuNtIWwPoQJkI5eXI+DGbg\n5pIy3KR2YsPk1OrtJZ63avCr0ONDIyco6Lkx74zlRuS/PmxViHmdDyNKqvvM\nU7KPzUl3iQBSKqalzAsXcZgOLZbn6ELAfuapf9KrZ6zjcQtcgslPui7yZBqu\nx4SeL03V/xws2W7BAmPpOGPGrl5QuuZCaeyEUQRwDjpYVqqJ3e6hwLvg90Xm\ns+zx3k/PmDmEXZPZkCzJFsFqRQ19VdDxSRT5Q/iQqK2Vvw9tlYxSi8qf7Xyp\nEhid\r\n=j+YP\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "2a5e7ffcbd7d0ba2755bdecb16e5a427dfbdec36",
"tarball": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.2.2.tgz",
"unpackedSize": 21217
},
"gitHead": "0a520aa587bf7d21502cfb17512f33bc222396f3",
"homepage": "https://github.com/tsertkov/exec-sh#readme",
"keywords": [
"child_process",
"command",
"console",
"exec",
"shell",
"spawn",
"terminal"
],
"license": {
"type": "MIT",
"url": "https://github.com/tsertkov/exec-sh/blob/master/LICENSE"
},
"main": "lib/exec-sh.js",
"maintainers": [
{
"name": "tsertkov",
"email": "tsertkov@gmail.com"
}
],
"name": "exec-sh",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tsertkov/exec-sh.git"
},
"scripts": {
"cover-test": "istanbul cover --dir artifacts/coverage _mocha -- --reporter spec",
"dev": "mocha --reporter spec --watch",
"jsdoc": "jsdoc --private --destination artifacts/jsdoc lib/",
"lint": "standard --verbose **/*.js",
"test": "npm run lint && npm run cover-test"
},
"version": "0.2.2"
}