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.
 
 
 
 

140 lines
3.4 KiB

{
"_args": [
[
"define-property@^2.0.2",
"/home/bernhard/freifunk-app/node_modules/anymatch/node_modules/micromatch"
]
],
"_from": "define-property@>=2.0.2 <3.0.0",
"_id": "define-property@2.0.2",
"_inCache": true,
"_installable": true,
"_location": "/define-property",
"_nodeVersion": "8.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/define-property-2.0.2.tgz_1516998261413_0.9784700081218034"
},
"_npmUser": {
"email": "brian.woodward@gmail.com",
"name": "doowb"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"name": "define-property",
"raw": "define-property@^2.0.2",
"rawSpec": "^2.0.2",
"scope": null,
"spec": ">=2.0.2 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/anymatch/micromatch",
"/nanomatch",
"/sane/micromatch",
"/test-exclude/micromatch",
"/to-regex"
],
"_resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
"_shasum": "d459689e8d654ba77e02a817f8710d702cb16e9d",
"_shrinkwrap": null,
"_spec": "define-property@^2.0.2",
"_where": "/home/bernhard/freifunk-app/node_modules/anymatch/node_modules/micromatch",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/define-property/issues"
},
"contributors": [
{
"name": "Brian Woodward",
"url": "https://twitter.com/doowb"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
}
],
"dependencies": {
"is-descriptor": "^1.0.2",
"isobject": "^3.0.1"
},
"description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.3"
},
"directories": {},
"dist": {
"integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
"shasum": "d459689e8d654ba77e02a817f8710d702cb16e9d",
"tarball": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "04717307be822f2ca2544778b92e5d2cbe300c55",
"homepage": "https://github.com/jonschlinkert/define-property",
"keywords": [
"define",
"define-property",
"enumerable",
"key",
"non",
"non-enumerable",
"object",
"prop",
"property",
"value"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "doowb",
"email": "brian.woodward@gmail.com"
},
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "define-property",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/define-property.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"layout": "default",
"lint": {
"reflinks": true
},
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"assign-deep",
"extend-shallow",
"merge-deep",
"mixin-deep"
]
},
"tasks": [
"readme"
],
"toc": false
},
"version": "2.0.2"
}