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.
 
 
 
 

96 lines
2.3 KiB

{
"_args": [
[
"rimraf@^2.5.4",
"/home/bernhard/freifunk-app/node_modules/react-native"
]
],
"_from": "rimraf@>=2.5.4 <3.0.0",
"_id": "rimraf@2.6.2",
"_inCache": true,
"_installable": true,
"_location": "/rimraf",
"_nodeVersion": "8.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/rimraf-2.6.2.tgz_1505148366963_0.392012212658301"
},
"_npmUser": {
"email": "i@izs.me",
"name": "isaacs"
},
"_npmVersion": "5.4.1",
"_phantomChildren": {},
"_requested": {
"name": "rimraf",
"raw": "rimraf@^2.5.4",
"rawSpec": "^2.5.4",
"scope": null,
"spec": ">=2.5.4 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/istanbul-api/istanbul-lib-source-maps",
"/istanbul-lib-source-maps",
"/jest/jest-cli",
"/metro",
"/react-native"
],
"_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz",
"_shasum": "2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36",
"_shrinkwrap": null,
"_spec": "rimraf@^2.5.4",
"_where": "/home/bernhard/freifunk-app/node_modules/react-native",
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
"bin": {
"rimraf": "./bin.js"
},
"bugs": {
"url": "https://github.com/isaacs/rimraf/issues"
},
"dependencies": {
"glob": "^7.0.5"
},
"description": "A deep deletion module for node (like `rm -rf`)",
"devDependencies": {
"mkdirp": "^0.5.1",
"tap": "^10.1.2"
},
"directories": {},
"dist": {
"integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==",
"shasum": "2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36",
"tarball": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz"
},
"files": [
"LICENSE",
"README.md",
"bin.js",
"rimraf.js"
],
"gitHead": "79b933fb362b2c51bedfa448be848e1d7ed32d7e",
"homepage": "https://github.com/isaacs/rimraf#readme",
"license": "ISC",
"main": "rimraf.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
"name": "rimraf",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/rimraf.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "2.6.2"
}