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.
 
 
 
 

148 lines
3.3 KiB

{
"_args": [
[
"set-value@^2.0.0",
"/home/bernhard/freifunk-app/node_modules/cache-base"
]
],
"_from": "set-value@>=2.0.0 <3.0.0",
"_id": "set-value@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/set-value",
"_nodeVersion": "7.7.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/set-value-2.0.0.tgz_1498024078478_0.9921886464580894"
},
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "5.0.3",
"_phantomChildren": {
"is-extendable": "0.1.1"
},
"_requested": {
"name": "set-value",
"raw": "set-value@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/cache-base"
],
"_resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz",
"_shasum": "71ae4a88f0feefbbf52d1ea604f3fb315ebb6274",
"_shrinkwrap": null,
"_spec": "set-value@^2.0.0",
"_where": "/home/bernhard/freifunk-app/node_modules/cache-base",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/set-value/issues"
},
"contributors": [
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"url": "https://github.com/wtgtybhertgeghgtwtg"
},
{
"name": "Vadim Demedes",
"url": "https://vadimdemedes.com"
}
],
"dependencies": {
"extend-shallow": "^2.0.1",
"is-extendable": "^0.1.1",
"is-plain-object": "^2.0.3",
"split-string": "^3.0.1"
},
"description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
"devDependencies": {
"gulp-format-md": "^0.1.12",
"mocha": "^3.4.2"
},
"directories": {},
"dist": {
"integrity": "sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg==",
"shasum": "71ae4a88f0feefbbf52d1ea604f3fb315ebb6274",
"tarball": "https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "197399e6e4eddf203a3e0f85351d4d8c89e60725",
"homepage": "https://github.com/jonschlinkert/set-value",
"keywords": [
"get",
"has",
"hasown",
"key",
"keys",
"nested",
"notation",
"object",
"prop",
"properties",
"property",
"props",
"set",
"value",
"values"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "set-value",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/set-value.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"layout": "default",
"lint": {
"reflinks": true
},
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"assign-value",
"get-value",
"has-value",
"merge-value",
"omit-value",
"set-value",
"union-value",
"unset-value"
]
},
"tasks": [
"readme"
],
"toc": false
},
"version": "2.0.0"
}