This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
portapy/Download-Latest-Python/node_modules/wait-on/package.json

87 lines
2.0 KiB
JSON

{
"_from": "wait-on",
"_id": "wait-on@3.1.0",
"_inBundle": false,
"_integrity": "sha512-yjYwMvnOhA3PTghvzPQAmT2TSVvBMbOdBRRjMPfBD6FU5si/PkAsI8P3X5sh9ntkYjZvPQLpQRpDUyax5h4COg==",
"_location": "/wait-on",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "wait-on",
"name": "wait-on",
"escapedName": "wait-on",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/wait-on/-/wait-on-3.1.0.tgz",
"_shasum": "b53da3ec2655424e4dad187d382098f337ec4d08",
"_spec": "wait-on",
"_where": "C:\\Users\\broak\\Desktop\\Python-Node-Project\\Download-Latest-Python",
"author": {
"name": "Jeff Barczewski",
"email": "info@codewinds.com"
},
"bin": {
"wait-on": "bin/wait-on"
},
"bugs": {
"url": "http://github.com/jeffbski/wait-on/issues"
},
"bundleDependencies": false,
"dependencies": {
"core-js": "^2.5.7",
"joi": "^13.0.0",
"minimist": "^1.2.0",
"request": "^2.88.0",
"rx": "^4.1.0"
},
"deprecated": false,
"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",
"devDependencies": {
"expect-legacy": "^1.20.2",
"mocha": "^5.2.0",
"temp": "^0.8.3"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/jeffbski/wait-on#readme",
"keywords": [
"wait",
"delay",
"cli",
"files",
"tcp",
"ports",
"sockets",
"http",
"exist",
"ready",
"available",
"portable",
"cross-platform",
"unix",
"linux",
"windows",
"win32",
"osx"
],
"license": "MIT",
"main": "lib/wait-on",
"name": "wait-on",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jeffbski/wait-on.git"
},
"scripts": {
"test": "mocha --exit 'test/**/*.mocha.js'"
},
"version": "3.1.0"
}