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
2.7 KiB

{
"_args": [
[
"is-accessor-descriptor@^0.1.6",
"/home/bernhard/freifunk-app/node_modules/is-descriptor"
]
],
"_from": "is-accessor-descriptor@>=0.1.6 <0.2.0",
"_id": "is-accessor-descriptor@0.1.6",
"_inCache": true,
"_installable": true,
"_location": "/is-accessor-descriptor",
"_nodeVersion": "5.0.0",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "3.3.6",
"_phantomChildren": {
"is-buffer": "1.1.6"
},
"_requested": {
"name": "is-accessor-descriptor",
"raw": "is-accessor-descriptor@^0.1.6",
"rawSpec": "^0.1.6",
"scope": null,
"spec": ">=0.1.6 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/is-descriptor"
],
"_resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
"_shasum": "a9e12cb3ae8d876727eeef3843f8a0897b5c98d6",
"_shrinkwrap": null,
"_spec": "is-accessor-descriptor@^0.1.6",
"_where": "/home/bernhard/freifunk-app/node_modules/is-descriptor",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
},
"dependencies": {
"kind-of": "^3.0.2"
},
"description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"directories": {},
"dist": {
"shasum": "a9e12cb3ae8d876727eeef3843f8a0897b5c98d6",
"tarball": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "e64ae49c456c9f31dab47934b0183e2a9938b5bd",
"homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
"keywords": [
"accessor",
"check",
"data",
"descriptor",
"get",
"getter",
"is",
"keys",
"object",
"properties",
"property",
"set",
"setter",
"type",
"valid",
"value"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "is-accessor-descriptor",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"layout": "default",
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"is-accessor-descriptor",
"is-data-descriptor",
"is-descriptor",
"isobject"
]
}
},
"version": "0.1.6"
}