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.
77 lines
1.9 KiB
77 lines
1.9 KiB
{
|
|
"_from": "avvio@^6.3.1",
|
|
"_id": "avvio@6.4.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-jeZaUK+F7MuWSNT3VHfltskPJZKqVeTWQqBA4SDaDoLaQ0lb5TOgLeQT1BEuhTIUNISCDCGY3zjYyVmQQ48gKA==",
|
|
"_location": "/avvio",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "avvio@^6.3.1",
|
|
"name": "avvio",
|
|
"escapedName": "avvio",
|
|
"rawSpec": "^6.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^6.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/fastify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/avvio/-/avvio-6.4.1.tgz",
|
|
"_shasum": "bb4127ca8b9b9c322d742a9b40962dfdca5d68b1",
|
|
"_spec": "avvio@^6.3.1",
|
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/fastify",
|
|
"author": {
|
|
"name": "Matteo Collina",
|
|
"email": "hello@matteocollina.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mcollina/avvio/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Tomas Della Vedova",
|
|
"url": "http://delved.org"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"archy": "^1.0.0",
|
|
"debug": "^4.0.0",
|
|
"fastq": "^1.6.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Asynchronous bootstrapping of Node applications",
|
|
"devDependencies": {
|
|
"@types/node": "^10.9.1",
|
|
"express": "^4.16.3",
|
|
"pre-commit": "^1.2.2",
|
|
"semver": "^6.3.0",
|
|
"standard": "^14.0.0",
|
|
"tap": "^12.0.0",
|
|
"then-sleep": "^1.0.1",
|
|
"typescript": "^3.1.1"
|
|
},
|
|
"homepage": "https://github.com/mcollina/avvio#readme",
|
|
"keywords": [
|
|
"async",
|
|
"boot",
|
|
"delayed",
|
|
"open"
|
|
],
|
|
"license": "MIT",
|
|
"main": "boot.js",
|
|
"name": "avvio",
|
|
"precommit": "test",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mcollina/avvio.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tap --no-esm -j4 test/*test.js && npm run typescript",
|
|
"typescript": "tsc --project ./test/types/tsconfig.json"
|
|
},
|
|
"version": "6.4.1"
|
|
}
|