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.
 
 
 
 

109 lines
3.2 KiB

{
"_args": [
[
"eslint-plugin-react-native@^3.2.1",
"/home/bernhard/freifunk-app/node_modules/react-native"
]
],
"_from": "eslint-plugin-react-native@>=3.2.1 <4.0.0",
"_id": "eslint-plugin-react-native@3.2.1",
"_inCache": true,
"_installable": true,
"_location": "/eslint-plugin-react-native",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/eslint-plugin-react-native-3.2.1.tgz_1515656328953_0.48320798948407173"
},
"_npmUser": {
"email": "tom@intellicode.nl",
"name": "tomhastjarjanto"
},
"_npmVersion": "5.4.0",
"_phantomChildren": {},
"_requested": {
"name": "eslint-plugin-react-native",
"raw": "eslint-plugin-react-native@^3.2.1",
"rawSpec": "^3.2.1",
"scope": null,
"spec": ">=3.2.1 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/react-native"
],
"_resolved": "https://registry.npmjs.org/eslint-plugin-react-native/-/eslint-plugin-react-native-3.2.1.tgz",
"_shasum": "04fcadd3285b7cd2f27146e640c941b00acc4e7e",
"_shrinkwrap": null,
"_spec": "eslint-plugin-react-native@^3.2.1",
"_where": "/home/bernhard/freifunk-app/node_modules/react-native",
"author": {
"email": "tom@intellicode.nl",
"name": "Tom Hastjarjanto"
},
"bugs": {
"url": "https://github.com/intellicode/eslint-plugin-react-native/issues"
},
"dependencies": {
"eslint-plugin-react-native-globals": "^0.1.1"
},
"description": "React Native specific linting rules for ESLint",
"devDependencies": {
"babel-eslint": "7.2.3",
"coveralls": "2.13.1",
"eslint": "^4.3.0",
"eslint-config-airbnb": "15.1.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"istanbul": "0.4.5",
"mocha": "3.4.1"
},
"directories": {},
"dist": {
"integrity": "sha512-1AnJO3JUCAoLpyOEsWCwN9hPJ0aQ72OT+JvLMuHjEWYb6QWxiNOszp24CEwegMzbREtJKI9OoRqYYDYxMxmjgQ==",
"shasum": "04fcadd3285b7cd2f27146e640c941b00acc4e7e",
"tarball": "https://registry.npmjs.org/eslint-plugin-react-native/-/eslint-plugin-react-native-3.2.1.tgz"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"lib"
],
"gitHead": "a6b3af51eaa919486b9ce43f61cade28f2ff63b9",
"homepage": "https://github.com/intellicode/eslint-plugin-react-native",
"keywords": [
"eslint",
"eslint-plugin",
"eslintplugin",
"react",
"react native",
"react-native"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "tomhastjarjanto",
"email": "tom@intellicode.nl"
}
],
"name": "eslint-plugin-react-native",
"optionalDependencies": {},
"peerDependencies": {
"eslint": "^3.17.0 || ^4.0.0"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/intellicode/eslint-plugin-react-native.git"
},
"scripts": {
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
"lint": "eslint ./lib && eslint ./tests",
"test": "npm run lint && npm run unit-test",
"unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --reporter dot"
},
"version": "3.2.1"
}