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.
 
 
 
 

107 lines
3.1 KiB

{
"_args": [
[
"react-devtools-core@3.1.0",
"/home/bernhard/freifunk-app/node_modules/react-native"
]
],
"_from": "react-devtools-core@3.1.0",
"_id": "react-devtools-core@3.1.0",
"_inCache": true,
"_installable": true,
"_location": "/react-devtools-core",
"_nodeVersion": "8.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/react-devtools-core-3.1.0.tgz_1517597990400_0.3421401954255998"
},
"_npmUser": {
"email": "briandavidvaughn@gmail.com",
"name": "brianvaughn"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"name": "react-devtools-core",
"raw": "react-devtools-core@3.1.0",
"rawSpec": "3.1.0",
"scope": null,
"spec": "3.1.0",
"type": "version"
},
"_requiredBy": [
"/react-native"
],
"_resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-3.1.0.tgz",
"_shasum": "eec2e9e0e6edb77772e2bfc7d286a296f55a261a",
"_shrinkwrap": null,
"_spec": "react-devtools-core@3.1.0",
"_where": "/home/bernhard/freifunk-app/node_modules/react-native",
"author": {
"name": "Jared Forsyth"
},
"bugs": {
"url": "https://github.com/facebook/react-devtools/issues"
},
"dependencies": {
"shell-quote": "^1.6.1",
"ws": "^2.0.3"
},
"description": "Use react-devtools outside of the browser",
"devDependencies": {
"cross-env": "^3.1.4"
},
"directories": {},
"dist": {
"integrity": "sha512-fO6SmpW16E9u6Lb6zQOHrjhJXGBNz+cJ0/a9cSF55nXfL0sQLlvYJR8DpU7f4rMUrVnVineg4XQyYYBZicmhJg==",
"shasum": "eec2e9e0e6edb77772e2bfc7d286a296f55a261a",
"tarball": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-3.1.0.tgz"
},
"files": [
"build",
"index.js",
"standalone.js",
"vendor"
],
"homepage": "https://github.com/facebook/react-devtools#readme",
"license": "BSD-3-Clause",
"main": "./build/backend.js",
"maintainers": [
{
"name": "sophiebits",
"email": "npm@sophiebits.com"
},
{
"name": "brianvaughn",
"email": "briandavidvaughn@gmail.com"
},
{
"name": "acdlite",
"email": "acdlite@me.com"
},
{
"name": "sebmarkbage",
"email": "sebastian@calyptus.eu"
},
{
"name": "gaearon",
"email": "dan.abramov@gmail.com"
}
],
"name": "react-devtools-core",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/react-devtools.git"
},
"scripts": {
"backend": "cross-env NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.backend.js",
"backend:watch": "cross-env NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.backend.js --watch",
"build": "npm run backend && npm run standalone",
"prepublish": "npm run build",
"standalone": "cross-env NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.standalone.js",
"standalone:watch": "cross-env NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.standalone.js --watch"
},
"version": "3.1.0"
}