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.
 
 
 
 

110 lines
2.6 KiB

{
"_args": [
[
"clipboardy@^1.2.2",
"/home/bernhard/freifunk-app/node_modules/envinfo"
]
],
"_from": "clipboardy@>=1.2.2 <2.0.0",
"_id": "clipboardy@1.2.3",
"_inCache": true,
"_installable": true,
"_location": "/clipboardy",
"_nodeVersion": "8.9.4",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/clipboardy_1.2.3_1518975579998_0.7684372771276531"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"name": "clipboardy",
"raw": "clipboardy@^1.2.2",
"rawSpec": "^1.2.2",
"scope": null,
"spec": ">=1.2.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/envinfo"
],
"_resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-1.2.3.tgz",
"_shasum": "0526361bf78724c1f20be248d428e365433c07ef",
"_shrinkwrap": null,
"_spec": "clipboardy@^1.2.2",
"_where": "/home/bernhard/freifunk-app/node_modules/envinfo",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/clipboardy/issues"
},
"dependencies": {
"arch": "^2.1.0",
"execa": "^0.8.0"
},
"description": "Access the system clipboard (copy/paste)",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"fileCount": 13,
"integrity": "sha512-2WNImOvCRe6r63Gk9pShfkwXsVtKCroMAevIbiae021mS850UkWPbevxsBz3tnvjZIEGvlwaqCPsw+4ulzNgJA==",
"shasum": "0526361bf78724c1f20be248d428e365433c07ef",
"tarball": "https://registry.npmjs.org/clipboardy/-/clipboardy-1.2.3.tgz",
"unpackedSize": 926130
},
"engines": {
"node": ">=4"
},
"files": [
"fallbacks",
"index.js",
"lib"
],
"gitHead": "0c0404756999fb5c9e875bff569fa71bd195e098",
"homepage": "https://github.com/sindresorhus/clipboardy#readme",
"keywords": [
"clip",
"clipboard",
"copy",
"copy-paste",
"paste",
"pasteboard",
"pbcopy",
"read",
"write",
"xclip",
"xsel"
],
"license": "MIT",
"maintainers": [
{
"name": "floatdrop",
"email": "floatdrop@gmail.com"
},
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "clipboardy",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/clipboardy.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.2.3"
}