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.
 
 
 
 

100 lines
2.6 KiB

{
"_args": [
[
"envinfo@^3.0.0",
"/home/bernhard/freifunk-app/node_modules/react-native"
]
],
"_from": "envinfo@>=3.0.0 <4.0.0",
"_id": "envinfo@3.11.1",
"_inCache": true,
"_installable": true,
"_location": "/envinfo",
"_nodeVersion": "8.9.4",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/envinfo-3.11.1.tgz_1516739742535_0.9975670473650098"
},
"_npmUser": {
"email": "tabrindle@gmail.com",
"name": "tabrindle"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"name": "envinfo",
"raw": "envinfo@^3.0.0",
"rawSpec": "^3.0.0",
"scope": null,
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/react-native"
],
"_resolved": "https://registry.npmjs.org/envinfo/-/envinfo-3.11.1.tgz",
"_shasum": "45968faf5079aa797b7dcdc3b123f340d4529e1c",
"_shrinkwrap": null,
"_spec": "envinfo@^3.0.0",
"_where": "/home/bernhard/freifunk-app/node_modules/react-native",
"author": {
"name": "tabrindle@gmail.com"
},
"bin": {
"envinfo": "src/cli.js"
},
"bugs": {
"url": "https://github.com/tabrindle/envinfo/issues"
},
"dependencies": {
"clipboardy": "^1.2.2",
"glob": "^7.1.2",
"minimist": "^1.2.0",
"os-name": "^2.0.1",
"which": "^1.2.14"
},
"description": "Info about your dev environment for debugging purposes",
"devDependencies": {
"eslint": "^4.10.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.7.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.3.1",
"prettier-eslint-cli": "^4.1.1"
},
"directories": {},
"dist": {
"integrity": "sha512-hKkh7aKtont6Zuv4RmE4VkOc96TkBj9NXj7Ghsd/qCA9LuJI0Dh+ImwA1N5iORB9Vg+sz5bq9CHJzs51BILNCQ==",
"shasum": "45968faf5079aa797b7dcdc3b123f340d4529e1c",
"tarball": "https://registry.npmjs.org/envinfo/-/envinfo-3.11.1.tgz"
},
"gitHead": "94cd74122b238a09450adcb08516e1f7e59240bc",
"homepage": "https://github.com/tabrindle/envinfo#readme",
"keywords": [
"development",
"environment",
"info",
"issues",
"reporting"
],
"license": "MIT",
"main": "src/envinfo.js",
"maintainers": [
{
"name": "tabrindle",
"email": "tabrindle@gmail.com"
}
],
"name": "envinfo",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/tabrindle/envinfo.git"
},
"scripts": {
"format": "prettier --write 'src/**/*.js'",
"lint": "eslint src"
},
"version": "3.11.1"
}