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.
 
 
 
 

98 lines
2.4 KiB

{
"_args": [
[
"private@^0.1.8",
"/home/bernhard/freifunk-app/node_modules/babel-core"
]
],
"_from": "private@>=0.1.8 <0.2.0",
"_id": "private@0.1.8",
"_inCache": true,
"_installable": true,
"_location": "/private",
"_nodeVersion": "8.7.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/private-0.1.8.tgz_1507855679328_0.11361804232001305"
},
"_npmUser": {
"email": "ben@benjamn.com",
"name": "benjamn"
},
"_npmVersion": "5.4.2",
"_phantomChildren": {},
"_requested": {
"name": "private",
"raw": "private@^0.1.8",
"rawSpec": "^0.1.8",
"scope": null,
"spec": ">=0.1.8 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/babel-core",
"/babel-plugin-transform-regenerator/regenerator-transform",
"/regenerator-transform"
],
"_resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
"_shasum": "2381edb3689f7a53d653190060fcf822d2f368ff",
"_shrinkwrap": null,
"_spec": "private@^0.1.8",
"_where": "/home/bernhard/freifunk-app/node_modules/babel-core",
"author": {
"email": "bn@cs.stanford.edu",
"name": "Ben Newman"
},
"bugs": {
"url": "https://github.com/benjamn/private/issues"
},
"dependencies": {},
"description": "Utility for associating truly private state with any JavaScript object",
"devDependencies": {
"mocha": "^4.0.1"
},
"directories": {},
"dist": {
"integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==",
"shasum": "2381edb3689f7a53d653190060fcf822d2f368ff",
"tarball": "https://registry.npmjs.org/private/-/private-0.1.8.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"private.js"
],
"gitHead": "8fde2c4c9f760c0ae17f3ff375c02d6498472fbc",
"homepage": "http://github.com/benjamn/private",
"keywords": [
"access control",
"access modifiers",
"encapsulation",
"es5",
"private",
"privilege",
"scope",
"secret",
"state"
],
"license": "MIT",
"main": "private.js",
"maintainers": [
{
"name": "benjamn",
"email": "bn@cs.stanford.edu"
}
],
"name": "private",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/benjamn/private.git"
},
"scripts": {
"test": "mocha --reporter spec --full-trace test/run.js"
},
"version": "0.1.8"
}