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.
 
 
 
 

129 lines
2.8 KiB

{
"_args": [
[
"global@^4.3.0",
"/home/bernhard/freifunk-app/node_modules/react-transform-hmr"
]
],
"_from": "global@>=4.3.0 <5.0.0",
"_id": "global@4.3.2",
"_inCache": true,
"_installable": true,
"_location": "/global",
"_nodeVersion": "0.10.32",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/global-4.3.2.tgz_1492580146760_0.3673510455992073"
},
"_npmUser": {
"email": "raynos2@gmail.com",
"name": "raynos"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"name": "global",
"raw": "global@^4.3.0",
"rawSpec": "^4.3.0",
"scope": null,
"spec": ">=4.3.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/react-transform-hmr"
],
"_resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz",
"_shasum": "e76989268a6c74c38908b1305b10fc0e394e9d0f",
"_shrinkwrap": null,
"_spec": "global@^4.3.0",
"_where": "/home/bernhard/freifunk-app/node_modules/react-transform-hmr",
"author": {
"email": "raynos2@gmail.com",
"name": "Raynos"
},
"browser": {
"individual": false,
"min-document": false
},
"bugs": {
"email": "raynos2@gmail.com",
"url": "https://github.com/Raynos/global/issues"
},
"contributors": [
{
"name": "Raynos"
}
],
"dependencies": {
"min-document": "^2.19.0",
"process": "~0.5.1"
},
"description": "Require global variables",
"devDependencies": {
"tape": "^2.12.0"
},
"directories": {},
"dist": {
"shasum": "e76989268a6c74c38908b1305b10fc0e394e9d0f",
"tarball": "https://registry.npmjs.org/global/-/global-4.3.2.tgz"
},
"gitHead": "dca6193fee92549cb0a1944705f8b054beb338a2",
"homepage": "https://github.com/Raynos/global",
"keywords": [],
"license": "MIT",
"main": "window.js",
"maintainers": [
{
"name": "raynos",
"email": "raynos2@gmail.com"
},
{
"name": "mattesch",
"email": "matt@mattesch.info"
},
{
"name": "jerrysievert",
"email": "code@legitimatesounding.com"
}
],
"name": "global",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/Raynos/global.git"
},
"scripts": {
"build": "browserify test/index.js -o test/static/bundle.js",
"test": "node ./test",
"testem": "testem"
},
"testling": {
"browsers": {
"chrome": [
"22",
"23",
"canary"
],
"firefox": [
"16",
"17",
"nightly"
],
"ie": [
"10",
"8",
"9"
],
"opera": [
"12",
"next"
],
"safari": [
"5.1"
]
},
"files": "test/index.js"
},
"version": "4.3.2"
}