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.
 
 
 
 

85 lines
2.3 KiB

{
"_args": [
[
"denodeify@^1.2.1",
"/home/bernhard/freifunk-app/node_modules/react-native"
]
],
"_from": "denodeify@>=1.2.1 <2.0.0",
"_id": "denodeify@1.2.1",
"_inCache": true,
"_installable": true,
"_location": "/denodeify",
"_nodeVersion": "0.10.33",
"_npmUser": {
"email": "matt@mattandre.ws",
"name": "mattandrews"
},
"_npmVersion": "2.1.14",
"_phantomChildren": {},
"_requested": {
"name": "denodeify",
"raw": "denodeify@^1.2.1",
"rawSpec": "^1.2.1",
"scope": null,
"spec": ">=1.2.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/metro",
"/react-native"
],
"_resolved": "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz",
"_shasum": "3a36287f5034e699e7577901052c2e6c94251631",
"_shrinkwrap": null,
"_spec": "denodeify@^1.2.1",
"_where": "/home/bernhard/freifunk-app/node_modules/react-native",
"author": {
"name": "Matt Andrews"
},
"bugs": {
"url": "https://github.com/matthew-andrews/denodeify/issues"
},
"dependencies": {},
"description": "Tool to turn functions with Node-style callback APIs into functions that return Promises",
"devDependencies": {
"es6-promise": "^1.0.0",
"es6-shim": "^0.18.0",
"jshint": "^2.5.5",
"lie": "^2.7.7",
"lintspaces-cli": "0.0.4",
"mocha": "^1.21.4",
"native-promise-only": "^0.7.6-a"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "3a36287f5034e699e7577901052c2e6c94251631",
"tarball": "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz"
},
"gitHead": "e500054eb336c748264507e9553af949981ee2c3",
"homepage": "https://github.com/matthew-andrews/denodeify",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "mattandrews",
"email": "matt@mattandre.ws"
}
],
"name": "denodeify",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/matthew-andrews/denodeify.git"
},
"scripts": {
"files": "find . -name '*.js' ! -path './node_modules/*'",
"jshint": "jshint `npm run -s files`",
"lintspaces": "lintspaces -i js-comments -e .editorconfig `npm run -s files`",
"test": "mocha test/*test.js && npm run jshint && npm run lintspaces"
},
"version": "1.2.1"
}