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.
 
 
 
 

106 lines
2.8 KiB

{
"_args": [
[
"external-editor@^2.0.4",
"/home/bernhard/freifunk-app/node_modules/inquirer"
]
],
"_from": "external-editor@>=2.0.4 <3.0.0",
"_id": "external-editor@2.2.0",
"_inCache": true,
"_installable": true,
"_location": "/external-editor",
"_nodeVersion": "9.5.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/external-editor_2.2.0_1522681453149_0.756588265685062"
},
"_npmUser": {
"email": "kevin@mrkmg.com",
"name": "mrkmg"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"name": "external-editor",
"raw": "external-editor@^2.0.4",
"rawSpec": "^2.0.4",
"scope": null,
"spec": ">=2.0.4 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/inquirer"
],
"_resolved": "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz",
"_shasum": "045511cfd8d133f3846673d1047c154e214ad3d5",
"_shrinkwrap": null,
"_spec": "external-editor@^2.0.4",
"_where": "/home/bernhard/freifunk-app/node_modules/inquirer",
"author": {
"email": "kevin@mrkmg.com",
"name": "Kevin Gravier",
"url": "https://mrkmg.com"
},
"bugs": {
"url": "https://github.com/mrkmg/node-external-editor/issues"
},
"dependencies": {
"chardet": "^0.4.0",
"iconv-lite": "^0.4.17",
"tmp": "^0.0.33"
},
"description": "Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT",
"devDependencies": {
"chai": "^4.0.0",
"coffee-script": "^1.10.0",
"coffeelint": "^1.14.2",
"mocha": "^3.2.0"
},
"directories": {},
"dist": {
"fileCount": 10,
"integrity": "sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A==",
"shasum": "045511cfd8d133f3846673d1047c154e214ad3d5",
"tarball": "https://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz",
"unpackedSize": 20528
},
"engines": {
"node": ">=0.12"
},
"files": [
"example_async.js",
"example_sync.js",
"main"
],
"gitHead": "1b5b5f5f6de7f13730c374085063af50a231d9fd",
"homepage": "https://github.com/mrkmg/node-external-editor#readme",
"keywords": [
"editor",
"external",
"user",
"visual"
],
"license": "MIT",
"main": "main/index.js",
"maintainers": [
{
"name": "mrkmg",
"email": "kevin@mrkmg.com"
}
],
"name": "external-editor",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mrkmg/node-external-editor.git"
},
"scripts": {
"compile": "coffee --compile --output main/ src/",
"lint": "coffeelint -f .coffeelint.json src",
"test": "npm run lint && npm run unit",
"unit": "mocha --recursive --compilers coffee:coffee-script/register --timeout 10000 ./test/spec"
},
"version": "2.2.0"
}