https
express server läuft jetzt mit https
This commit is contained in:
97
express-server/node_modules/async-limiter/package.json
generated
vendored
Normal file
97
express-server/node_modules/async-limiter/package.json
generated
vendored
Normal file
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"async-limiter@~1.0.0",
|
||||
"/nodeapps/https-test/greenlock-express.js/node_modules/ws"
|
||||
]
|
||||
],
|
||||
"_from": "async-limiter@>=1.0.0 <1.1.0",
|
||||
"_id": "async-limiter@1.0.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/async-limiter",
|
||||
"_nodeVersion": "8.4.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "s3://npm-registry-packages",
|
||||
"tmp": "tmp/async-limiter-1.0.0.tgz_1505149068503_0.15003100014291704"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "samuel.trace.reed@gmail.com",
|
||||
"name": "strml"
|
||||
},
|
||||
"_npmVersion": "5.4.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "async-limiter",
|
||||
"raw": "async-limiter@~1.0.0",
|
||||
"rawSpec": "~1.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=1.0.0 <1.1.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/ws"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
|
||||
"_shasum": "78faed8c3d074ab81f22b4e985d79e8738f720f8",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "async-limiter@~1.0.0",
|
||||
"_where": "/nodeapps/https-test/greenlock-express.js/node_modules/ws",
|
||||
"author": {
|
||||
"name": "Samuel Reed"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/strml/async-limiter/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "asynchronous function queue with adjustable concurrency",
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.2",
|
||||
"eslint": "^4.6.1",
|
||||
"eslint-plugin-mocha": "^4.11.0",
|
||||
"intelli-espower-loader": "^1.0.1",
|
||||
"istanbul": "^0.3.2",
|
||||
"mocha": "^3.5.2",
|
||||
"power-assert": "^1.4.4"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==",
|
||||
"shasum": "78faed8c3d074ab81f22b4e985d79e8738f720f8",
|
||||
"tarball": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz"
|
||||
},
|
||||
"gitHead": "02c8b498279dc7cc1ecc1c4f6fc9ca320c0ce39b",
|
||||
"homepage": "https://github.com/strml/async-limiter#readme",
|
||||
"keywords": [
|
||||
"async",
|
||||
"asynchronous",
|
||||
"concurrency",
|
||||
"concurrent",
|
||||
"job",
|
||||
"limiter",
|
||||
"task",
|
||||
"throttle"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "strml",
|
||||
"email": "samuel.trace.reed@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "async-limiter",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/strml/async-limiter.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls",
|
||||
"example": "node example",
|
||||
"lint": "eslint .",
|
||||
"test": "mocha --R intelli-espower-loader test/",
|
||||
"travis": "npm run lint && npm run coverage"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user