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.
 
 
 
 

209 lines
4.4 KiB

{
"_args": [
[
"ansi-colors@^1.0.1",
"/home/bernhard/freifunk-app/node_modules/fbjs-scripts"
]
],
"_from": "ansi-colors@>=1.0.1 <2.0.0",
"_id": "ansi-colors@1.1.0",
"_inCache": true,
"_installable": true,
"_location": "/ansi-colors",
"_nodeVersion": "8.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/ansi-colors_1.1.0_1518979728506_0.18675540024873993"
},
"_npmUser": {
"email": "brian.woodward@gmail.com",
"name": "doowb"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"name": "ansi-colors",
"raw": "ansi-colors@^1.0.1",
"rawSpec": "^1.0.1",
"scope": null,
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/fbjs-scripts"
],
"_resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz",
"_shasum": "6374b4dd5d4718ff3ce27a671a3b1cad077132a9",
"_shrinkwrap": null,
"_spec": "ansi-colors@^1.0.1",
"_where": "/home/bernhard/freifunk-app/node_modules/fbjs-scripts",
"author": {
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
"bugs": {
"url": "https://github.com/doowb/ansi-colors/issues"
},
"contributors": [
{
"name": "Brian Woodward",
"url": "https://twitter.com/doowb"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
}
],
"dependencies": {
"ansi-wrap": "^0.1.0"
},
"description": "Collection of ansi colors and styles.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.3",
"typescript": "^2.7.1"
},
"directories": {},
"dist": {
"fileCount": 5,
"integrity": "sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==",
"shasum": "6374b4dd5d4718ff3ce27a671a3b1cad077132a9",
"tarball": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz",
"unpackedSize": 21993
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"types/index.d.ts"
],
"gitHead": "f7b9387262474c9c5b5e0c714dbe849f2a95b696",
"homepage": "https://github.com/doowb/ansi-colors",
"keywords": [
"ansi-bgblack",
"ansi-bgblue",
"ansi-bgcyan",
"ansi-bggreen",
"ansi-bgmagenta",
"ansi-bgred",
"ansi-bgwhite",
"ansi-bgyellow",
"ansi-black",
"ansi-blue",
"ansi-bold",
"ansi-cyan",
"ansi-dim",
"ansi-gray",
"ansi-green",
"ansi-grey",
"ansi-hidden",
"ansi-inverse",
"ansi-italic",
"ansi-magenta",
"ansi-red",
"ansi-reset",
"ansi-strikethrough",
"ansi-underline",
"ansi-white",
"ansi-yellow",
"bgblack",
"bgblue",
"bgcyan",
"bggreen",
"bgmagenta",
"bgred",
"bgwhite",
"bgyellow",
"black",
"blue",
"bold",
"cyan",
"dim",
"gray",
"green",
"grey",
"hidden",
"inverse",
"italic",
"magenta",
"red",
"reset",
"strikethrough",
"underline",
"white",
"yellow"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "doowb",
"email": "brian.woodward@gmail.com"
},
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "ansi-colors",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/doowb/ansi-colors.git"
},
"scripts": {
"test": "mocha && tsc --project types"
},
"types": "./types/index.d.ts",
"verb": {
"layout": "default",
"lint": {
"reflinks": true
},
"plugins": [
"gulp-format-md"
],
"reflinks": [
"verb",
"verb-readme-generator"
],
"related": {
"list": [
"ansi-bgblack",
"ansi-bgblue",
"ansi-bgcyan",
"ansi-bggreen",
"ansi-bgmagenta",
"ansi-bgred",
"ansi-bgwhite",
"ansi-bgyellow",
"ansi-black",
"ansi-blue",
"ansi-bold",
"ansi-cyan",
"ansi-dim",
"ansi-gray",
"ansi-green",
"ansi-grey",
"ansi-hidden",
"ansi-inverse",
"ansi-italic",
"ansi-magenta",
"ansi-red",
"ansi-reset",
"ansi-strikethrough",
"ansi-underline",
"ansi-white",
"ansi-wrap",
"ansi-yellow"
]
},
"tasks": [
"readme"
],
"toc": false
},
"version": "1.1.0"
}