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.

143 lines
3.0 KiB

{
"_args": [
[
"has-values@^1.0.0",
"/home/bernhard/freifunk-app/node_modules/has-value"
]
],
"_from": "has-values@>=1.0.0 <2.0.0",
"_id": "has-values@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/has-values",
"_nodeVersion": "7.7.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/has-values-1.0.0.tgz_1495219418678_0.2592258816584945"
},
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "4.6.1",
"_phantomChildren": {
"is-buffer": "1.1.6"
},
"_requested": {
"name": "has-values",
"raw": "has-values@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/has-value"
],
"_resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
"_shasum": "95b0b63fec2146619a6fe57fe75628d5a39efe4f",
"_shrinkwrap": null,
"_spec": "has-values@^1.0.0",
"_where": "/home/bernhard/freifunk-app/node_modules/has-value",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/has-values/issues"
},
"dependencies": {
"is-number": "^3.0.0",
"kind-of": "^4.0.0"
},
"description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
"devDependencies": {
"gulp-format-md": "^0.1.12",
"mocha": "^3.4.1"
},
"directories": {},
"dist": {
"shasum": "95b0b63fec2146619a6fe57fe75628d5a39efe4f",
"tarball": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "fead695044aafcfb337c7125af5479c7eaf1c92c",
"homepage": "https://github.com/jonschlinkert/has-values",
"keywords": [
"array",
"boolean",
"empty",
"find",
"function",
"has",
"hasOwn",
"javascript",
"js",
"key",
"keys",
"node.js",
"null",
"number",
"object",
"properties",
"property",
"string",
"type",
"util",
"utilities",
"utility",
"value",
"values"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "has-values",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/has-values.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"layout": "default",
"lint": {
"reflinks": true
},
"plugins": [
"gulp-format-md"
],
"reflinks": [
"verb"
],
"related": {
"list": [
"has-value",
"is-number",
"is-plain-object",
"isobject",
"kind-of"
]
},
"run": true,
"tasks": [
"readme"
],
"toc": false
},
"version": "1.0.0"
}