UNPKG

@duetds/date-picker

Version:

Duet Date Picker is an open source version of Duet Design System’s accessible date picker.

86 lines (85 loc) 2.09 kB
{ "_from": "wait-on@^3.3.0", "_id": "wait-on@3.3.0", "_inBundle": false, "_integrity": "sha512-97dEuUapx4+Y12aknWZn7D25kkjMk16PbWoYzpSdA8bYpVfS6hpl2a2pOWZ3c+Tyt3/i4/pglyZctG3J4V1hWQ==", "_location": "/wait-on", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "wait-on@^3.3.0", "name": "wait-on", "escapedName": "wait-on", "rawSpec": "^3.3.0", "saveSpec": null, "fetchSpec": "^3.3.0" }, "_requiredBy": [ "/jest-dev-server" ], "_resolved": "https://registry.npmjs.org/wait-on/-/wait-on-3.3.0.tgz", "_shasum": "9940981d047a72a9544a97b8b5fca45b2170a082", "_spec": "wait-on@^3.3.0", "_where": "/Users/viljamis/code/lahitapiola/duet-date-picker-prep/hydrate/tests/node_modules/jest-dev-server", "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": { "@hapi/joi": "^15.0.3", "core-js": "^2.6.5", "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": "^6.1.4", "temp": "^0.9.0" }, "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.3.0" }