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.
 
 
 
 

106 lines
2.5 KiB

{
"_args": [
[
"yargs-parser@^7.0.0",
"/home/bernhard/freifunk-app/node_modules/yargs"
]
],
"_from": "yargs-parser@>=7.0.0 <8.0.0",
"_id": "yargs-parser@7.0.0",
"_inCache": true,
"_installable": true,
"_location": "/yargs-parser",
"_nodeVersion": "7.9.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/yargs-parser-7.0.0.tgz_1493704782540_0.1645174971781671"
},
"_npmUser": {
"email": "ben@npmjs.com",
"name": "bcoe"
},
"_npmVersion": "4.2.0",
"_phantomChildren": {},
"_requested": {
"name": "yargs-parser",
"raw": "yargs-parser@^7.0.0",
"rawSpec": "^7.0.0",
"scope": null,
"spec": ">=7.0.0 <8.0.0",
"type": "range"
},
"_requiredBy": [
"/yargs"
],
"_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-7.0.0.tgz",
"_shasum": "8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9",
"_shrinkwrap": null,
"_spec": "yargs-parser@^7.0.0",
"_where": "/home/bernhard/freifunk-app/node_modules/yargs",
"author": {
"email": "ben@npmjs.com",
"name": "Ben Coe"
},
"bugs": {
"url": "https://github.com/yargs/yargs-parser/issues"
},
"dependencies": {
"camelcase": "^4.1.0"
},
"description": "the mighty option parser used by yargs",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.12",
"mocha": "^3.0.1",
"nyc": "^10.0.0",
"standard": "^10.0.2",
"standard-version": "^4.0.0"
},
"directories": {},
"dist": {
"shasum": "8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9",
"tarball": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-7.0.0.tgz"
},
"files": [
"index.js",
"lib"
],
"gitHead": "8ae91cddffc69f535e1d9ad1ce321444be84a483",
"homepage": "https://github.com/yargs/yargs-parser#readme",
"keywords": [
"args",
"argument",
"argument",
"cli",
"command",
"option",
"parser",
"parsing",
"yargs"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "bcoe",
"email": "ben@npmjs.com"
},
{
"name": "nexdrew",
"email": "andrew@npmjs.com"
}
],
"name": "yargs-parser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"url": "git+ssh://git@github.com/yargs/yargs-parser.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"pretest": "standard",
"release": "standard-version",
"test": "nyc mocha test/*.js"
},
"version": "7.0.0"
}