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.
 
 
 
 

96 lines
2.2 KiB

{
"_args": [
[
"win-release@^1.0.0",
"/home/bernhard/freifunk-app/node_modules/os-name"
]
],
"_from": "win-release@>=1.0.0 <2.0.0",
"_id": "win-release@1.1.1",
"_inCache": true,
"_installable": true,
"_location": "/win-release",
"_nodeVersion": "4.0.0",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.14.2",
"_phantomChildren": {},
"_requested": {
"name": "win-release",
"raw": "win-release@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/os-name"
],
"_resolved": "https://registry.npmjs.org/win-release/-/win-release-1.1.1.tgz",
"_shasum": "5fa55e02be7ca934edfc12665632e849b72e5209",
"_shrinkwrap": null,
"_spec": "win-release@^1.0.0",
"_where": "/home/bernhard/freifunk-app/node_modules/os-name",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/win-release/issues"
},
"dependencies": {
"semver": "^5.0.1"
},
"description": "Get the name of a Windows version from the release number: 5.1.2600 → XP",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "5fa55e02be7ca934edfc12665632e849b72e5209",
"tarball": "https://registry.npmjs.org/win-release/-/win-release-1.1.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "426c5d3dba12c7495cfda699cf614f4d8ea8fd3d",
"homepage": "https://github.com/sindresorhus/win-release#readme",
"keywords": [
"name",
"operating",
"os",
"platform",
"release",
"system",
"title",
"version",
"win",
"win32",
"windows"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "win-release",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/win-release.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.1.1"
}