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.
 
 
 
 

103 lines
2.5 KiB

{
"_args": [
[
"abab@^1.0.4",
"/home/bernhard/freifunk-app/node_modules/jsdom"
]
],
"_from": "abab@>=1.0.4 <2.0.0",
"_id": "abab@1.0.4",
"_inCache": true,
"_installable": true,
"_location": "/abab",
"_nodeVersion": "4.5.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/abab-1.0.4.tgz_1505957653831_0.4382179556414485"
},
"_npmUser": {
"email": "gcarpenterv@gmail.com",
"name": "jeffcarp"
},
"_npmVersion": "2.15.9",
"_phantomChildren": {},
"_requested": {
"name": "abab",
"raw": "abab@^1.0.4",
"rawSpec": "^1.0.4",
"scope": null,
"spec": ">=1.0.4 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/data-urls",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/abab/-/abab-1.0.4.tgz",
"_shasum": "5faad9c2c07f60dd76770f71cf025b62a63cfd4e",
"_shrinkwrap": null,
"_spec": "abab@^1.0.4",
"_where": "/home/bernhard/freifunk-app/node_modules/jsdom",
"author": {
"email": "gcarpenterv@gmail.com",
"name": "Jeff Carpenter"
},
"bugs": {
"url": "https://github.com/jsdom/abab/issues"
},
"dependencies": {},
"description": "WHATWG spec-compliant implementations of window.atob and window.btoa.",
"devDependencies": {
"babel-core": "^6.1.4",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.1.4",
"eslint": "^1.3.1",
"jscs": "^2.1.1",
"karma": "^0.13.10",
"karma-cli": "^0.1.1",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-sauce-launcher": "^0.2.14",
"karma-webpack": "^1.7.0",
"mocha": "^2.2.5",
"webpack": "^1.12.2"
},
"directories": {},
"dist": {
"shasum": "5faad9c2c07f60dd76770f71cf025b62a63cfd4e",
"tarball": "https://registry.npmjs.org/abab/-/abab-1.0.4.tgz"
},
"files": [
"index.js",
"lib/"
],
"gitHead": "c98068b06b4321949a8195408360ca84140d795d",
"homepage": "https://github.com/jsdom/abab#readme",
"keywords": [
"atob",
"browser",
"btoa"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "jeffcarp",
"email": "gcarpenterv@gmail.com"
}
],
"name": "abab",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/abab.git"
},
"scripts": {
"karma": "karma start",
"lint": "jscs . && eslint .",
"mocha": "mocha test/node",
"test": "npm run lint && npm run mocha && npm run karma"
},
"version": "1.0.4"
}