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": [
[
"babel-plugin-react-transform@^3.0.0",
"/home/bernhard/freifunk-app/node_modules/metro"
]
],
"_from": "babel-plugin-react-transform@>=3.0.0 <4.0.0",
"_id": "babel-plugin-react-transform@3.0.0",
"_inCache": true,
"_installable": true,
"_location": "/babel-plugin-react-transform",
"_nodeVersion": "8.2.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/babel-plugin-react-transform-3.0.0.tgz_1505226983613_0.6134067801758647"
},
"_npmUser": {
"email": "dan.abramov@gmail.com",
"name": "gaearon"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"name": "babel-plugin-react-transform",
"raw": "babel-plugin-react-transform@^3.0.0",
"rawSpec": "^3.0.0",
"scope": null,
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/babel-preset-react-native",
"/metro"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-react-transform/-/babel-plugin-react-transform-3.0.0.tgz",
"_shasum": "402f25137b7bb66e9b54ead75557dfbc7ecaaa74",
"_shrinkwrap": null,
"_spec": "babel-plugin-react-transform@^3.0.0",
"_where": "/home/bernhard/freifunk-app/node_modules/metro",
"author": {
"email": "dan.abramov@me.com",
"name": "Dan Abramov"
},
"bugs": {
"url": "https://github.com/gaearon/babel-plugin-react-transform/issues"
},
"dependencies": {
"lodash": "^4.6.1"
},
"description": "Babel plugin to instrument React components with custom transforms",
"devDependencies": {
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
"babel-eslint": "^4.1.6",
"babel-preset-es2015": "^6.1.18",
"babel-register": "^6.2.0",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.11.2",
"mocha": "^2.2.5",
"rimraf": "^2.4.3"
},
"directories": {},
"dist": {
"integrity": "sha512-4vJGddwPiHAOgshzZdGwYy4zRjjIr5SMY7gkOaCyIASjgpcsyLTlZNuB5rHOFoaTvGlhfo8/g4pobXPyHqm/3w==",
"shasum": "402f25137b7bb66e9b54ead75557dfbc7ecaaa74",
"tarball": "https://registry.npmjs.org/babel-plugin-react-transform/-/babel-plugin-react-transform-3.0.0.tgz"
},
"gitHead": "d7069df5c6f36a07857fd108067dc515b3a795ee",
"homepage": "https://github.com/gaearon/babel-plugin-react-transform#readme",
"keywords": [
"babel-plugin",
"components",
"dx",
"instrumentation",
"react",
"react-transform",
"reactjs"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "thejameskyle",
"email": "me@thejameskyle.com"
},
{
"name": "gaearon",
"email": "dan.abramov@gmail.com"
}
],
"name": "babel-plugin-react-transform",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/gaearon/babel-plugin-react-transform.git"
},
"scripts": {
"build": "babel src -d lib",
"clean": "rimraf lib",
"prepublish": "npm run clean && npm run build",
"test": "mocha --compilers js:babel-register",
"test:watch": "npm run test -- --watch"
},
"version": "3.0.0"
}