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.
 
 
 
 

115 lines
3.0 KiB

{
"_args": [
[
"request-promise-core@1.1.1",
"/home/bernhard/freifunk-app/node_modules/request-promise-native"
]
],
"_from": "request-promise-core@1.1.1",
"_id": "request-promise-core@1.1.1",
"_inCache": true,
"_installable": true,
"_location": "/request-promise-core",
"_nodeVersion": "4.4.7",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/request-promise-core-1.1.1.tgz_1470653050030_0.3952387892641127"
},
"_npmUser": {
"email": "nicolai.kamenzky@testrails.org",
"name": "analog-nico"
},
"_npmVersion": "2.15.8",
"_phantomChildren": {},
"_requested": {
"name": "request-promise-core",
"raw": "request-promise-core@1.1.1",
"rawSpec": "1.1.1",
"scope": null,
"spec": "1.1.1",
"type": "version"
},
"_requiredBy": [
"/request-promise-native"
],
"_resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.1.tgz",
"_shasum": "3eee00b2c5aa83239cfb04c5700da36f81cd08b6",
"_shrinkwrap": null,
"_spec": "request-promise-core@1.1.1",
"_where": "/home/bernhard/freifunk-app/node_modules/request-promise-native",
"author": {
"name": "Nicolai Kamenzky",
"url": "https://github.com/analog-nico"
},
"bugs": {
"url": "https://github.com/request/promise-core/issues"
},
"dependencies": {
"lodash": "^4.13.1"
},
"description": "Core Promise support implementation for the simplified HTTP request client 'request'.",
"devDependencies": {
"@request/api": "^0.6.0",
"@request/client": "^0.1.0",
"bluebird": "~3.4.1",
"body-parser": "~1.15.2",
"chai": "~3.5.0",
"chalk": "~1.1.3",
"gulp": "~3.9.1",
"gulp-coveralls": "~0.1.4",
"gulp-eslint": "~2.1.0",
"gulp-istanbul": "~1.0.0",
"gulp-mocha": "~2.2.0",
"node-version": "~1.0.0",
"publish-please": "~2.1.4",
"request": "^2.34.0",
"rimraf": "~2.5.3",
"run-sequence": "~1.2.2",
"stealthy-require": "~1.0.0"
},
"directories": {},
"dist": {
"shasum": "3eee00b2c5aa83239cfb04c5700da36f81cd08b6",
"tarball": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"gitHead": "0e1cc64e5adf09aac5523bcf34ba76baefb96a70",
"homepage": "https://github.com/request/promise-core#readme",
"keywords": [
"core",
"http",
"https",
"promise",
"request",
"then",
"thenable",
"xhr"
],
"license": "ISC",
"main": "./lib/plumbing.js",
"maintainers": [
{
"name": "analog-nico",
"email": "nicolai.kamenzky@testrails.org"
}
],
"name": "request-promise-core",
"optionalDependencies": {},
"peerDependencies": {
"request": "^2.34"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/request/promise-core.git"
},
"scripts": {
"prepublish": "publish-please guard",
"publish-please": "publish-please",
"test": "gulp ci",
"test-publish": "gulp ci-no-cov"
},
"version": "1.1.1"
}