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.

104 lines
2.7 KiB

{
"_args": [
[
"node-fetch@^1.0.1",
"/home/bernhard/freifunk-app/node_modules/isomorphic-fetch"
]
],
"_from": "node-fetch@>=1.0.1 <2.0.0",
"_id": "node-fetch@1.7.3",
"_inCache": true,
"_installable": true,
"_location": "/node-fetch",
"_nodeVersion": "8.2.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/node-fetch-1.7.3.tgz_1504852098188_0.7899843158666044"
},
"_npmUser": {
"email": "bitinn@gmail.com",
"name": "bitinn"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"name": "node-fetch",
"raw": "node-fetch@^1.0.1",
"rawSpec": "^1.0.1",
"scope": null,
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/isomorphic-fetch",
"/metro",
"/react-native"
],
"_resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz",
"_shasum": "980f6f72d85211a5347c6b2bc18c5b84c3eb47ef",
"_shrinkwrap": null,
"_spec": "node-fetch@^1.0.1",
"_where": "/home/bernhard/freifunk-app/node_modules/isomorphic-fetch",
"author": {
"name": "David Frank"
},
"bugs": {
"url": "https://github.com/bitinn/node-fetch/issues"
},
"dependencies": {
"encoding": "^0.1.11",
"is-stream": "^1.0.1"
},
"description": "A light-weight module that brings window.fetch to node.js and io.js",
"devDependencies": {
"bluebird": "^3.3.4",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"codecov": "^1.0.1",
"form-data": ">=1.0.0",
"istanbul": "^0.4.2",
"mocha": "^2.1.0",
"parted": "^0.1.1",
"promise": "^7.1.1",
"resumer": "0.0.0"
},
"directories": {},
"dist": {
"integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==",
"shasum": "980f6f72d85211a5347c6b2bc18c5b84c3eb47ef",
"tarball": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz"
},
"gitHead": "16f33bf76f06afb58307a652ceb48f597e48a095",
"homepage": "https://github.com/bitinn/node-fetch",
"keywords": [
"fetch",
"http",
"promise"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "bitinn",
"email": "bitinn@gmail.com"
},
{
"name": "timothygu",
"email": "timothygu99@gmail.com"
}
],
"name": "node-fetch",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/bitinn/node-fetch.git"
},
"scripts": {
"coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/test.js && codecov",
"report": "istanbul cover _mocha -- -R spec test/test.js",
"test": "mocha test/test.js"
},
"version": "1.7.3"
}