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.

112 lines
2.6 KiB

{
"_args": [
[
"data-urls@^1.0.0",
"/home/bernhard/freifunk-app/node_modules/jsdom"
]
],
"_from": "data-urls@>=1.0.0 <2.0.0",
"_id": "data-urls@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/data-urls",
"_nodeVersion": "8.2.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/data-urls-1.0.0.tgz_1517437914250_0.16816337523050606"
},
"_npmUser": {
"email": "d@domenic.me",
"name": "domenic"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"name": "data-urls",
"raw": "data-urls@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/data-urls/-/data-urls-1.0.0.tgz",
"_shasum": "24802de4e81c298ea8a9388bb0d8e461c774684f",
"_shrinkwrap": null,
"_spec": "data-urls@^1.0.0",
"_where": "/home/bernhard/freifunk-app/node_modules/jsdom",
"author": {
"email": "d@domenic.me",
"name": "Domenic Denicola",
"url": "https://domenic.me/"
},
"bugs": {
"url": "https://github.com/jsdom/data-urls/issues"
},
"dependencies": {
"abab": "^1.0.4",
"whatwg-mimetype": "^2.0.0",
"whatwg-url": "^6.4.0"
},
"description": "Parses data: URLs",
"devDependencies": {
"eslint": "^4.13.0",
"jest": "^21.2.1",
"request": "^2.83.0"
},
"directories": {},
"dist": {
"integrity": "sha512-ai40PPQR0Fn1lD2PPie79CibnlMN2AYiDhwFX/rZHVsxbs5kNJSjegqXIprhouGXlRdEnfybva7kqRGnB6mypA==",
"shasum": "24802de4e81c298ea8a9388bb0d8e461c774684f",
"tarball": "https://registry.npmjs.org/data-urls/-/data-urls-1.0.0.tgz"
},
"files": [
"lib/"
],
"gitHead": "bd0705722c8992f48c9a9e2aa15e24189164a9ed",
"homepage": "https://github.com/jsdom/data-urls#readme",
"jest": {
"coverageDirectory": "coverage",
"coverageReporters": [
"lcov",
"text-summary"
],
"testEnvironment": "node",
"testMatch": [
"<rootDir>/test/**/*.js"
]
},
"keywords": [
"data uri",
"data url",
"data:",
"fetch",
"http",
"whatwg"
],
"license": "MIT",
"main": "lib/parser.js",
"maintainers": [
{
"name": "domenic",
"email": "d@domenic.me"
}
],
"name": "data-urls",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/data-urls.git"
},
"scripts": {
"coverage": "jest --coverage",
"lint": "eslint .",
"pretest": "node scripts/get-latest-platform-tests.js",
"test": "jest"
},
"version": "1.0.0"
}