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.
 
 
 
 

105 lines
2.7 KiB

{
"_args": [
[
"react-transform-hmr@^1.0.4",
"/home/bernhard/freifunk-app/node_modules/babel-preset-react-native"
]
],
"_from": "react-transform-hmr@>=1.0.4 <2.0.0",
"_id": "react-transform-hmr@1.0.4",
"_inCache": true,
"_installable": true,
"_location": "/react-transform-hmr",
"_nodeVersion": "5.3.0",
"_npmOperationalInternal": {
"host": "packages-13-west.internal.npmjs.com",
"tmp": "tmp/react-transform-hmr-1.0.4.tgz_1457287427851_0.17050196835771203"
},
"_npmUser": {
"email": "dan.abramov@gmail.com",
"name": "gaearon"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"name": "react-transform-hmr",
"raw": "react-transform-hmr@^1.0.4",
"rawSpec": "^1.0.4",
"scope": null,
"spec": ">=1.0.4 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/babel-preset-react-native"
],
"_resolved": "https://registry.npmjs.org/react-transform-hmr/-/react-transform-hmr-1.0.4.tgz",
"_shasum": "e1a40bd0aaefc72e8dfd7a7cda09af85066397bb",
"_shrinkwrap": null,
"_spec": "react-transform-hmr@^1.0.4",
"_where": "/home/bernhard/freifunk-app/node_modules/babel-preset-react-native",
"author": {
"email": "dan.abramov@me.com",
"name": "Dan Abramov"
},
"bugs": {
"url": "https://github.com/gaearon/react-transform-hmr/issues"
},
"dependencies": {
"global": "^4.3.0",
"react-proxy": "^1.1.7"
},
"description": "A React Transform that enables hot reloading React classes using Hot Module Replacement API",
"devDependencies": {
"babel": "^5.8.23",
"rimraf": "^2.4.3"
},
"directories": {},
"dist": {
"shasum": "e1a40bd0aaefc72e8dfd7a7cda09af85066397bb",
"tarball": "https://registry.npmjs.org/react-transform-hmr/-/react-transform-hmr-1.0.4.tgz"
},
"files": [
"lib",
"src"
],
"gitHead": "1ab7759a0b0700e71895dabc6a94e2f819455bd3",
"homepage": "https://github.com/gaearon/react-transform-hmr#readme",
"keywords": [
"dx",
"edit",
"hmr",
"hot",
"live",
"react",
"react-transform",
"reactjs",
"reload",
"rhl",
"webpack"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "gaearon",
"email": "dan.abramov@gmail.com"
},
{
"name": "thejameskyle",
"email": "me@thejameskyle.com"
}
],
"name": "react-transform-hmr",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/gaearon/react-transform-hmr.git"
},
"scripts": {
"build": "babel src --out-dir lib",
"clean": "rimraf lib",
"prepublish": "npm run clean && npm run build"
},
"version": "1.0.4"
}