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.

117 lines
3.8 KiB

{
"_args": [
[
"commander@^2.9.0",
"/home/bernhard/freifunk-app/node_modules/react-native"
]
],
"_from": "commander@>=2.9.0 <3.0.0",
"_id": "commander@2.16.0",
"_inCache": true,
"_installable": true,
"_location": "/commander",
"_nodeVersion": "10.5.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/commander_2.16.0_1530265235564_0.5330625131044013"
},
"_npmUser": {
"email": "abe@enzou.tokyo",
"name": "abetomo"
},
"_npmVersion": "6.1.0",
"_phantomChildren": {},
"_requested": {
"name": "commander",
"raw": "commander@^2.9.0",
"rawSpec": "^2.9.0",
"scope": null,
"spec": ">=2.9.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/react-native"
],
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.16.0.tgz",
"_shasum": "f16390593996ceb4f3eeb020b31d78528f7f8a50",
"_shrinkwrap": null,
"_spec": "commander@^2.9.0",
"_where": "/home/bernhard/freifunk-app/node_modules/react-native",
"author": {
"email": "tj@vision-media.ca",
"name": "TJ Holowaychuk"
},
"bugs": {
"url": "https://github.com/tj/commander.js/issues"
},
"dependencies": {},
"description": "the complete solution for node.js command-line programs",
"devDependencies": {
"@types/node": "^7.0.66",
"eslint": "^4.19.1",
"should": "^11.2.1",
"sinon": "^2.4.1",
"standard": "^10.0.3",
"typescript": "^2.9.2"
},
"directories": {},
"dist": {
"fileCount": 6,
"integrity": "sha512-sVXqklSaotK9at437sFlFpyOcJonxe0yST/AG9DkQKUdIE6IqGIMv4SfAQSKaJbSdVEJYItASCrBiVQHq1HQew==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbNf6TCRA9TVsSAnZWagAAeOcP/1GvW++kyIoNTLX/kcWn\n12krx6uUADcgK+gqzipj8GNP2xWVfXO95CiKB99d9bufa/okMMuDVYnUMCjN\ne0Z1ytDg6ZEAG2aQd5eTxUMLGBAkvQXTq3iRmuFwS4syW1RpFir2wXJST+dp\nMukBMYzaMM9Jl+DcLZ2TJqgkmI0nqW1Da/ItMB4wVmSJ21FShHQuCQg2VW1h\nR7d1dDXCUt5uwkmIPxqE7v/o4iGWNlLludzbdqKZs/uddTITq983ASwhxGXG\nFjvAPR5jDwOpalIGgy28blTyV+mHM4XK1QekMxW1eAJuUkD6YSXAIets/v3t\nWlY4Lj3Jq3Q9jWp08iwLiSJjv7MtfMlMZH84zJrqTo5XxVvbl2z0u2DM+Wq+\n93mkWoVVLJpC5m5n7GoCG2rTFrxak7hkOcqA4yAB8IEPbDqRmncYrWwrgTcm\ndWwVUlXe0Ij/ZYOxjZETZls2Ed78MNh0rLgZGo4m87z7wGV2lmDDfdsvwReQ\nw8MR4b0jglgfPQ/bFgo0qXCWOLrfCu4ATPS8DWF7ioAus8H5gNhyrji4ALyJ\ndePUf/IJ7hHj6B9AKQ86RIM8pU4ma2fsSG8EkHZ/7GZtcdivNqAsXY44JPX4\np5Ux6AaC88RqeCcIG+aK7LGR0F1E4phVcyKDhtYXryW3oz+XE+D7lT6GNrw3\nxApX\r\n=gqzQ\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "f16390593996ceb4f3eeb020b31d78528f7f8a50",
"tarball": "https://registry.npmjs.org/commander/-/commander-2.16.0.tgz",
"unpackedSize": 60770
},
"files": [
"index.js",
"typings/index.d.ts"
],
"gitHead": "4cc348bd9808f799ca0600a39136b1fa25820f3b",
"homepage": "https://github.com/tj/commander.js#readme",
"keywords": [
"command",
"commander",
"option",
"parser"
],
"license": "MIT",
"main": "index",
"maintainers": [
{
"name": "abetomo",
"email": "abe@enzou.tokyo"
},
{
"name": "somekittens",
"email": "rkoutnik@gmail.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "vanesyan",
"email": "romain.vanesyan@gmail.com"
},
{
"name": "zhiyelee",
"email": "zhiyelee@gmail.com"
}
],
"name": "commander",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/tj/commander.js.git"
},
"scripts": {
"lint": "eslint index.js",
"test": "node test/run.js && npm run test-typings",
"test-typings": "node_modules/typescript/bin/tsc -p tsconfig.json"
},
"typings": "typings/index.d.ts",
"version": "2.16.0"
}