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.
 
 
 
 

120 lines
3.0 KiB

{
"_args": [
[
"fs-extra@^1.0.0",
"/home/bernhard/freifunk-app/node_modules/react-native"
]
],
"_from": "fs-extra@>=1.0.0 <2.0.0",
"_id": "fs-extra@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/fs-extra",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/fs-extra-1.0.0.tgz_1477980958532_0.9847910783719271"
},
"_npmUser": {
"email": "jprichardson@gmail.com",
"name": "jprichardson"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"name": "fs-extra",
"raw": "fs-extra@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/metro",
"/react-native"
],
"_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz",
"_shasum": "cd3ce5f7e7cb6145883fcae3191e9877f8587950",
"_shrinkwrap": null,
"_spec": "fs-extra@^1.0.0",
"_where": "/home/bernhard/freifunk-app/node_modules/react-native",
"author": {
"email": "jprichardson@gmail.com",
"name": "JP Richardson"
},
"bugs": {
"url": "https://github.com/jprichardson/node-fs-extra/issues"
},
"dependencies": {
"graceful-fs": "^4.1.2",
"jsonfile": "^2.1.0",
"klaw": "^1.0.0"
},
"description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.4.5",
"minimist": "^1.1.1",
"mocha": "^3.1.2",
"proxyquire": "^1.7.10",
"read-dir-files": "^0.1.1",
"rimraf": "^2.2.8",
"secure-random": "^1.1.1",
"semver": "^5.3.0",
"standard": "^8.5.0"
},
"directories": {},
"dist": {
"shasum": "cd3ce5f7e7cb6145883fcae3191e9877f8587950",
"tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz"
},
"gitHead": "2da7defbd3d3f140f4d2f4cfa7e89b11846a827a",
"homepage": "https://github.com/jprichardson/node-fs-extra",
"keywords": [
"copy",
"create",
"delete",
"directory",
"extra",
"extra",
"file",
"file system",
"fs",
"json",
"mkdir",
"mkdirp",
"mkdirs",
"move",
"output",
"read",
"recursive",
"remove",
"text",
"touch",
"write"
],
"license": "MIT",
"main": "./lib/index",
"maintainers": [
{
"name": "jprichardson",
"email": "jprichardson@gmail.com"
}
],
"name": "fs-extra",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jprichardson/node-fs-extra.git"
},
"scripts": {
"coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
"coveralls": "npm run coverage && coveralls < coverage/lcov.info",
"lint": "standard",
"test": "npm run lint && npm run unit",
"test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
"unit": "node test.js"
},
"version": "1.0.0"
}