UNPKG

@duetds/date-picker

Version:

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

138 lines (137 loc) 4.92 kB
{ "_from": "puppeteer@^5.0.0", "_id": "puppeteer@5.2.1", "_inBundle": false, "_integrity": "sha512-PZoZG7u+T6N1GFWBQmGVG162Ak5MAy8nYSVpeeQrwJK2oYUlDWpHEJPcd/zopyuEMTv7DiztS1blgny1txR2qw==", "_location": "/puppeteer", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "puppeteer@^5.0.0", "name": "puppeteer", "escapedName": "puppeteer", "rawSpec": "^5.0.0", "saveSpec": null, "fetchSpec": "^5.0.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-5.2.1.tgz", "_shasum": "7f0564f0a5384f352a38c8cc42af875cd87f4ea6", "_spec": "puppeteer@^5.0.0", "_where": "/Users/viljamis/code/lahitapiola/duet-date-picker-prep/hydrate/tests", "author": { "name": "The Chromium Authors" }, "browser": { "./lib/BrowserFetcher.js": false, "ws": "./utils/browser/WebSocket", "fs": false, "child_process": false, "rimraf": false, "readline": false }, "bugs": { "url": "https://github.com/puppeteer/puppeteer/issues" }, "bundleDependencies": false, "dependencies": { "debug": "^4.1.0", "devtools-protocol": "0.0.781568", "extract-zip": "^2.0.0", "https-proxy-agent": "^4.0.0", "mime": "^2.0.3", "pkg-dir": "^4.2.0", "progress": "^2.0.1", "proxy-from-env": "^1.0.0", "rimraf": "^3.0.2", "tar-fs": "^2.0.0", "unbzip2-stream": "^1.3.3", "ws": "^7.2.3" }, "deprecated": false, "description": "A high-level API to control headless Chrome over the DevTools Protocol", "devDependencies": { "@microsoft/api-documenter": "7.8.14", "@microsoft/api-extractor": "7.8.12", "@types/debug": "0.0.31", "@types/mime": "^2.0.0", "@types/mocha": "^7.0.2", "@types/node": "^14.0.13", "@types/proxy-from-env": "^1.0.1", "@types/rimraf": "^2.0.2", "@types/tar-fs": "^1.16.2", "@types/ws": "^7.2.4", "@typescript-eslint/eslint-plugin": "^2.28.0", "@typescript-eslint/parser": "^2.28.0", "commonmark": "^0.28.1", "cross-env": "^5.0.5", "dependency-cruiser": "^9.7.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-mocha": "^6.3.0", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-unicorn": "^19.0.1", "esprima": "^4.0.0", "expect": "^25.2.7", "jpeg-js": "^0.3.7", "minimist": "^1.2.0", "mocha": "^8.0.1", "ncp": "^2.0.0", "pixelmatch": "^4.0.2", "pngjs": "^5.0.0", "prettier": "^2.0.5", "sinon": "^9.0.2", "text-diff": "^1.0.1", "ts-node": "^8.10.2", "typescript": "3.9.5" }, "engines": { "node": ">=10.18.1" }, "files": [ "lib/", "install.js", "typescript-if-required.js", "cjs-entry.js", "cjs-entry-core.js" ], "homepage": "https://github.com/puppeteer/puppeteer#readme", "license": "Apache-2.0", "main": "./cjs-entry.js", "name": "puppeteer", "repository": { "type": "git", "url": "git+https://github.com/puppeteer/puppeteer.git" }, "scripts": { "apply-next-version": "node utils/apply_next_version.js", "assert-unit-coverage": "cross-env COVERAGE=1 mocha --config mocha-config/coverage-tests.js", "clean-lib": "rm -rf lib", "debug-unit": "node --inspect-brk test/test.js", "dev-install": "npm run tsc && node install.js", "doc": "node utils/doclint/cli.js", "ensure-correct-devtools-protocol-revision": "ts-node scripts/ensure-correct-devtools-protocol-package", "ensure-new-docs-up-to-date": "npm run generate-docs && git status && exit `git status --porcelain | head -255 | wc -l`", "eslint": "([ \"$CI\" = true ] && eslint --ext js --ext ts --quiet -f codeframe . || eslint --ext js --ext ts .)", "eslint-fix": "eslint --ext js --ext ts --fix .", "funit": "PUPPETEER_PRODUCT=firefox npm run unit", "generate-dependency-graph": "echo 'Requires graphviz installed locally!' && depcruise --exclude 'api.ts' --do-not-follow '^node_modules' --output-type dot src/index.ts | dot -T png > dependency-chart.png", "generate-docs": "npm run tsc && api-extractor run --local --verbose && api-documenter markdown -i temp -o new-docs", "install": "node install.js", "lint": "npm run eslint && npm run tsc && npm run doc", "prepare": "node typescript-if-required.js", "prepublishOnly": "npm run tsc", "test": "npm run tsc && npm run lint --silent && npm run unit-with-coverage && npm run test-types", "test-install": "scripts/test-install.sh", "tsc": "npm run clean-lib && tsc --version && npm run tsc-cjs && npm run tsc-esm", "tsc-cjs": "tsc -b src/tsconfig.cjs.json", "tsc-esm": "tsc -b src/tsconfig.esm.json", "unit": "npm run tsc-cjs && mocha --config mocha-config/puppeteer-unit-tests.js", "unit-with-coverage": "cross-env COVERAGE=1 npm run unit" }, "version": "5.2.1" }