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.8 KiB

{
"_args": [
[
"stealthy-require@^1.1.0",
"/home/bernhard/freifunk-app/node_modules/request-promise-native"
]
],
"_from": "stealthy-require@>=1.1.0 <2.0.0",
"_id": "stealthy-require@1.1.1",
"_inCache": true,
"_installable": true,
"_location": "/stealthy-require",
"_nodeVersion": "4.8.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/stealthy-require-1.1.1.tgz_1494301911395_0.9998155683279037"
},
"_npmUser": {
"email": "nicolai.kamenzky@testrails.org",
"name": "analog-nico"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"name": "stealthy-require",
"raw": "stealthy-require@^1.1.0",
"rawSpec": "^1.1.0",
"scope": null,
"spec": ">=1.1.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/request-promise-native"
],
"_resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz",
"_shasum": "35b09875b4ff49f26a777e509b3090a3226bf24b",
"_shrinkwrap": null,
"_spec": "stealthy-require@^1.1.0",
"_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/analog-nico/stealthy-require/issues"
},
"dependencies": {},
"description": "The closest you can get to require something with bypassing the require cache",
"devDependencies": {
"bcrypt": "~1.0.2",
"browserify": "~14.3.0",
"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.1.1",
"gulp-mocha": "~3.0.1",
"mkdirp": "~0.5.1",
"publish-please": "~2.3.1",
"rimraf": "~2.6.1",
"run-sequence": "~1.2.2",
"webpack": "~1.15.0"
},
"directories": {},
"dist": {
"shasum": "35b09875b4ff49f26a777e509b3090a3226bf24b",
"tarball": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"gitHead": "80489389e74c6877c49a916bf87826bf2b4ba1c8",
"homepage": "https://github.com/analog-nico/stealthy-require#readme",
"keywords": [
"bypass",
"cache",
"fresh",
"no",
"require"
],
"license": "ISC",
"main": "./lib/index.js",
"maintainers": [
{
"name": "analog-nico",
"email": "nicolai.kamenzky@testrails.org"
}
],
"name": "stealthy-require",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/analog-nico/stealthy-require.git"
},
"scripts": {
"prepublish": "publish-please guard",
"publish-please": "publish-please",
"test": "gulp ci",
"test-publish": "gulp ci-no-cov"
},
"version": "1.1.1"
}