first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
67
node_modules/wait-on/package.json
generated
vendored
Normal file
67
node_modules/wait-on/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"name": "wait-on",
|
||||
"description": "wait-on is a cross platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available",
|
||||
"version": "7.0.1",
|
||||
"main": "lib/wait-on",
|
||||
"bin": {
|
||||
"wait-on": "bin/wait-on"
|
||||
},
|
||||
"author": "Jeff Barczewski <info@codewinds.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/jeffbski/wait-on.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/jeffbski/wait-on/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"lint": "eslint \"lib/**/*.js\" \"test/**/*.js\" \"bin/wait-on\"",
|
||||
"publish:next": "npm publish --tag next && npm view",
|
||||
"test": "mocha --exit 'test/**/*.mocha.js'"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.29.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-config-standard": "^17.0.0",
|
||||
"eslint-plugin-chai-friendly": "^0.7.2",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-n": "^15.6.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"expect-legacy": "^1.20.2",
|
||||
"mkdirp": "^1.0.4",
|
||||
"mocha": "^10.2.0",
|
||||
"temp": "^0.9.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.27.2",
|
||||
"joi": "^17.7.0",
|
||||
"lodash": "^4.17.21",
|
||||
"minimist": "^1.2.7",
|
||||
"rxjs": "^7.8.0"
|
||||
},
|
||||
"keywords": [
|
||||
"wait",
|
||||
"delay",
|
||||
"cli",
|
||||
"files",
|
||||
"tcp",
|
||||
"ports",
|
||||
"sockets",
|
||||
"http",
|
||||
"exist",
|
||||
"ready",
|
||||
"available",
|
||||
"portable",
|
||||
"cross-platform",
|
||||
"unix",
|
||||
"linux",
|
||||
"windows",
|
||||
"win32",
|
||||
"osx"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue