UNPKG

react-native-sunmi-printer-hk

Version:
1,044 lines (1,043 loc) 30.6 kB
{ "name": "react-native-sunmi-printer-hk", "version": "1.8.3", "description": "商米内置打印", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "cpp", "!lib/typescript/example", "!android/build", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "test": "jest", "typescript": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "prepare": "bob build", "release": "release-it", "example": "yarn --cwd example" }, "keywords": [ "react-native", "android", "sunmi", "SunmiPrinterDemo" ], "repository": { "type": "git", "url": "git+https://github.com/Surile/react-native-sunmi-printer.git" }, "author": "夜雨 <mhecy98@gmail.com> (https://github.com/Surile)", "license": "MIT", "bugs": { "url": "https://github.com/Surile/react-native-sunmi-printer/issues" }, "homepage": "https://github.com/Surile/react-native-sunmi-printer#readme", "publishConfig": { "access": "public" }, "devDependencies": { "@commitlint/config-conventional": "^11.0.0", "@react-native-community/eslint-config": "^2.0.0", "@release-it/conventional-changelog": "^2.0.0", "@types/jest": "^26.0.0", "@types/react": "^16.9.19", "@types/react-native": "0.62.13", "commitlint": "^11.0.0", "eslint": "^7.2.0", "eslint-config-prettier": "^7.0.0", "eslint-plugin-prettier": "^3.1.3", "husky": "^4.2.5", "jest": "^26.0.1", "pod-install": "^0.1.0", "prettier": "^2.0.5", "react": "16.13.1", "react-native": "0.63.4", "react-native-builder-bob": "^0.18.0", "release-it": "^14.2.2", "typescript": "^4.1.3" }, "peerDependencies": { "react": "*", "react-native": "*" }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-commit": "yarn lint && yarn typescript" } }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": false }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } }, "eslintConfig": { "root": true, "extends": [ "@react-native-community", "prettier" ], "rules": { "prettier/prettier": [ "error", { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false } ] } }, "eslintIgnore": [ "node_modules/", "lib/" ], "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "directories": { "example": "example", "lib": "lib" }, "dependencies": { "JSONStream": "^1.3.5", "abab": "^2.0.6", "abbrev": "^2.0.0", "abort-controller": "^3.0.0", "absolute-path": "^0.0.0", "accepts": "^1.3.8", "acorn": "^7.4.1", "acorn-globals": "^6.0.0", "acorn-jsx": "^5.3.2", "acorn-walk": "^7.2.0", "add-stream": "^1.0.0", "agent-base": "^6.0.2", "aggregate-error": "^3.1.0", "ajv": "^6.12.6", "anser": "^1.4.10", "ansi-align": "^3.0.1", "ansi-colors": "^4.1.3", "ansi-cyan": "^0.1.1", "ansi-escapes": "^4.3.2", "ansi-fragments": "^0.2.1", "ansi-gray": "^0.1.1", "ansi-red": "^0.1.1", "ansi-regex": "^5.0.1", "ansi-styles": "^4.3.0", "ansi-wrap": "^0.1.0", "anymatch": "^2.0.0", "argparse": "^1.0.10", "arr-diff": "^4.0.0", "arr-flatten": "^1.1.0", "arr-union": "^3.1.0", "array-buffer-byte-length": "^1.0.0", "array-filter": "^0.0.1", "array-ify": "^1.0.0", "array-includes": "^3.1.7", "array-map": "^0.0.1", "array-reduce": "^0.0.0", "array-slice": "^0.2.3", "array-union": "^2.1.0", "array-unique": "^0.3.2", "array.prototype.flat": "^1.3.2", "array.prototype.flatmap": "^1.3.2", "array.prototype.map": "^1.0.6", "array.prototype.tosorted": "^1.1.2", "arraybuffer.prototype.slice": "^1.0.2", "arrify": "^1.0.1", "asap": "^2.0.6", "assign-symbols": "^1.0.0", "ast-types": "^0.13.4", "astral-regex": "^2.0.0", "async": "^2.6.4", "async-retry": "^1.3.3", "asynciterator.prototype": "^1.0.0", "asynckit": "^0.4.0", "at-least-node": "^1.0.0", "atob": "^2.1.2", "available-typed-arrays": "^1.0.5", "babel-eslint": "^10.1.0", "babel-jest": "^26.6.3", "babel-plugin-istanbul": "^6.1.1", "babel-plugin-jest-hoist": "^26.6.2", "babel-plugin-polyfill-corejs2": "^0.4.6", "babel-plugin-polyfill-corejs3": "^0.8.5", "babel-plugin-polyfill-regenerator": "^0.5.3", "babel-plugin-syntax-trailing-function-commas": "^7.0.0-beta.0", "babel-preset-current-node-syntax": "^1.0.1", "babel-preset-fbjs": "^3.4.0", "babel-preset-jest": "^26.6.2", "balanced-match": "^1.0.2", "base": "^0.11.2", "base64-js": "^1.5.1", "before-after-hook": "^2.2.3", "big-integer": "^1.6.51", "bindings": "^1.5.0", "bl": "^4.1.0", "boxen": "^5.1.2", "bplist-creator": "^0.1.0", "bplist-parser": "^0.3.1", "brace-expansion": "^2.0.1", "braces": "^3.0.2", "browser-process-hrtime": "^1.0.0", "browserslist": "^4.22.1", "bser": "^2.1.1", "buffer": "^5.7.1", "buffer-crc32": "^0.2.13", "buffer-from": "^1.1.2", "bytes": "^3.1.2", "cacache": "^18.0.2", "cache-base": "^1.0.1", "cacheable-request": "^6.1.0", "call-bind": "^1.0.2", "caller-callsite": "^2.0.0", "caller-path": "^2.0.0", "callsites": "^3.1.0", "camelcase": "^5.3.1", "camelcase-keys": "^6.2.2", "caniuse-lite": "^1.0.30001550", "capture-exit": "^2.0.0", "chalk": "^4.1.2", "char-regex": "^1.0.2", "chardet": "^0.7.0", "chownr": "^2.0.0", "ci-info": "^2.0.0", "cjs-module-lexer": "^0.6.0", "class-utils": "^0.3.6", "clean-stack": "^2.2.0", "cli-boxes": "^2.2.1", "cli-cursor": "^3.1.0", "cli-spinners": "^2.9.1", "cli-width": "^3.0.0", "cliui": "^6.0.0", "clone": "^1.0.4", "clone-deep": "^4.0.1", "clone-response": "^1.0.3", "co": "^4.6.0", "collect-v8-coverage": "^1.0.2", "collection-visit": "^1.0.0", "color-convert": "^2.0.1", "color-name": "^1.1.4", "color-support": "^1.1.3", "colorette": "^1.4.0", "combined-stream": "^1.0.8", "command-exists": "^1.2.9", "commander": "^2.20.3", "commondir": "^1.0.1", "compare-func": "^2.0.0", "compare-versions": "^3.6.0", "component-emitter": "^1.3.0", "compressible": "^2.0.18", "compression": "^1.7.4", "concat-map": "^0.0.1", "concat-stream": "^2.0.0", "configstore": "^5.0.1", "connect": "^3.7.0", "conventional-changelog": "^3.1.25", "conventional-changelog-angular": "^5.0.13", "conventional-changelog-atom": "^2.0.8", "conventional-changelog-codemirror": "^2.0.8", "conventional-changelog-conventionalcommits": "^4.6.3", "conventional-changelog-core": "^4.2.4", "conventional-changelog-ember": "^2.0.9", "conventional-changelog-eslint": "^3.0.9", "conventional-changelog-express": "^2.0.6", "conventional-changelog-jquery": "^3.0.11", "conventional-changelog-jshint": "^2.0.9", "conventional-changelog-preset-loader": "^2.3.4", "conventional-changelog-writer": "^5.0.1", "conventional-commits-filter": "^2.0.7", "conventional-commits-parser": "^3.2.4", "conventional-recommended-bump": "^6.1.0", "convert-source-map": "^1.9.0", "copy-descriptor": "^0.1.1", "core-js": "^2.6.12", "core-js-compat": "^3.33.0", "core-util-is": "^1.0.3", "cosmiconfig": "^7.1.0", "cross-spawn": "^7.0.3", "crypto-random-string": "^2.0.0", "cssom": "^0.4.4", "cssstyle": "^2.3.0", "csstype": "^3.1.2", "dargs": "^7.0.0", "data-uri-to-buffer": "^3.0.1", "data-urls": "^2.0.0", "dateformat": "^3.0.3", "dayjs": "^1.11.10", "debug": "^4.3.4", "decamelize": "^1.2.0", "decamelize-keys": "^1.1.1", "decimal.js": "^10.4.3", "decode-uri-component": "^0.2.2", "decompress-response": "^3.3.0", "dedent": "^0.7.0", "deep-extend": "^0.6.0", "deep-is": "^0.1.4", "deepmerge": "^4.3.1", "defaults": "^1.0.4", "defer-to-connect": "^1.1.3", "define-data-property": "^1.1.1", "define-properties": "^1.2.1", "define-property": "^0.2.5", "degenerator": "^3.0.4", "del": "^6.1.1", "delayed-stream": "^1.0.0", "denodeify": "^1.2.1", "depd": "^2.0.0", "deprecation": "^2.3.1", "destroy": "^1.2.0", "detect-newline": "^3.1.0", "diff-sequences": "^26.6.2", "dir-glob": "^3.0.1", "doctrine": "^3.0.0", "domexception": "^2.0.1", "dot-prop": "^5.3.0", "duplexer3": "^0.1.5", "eastasianwidth": "^0.2.0", "ee-first": "^1.1.1", "electron-to-chromium": "^1.4.557", "emittery": "^0.7.2", "emoji-regex": "^8.0.0", "encodeurl": "^1.0.2", "encoding": "^0.1.13", "end-of-stream": "^1.4.4", "enquirer": "^2.4.1", "env-paths": "^2.2.1", "envinfo": "^7.10.0", "err-code": "^2.0.3", "error-ex": "^1.3.2", "error-stack-parser": "^2.1.4", "errorhandler": "^1.5.1", "es-abstract": "^1.22.2", "es-array-method-boxes-properly": "^1.0.0", "es-get-iterator": "^1.1.3", "es-iterator-helpers": "^1.0.15", "es-set-tostringtag": "^2.0.1", "es-shim-unscopables": "^1.0.0", "es-to-primitive": "^1.2.1", "escalade": "^3.1.1", "escape-goat": "^2.1.1", "escape-html": "^1.0.3", "escape-string-regexp": "^1.0.5", "escodegen": "^2.1.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-flowtype": "^2.50.3", "eslint-plugin-jest": "^22.4.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-native": "^3.11.0", "eslint-plugin-react-native-globals": "^0.1.2", "eslint-scope": "^5.1.1", "eslint-utils": "^2.1.0", "eslint-visitor-keys": "^1.3.0", "espree": "^7.3.1", "esprima": "^4.0.1", "esquery": "^1.5.0", "esrecurse": "^4.3.0", "estraverse": "^5.3.0", "esutils": "^2.0.3", "etag": "^1.8.1", "event-target-shim": "^5.0.1", "eventemitter3": "^3.1.2", "exec-sh": "^0.3.6", "execa": "^4.1.0", "exit": "^0.1.2", "expand-brackets": "^2.1.4", "expect": "^26.6.2", "exponential-backoff": "^3.1.1", "extend-shallow": "^2.0.1", "external-editor": "^3.1.0", "extglob": "^2.0.4", "fancy-log": "^1.3.3", "fast-deep-equal": "^3.1.3", "fast-diff": "^1.3.0", "fast-glob": "^3.3.1", "fast-json-stable-stringify": "^2.1.0", "fast-levenshtein": "^2.0.6", "fastq": "^1.15.0", "fb-watchman": "^2.0.2", "fbjs": "^1.0.0", "fbjs-css-vars": "^1.0.2", "fbjs-scripts": "^1.2.0", "figures": "^3.2.0", "file-entry-cache": "^6.0.1", "file-uri-to-path": "^2.0.0", "fill-range": "^7.0.1", "filter-obj": "^1.1.0", "finalhandler": "^1.1.2", "find-cache-dir": "^2.1.0", "find-up": "^4.1.0", "find-versions": "^4.0.0", "flat-cache": "^3.1.1", "flatted": "^3.2.9", "for-each": "^0.3.3", "for-in": "^1.0.2", "foreground-child": "^3.1.1", "form-data": "^3.0.1", "fragment-cache": "^0.2.1", "fresh": "^0.5.2", "fs-extra": "^8.1.0", "fs-minipass": "^3.0.3", "fs.realpath": "^1.0.0", "fsevents": "^2.3.3", "ftp": "^0.3.10", "function-bind": "^1.1.2", "function.prototype.name": "^1.1.6", "functional-red-black-tree": "^1.0.1", "functions-have-names": "^1.2.3", "gensync": "^1.0.0-beta.2", "get-caller-file": "^2.0.5", "get-intrinsic": "^1.2.1", "get-package-type": "^0.1.0", "get-pkg-repo": "^4.2.1", "get-stdin": "^8.0.0", "get-stream": "^4.1.0", "get-symbol-description": "^1.0.0", "get-uri": "^3.0.2", "get-value": "^2.0.6", "git-raw-commits": "^2.0.11", "git-remote-origin-url": "^2.0.0", "git-semver-tags": "^4.1.1", "git-up": "^4.0.5", "git-url-parse": "^11.6.0", "gitconfiglocal": "^1.0.0", "glob": "^7.2.3", "glob-parent": "^5.1.2", "global-dirs": "^0.1.1", "globals": "^13.23.0", "globalthis": "^1.0.3", "globby": "^11.1.0", "gopd": "^1.0.1", "got": "^9.6.0", "graceful-fs": "^4.2.11", "growly": "^1.3.0", "handlebars": "^4.7.8", "hard-rejection": "^2.1.0", "has": "^1.0.4", "has-bigints": "^1.0.2", "has-flag": "^4.0.0", "has-property-descriptors": "^1.0.0", "has-proto": "^1.0.1", "has-symbols": "^1.0.3", "has-tostringtag": "^1.0.0", "has-value": "^1.0.0", "has-values": "^1.0.0", "has-yarn": "^2.1.0", "hermes-engine": "^0.5.1", "hermes-profile-transformer": "^0.0.6", "hosted-git-info": "^4.1.0", "html-encoding-sniffer": "^2.0.1", "html-escaper": "^2.0.2", "http-cache-semantics": "^4.1.1", "http-errors": "^2.0.0", "http-proxy-agent": "^4.0.1", "https-proxy-agent": "^5.0.1", "human-signals": "^1.1.1", "iconv-lite": "^0.4.24", "ieee754": "^1.2.1", "ignore": "^5.2.4", "image-size": "^0.6.3", "import-cwd": "^3.0.0", "import-fresh": "^3.3.0", "import-from": "^3.0.0", "import-lazy": "^2.1.0", "import-local": "^3.1.0", "imurmurhash": "^0.1.4", "indent-string": "^4.0.0", "inflight": "^1.0.6", "inherits": "^2.0.4", "ini": "^1.3.8", "inquirer": "^8.2.0", "internal-slot": "^1.0.5", "interpret": "^1.4.0", "invariant": "^2.2.4", "ip": "^1.1.8", "ip-address": "^9.0.5", "is-absolute": "^1.0.0", "is-accessor-descriptor": "^1.0.0", "is-arguments": "^1.1.1", "is-array-buffer": "^3.0.2", "is-arrayish": "^0.2.1", "is-async-function": "^2.0.0", "is-bigint": "^1.0.4", "is-boolean-object": "^1.1.2", "is-buffer": "^1.1.6", "is-callable": "^1.2.7", "is-ci": "^2.0.0", "is-core-module": "^2.13.0", "is-data-descriptor": "^1.0.0", "is-date-object": "^1.0.5", "is-descriptor": "^1.0.2", "is-directory": "^0.3.1", "is-docker": "^2.2.1", "is-extendable": "^0.1.1", "is-extglob": "^2.1.1", "is-finalizationregistry": "^1.0.2", "is-fullwidth-code-point": "^2.0.0", "is-generator-fn": "^2.1.0", "is-generator-function": "^1.0.10", "is-git-dirty": "^2.0.2", "is-git-repository": "^2.0.0", "is-glob": "^4.0.3", "is-installed-globally": "^0.4.0", "is-interactive": "^1.0.0", "is-lambda": "^1.0.1", "is-map": "^2.0.2", "is-negative-zero": "^2.0.2", "is-npm": "^5.0.0", "is-number": "^3.0.0", "is-number-object": "^1.0.7", "is-obj": "^2.0.0", "is-path-cwd": "^2.2.0", "is-path-inside": "^3.0.3", "is-plain-obj": "^1.1.0", "is-plain-object": "^2.0.4", "is-potential-custom-element-name": "^1.0.1", "is-regex": "^1.1.4", "is-relative": "^1.0.0", "is-set": "^2.0.2", "is-shared-array-buffer": "^1.0.2", "is-ssh": "^1.4.0", "is-stream": "^2.0.1", "is-string": "^1.0.7", "is-symbol": "^1.0.4", "is-text-path": "^1.0.1", "is-typed-array": "^1.1.12", "is-typedarray": "^1.0.0", "is-unc-path": "^1.0.0", "is-unicode-supported": "^0.1.0", "is-weakmap": "^2.0.1", "is-weakref": "^1.0.2", "is-weakset": "^2.0.2", "is-windows": "^1.0.2", "is-wsl": "^2.2.0", "is-yarn-global": "^0.3.0", "isarray": "^2.0.5", "isexe": "^2.0.0", "isobject": "^3.0.1", "isomorphic-fetch": "^2.2.1", "istanbul-lib-coverage": "^3.2.0", "istanbul-lib-instrument": "^5.2.1", "istanbul-lib-report": "^3.0.1", "istanbul-lib-source-maps": "^4.0.1", "istanbul-reports": "^3.1.6", "iterate-iterator": "^1.0.2", "iterate-value": "^1.0.2", "iterator.prototype": "^1.1.2", "jackspeak": "^2.3.6", "jest-changed-files": "^26.6.2", "jest-cli": "^26.6.3", "jest-config": "^26.6.3", "jest-diff": "^26.6.2", "jest-docblock": "^26.0.0", "jest-each": "^26.6.2", "jest-environment-jsdom": "^26.6.2", "jest-environment-node": "^26.6.2", "jest-get-type": "^26.3.0", "jest-haste-map": "^26.6.2", "jest-jasmine2": "^26.6.3", "jest-leak-detector": "^26.6.2", "jest-matcher-utils": "^26.6.2", "jest-message-util": "^26.6.2", "jest-mock": "^26.6.2", "jest-pnp-resolver": "^1.2.3", "jest-regex-util": "^26.0.0", "jest-resolve": "^26.6.2", "jest-resolve-dependencies": "^26.6.3", "jest-runner": "^26.6.3", "jest-runtime": "^26.6.3", "jest-serializer": "^24.9.0", "jest-snapshot": "^26.6.2", "jest-util": "^26.6.2", "jest-validate": "^26.6.2", "jest-watcher": "^26.6.2", "jest-worker": "^26.6.2", "jetifier": "^2.0.0", "js-tokens": "^4.0.0", "js-yaml": "^3.14.1", "jsbn": "^1.1.0", "jsc-android": "^245459.0.0", "jsdom": "^16.7.0", "jsesc": "^2.5.2", "json-buffer": "^3.0.1", "json-parse-better-errors": "^1.0.2", "json-parse-even-better-errors": "^2.3.1", "json-schema-traverse": "^0.4.1", "json-stable-stringify": "^1.0.2", "json-stable-stringify-without-jsonify": "^1.0.1", "json-stringify-safe": "^5.0.1", "json5": "^2.2.3", "jsonfile": "^6.1.0", "jsonify": "^0.0.1", "jsonparse": "^1.3.1", "jsx-ast-utils": "^3.3.5", "keyv": "^4.5.4", "kind-of": "^6.0.3", "klaw": "^1.3.1", "kleur": "^3.0.3", "latest-version": "^5.1.0", "leven": "^3.1.0", "levn": "^0.4.1", "lines-and-columns": "^1.2.4", "load-json-file": "^4.0.0", "locate-path": "^5.0.0", "lodash": "^4.17.21", "lodash.debounce": "^4.0.8", "lodash.ismatch": "^4.4.0", "lodash.merge": "^4.6.2", "lodash.throttle": "^4.1.1", "lodash.truncate": "^4.4.2", "log-symbols": "^4.1.0", "logkitty": "^0.7.1", "loose-envify": "^1.4.0", "lowercase-keys": "^1.0.1", "lru-cache": "^6.0.0", "macos-release": "^2.5.1", "make-dir": "^3.1.0", "make-fetch-happen": "^13.0.0", "makeerror": "^1.0.12", "map-cache": "^0.2.2", "map-obj": "^4.3.0", "map-visit": "^1.0.0", "meow": "^8.1.2", "merge-stream": "^2.0.0", "merge2": "^1.4.1", "metro": "^0.59.0", "metro-babel-register": "^0.59.0", "metro-babel-transformer": "^0.59.0", "metro-cache": "^0.59.0", "metro-config": "^0.59.0", "metro-core": "^0.59.0", "metro-inspector-proxy": "^0.59.0", "metro-minify-uglify": "^0.59.0", "metro-react-native-babel-preset": "^0.59.0", "metro-react-native-babel-transformer": "^0.59.0", "metro-resolver": "^0.59.0", "metro-source-map": "^0.59.0", "metro-symbolicate": "^0.59.0", "micromatch": "^4.0.5", "mime": "^2.6.0", "mime-db": "^1.52.0", "mime-types": "^2.1.35", "mimic-fn": "^2.1.0", "mimic-response": "^1.0.1", "min-indent": "^1.0.1", "minimatch": "^3.1.2", "minimist": "^1.2.8", "minimist-options": "^4.1.0", "minipass": "^7.0.4", "minipass-collect": "^2.0.1", "minipass-fetch": "^3.0.4", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", "minipass-sized": "^1.0.3", "minizlib": "^2.1.2", "mixin-deep": "^1.3.2", "mkdirp": "^0.5.6", "modify-values": "^1.0.1", "ms": "^2.1.2", "mute-stream": "^0.0.8", "nan": "^2.18.0", "nanomatch": "^1.2.13", "natural-compare": "^1.4.0", "negotiator": "^0.6.3", "neo-async": "^2.6.2", "netmask": "^2.0.2", "new-github-release-url": "^1.0.0", "nice-try": "^1.0.5", "nocache": "^2.1.0", "node-fetch": "^2.7.0", "node-gyp": "^10.1.0", "node-int64": "^0.4.0", "node-notifier": "^8.0.2", "node-releases": "^2.0.13", "node-stream-zip": "^1.15.0", "nopt": "^7.2.0", "normalize-package-data": "^3.0.3", "normalize-path": "^3.0.0", "normalize-url": "^6.1.0", "npm-run-path": "^4.0.1", "nullthrows": "^1.1.1", "nwsapi": "^2.2.7", "ob1": "^0.59.0", "object-assign": "^4.1.1", "object-copy": "^0.1.0", "object-inspect": "^1.13.0", "object-keys": "^1.1.1", "object-visit": "^1.0.1", "object.assign": "^4.1.4", "object.entries": "^1.1.7", "object.fromentries": "^2.0.7", "object.hasown": "^1.1.3", "object.pick": "^1.3.0", "object.values": "^1.1.7", "on-finished": "^2.4.1", "on-headers": "^1.0.2", "once": "^1.4.0", "onetime": "^5.1.2", "open": "^7.4.2", "opencollective-postinstall": "^2.0.3", "optionator": "^0.9.3", "options": "^0.0.6", "ora": "^5.4.1", "os-name": "^4.0.1", "os-tmpdir": "^1.0.2", "p-cancelable": "^1.1.0", "p-each-series": "^2.2.0", "p-finally": "^1.0.0", "p-limit": "^2.3.0", "p-locate": "^4.1.0", "p-map": "^4.0.0", "p-try": "^2.2.0", "pac-proxy-agent": "^5.0.0", "pac-resolver": "^5.0.1", "package-json": "^6.5.0", "parent-module": "^1.0.1", "parse-json": "^5.2.0", "parse-node-version": "^1.0.1", "parse-path": "^4.0.4", "parse-url": "^6.0.5", "parse5": "^6.0.1", "parseurl": "^1.3.3", "pascalcase": "^0.1.1", "path-exists": "^4.0.0", "path-is-absolute": "^1.0.1", "path-key": "^3.1.1", "path-parse": "^1.0.7", "path-scurry": "^1.10.2", "path-type": "^4.0.0", "picocolors": "^1.0.0", "picomatch": "^2.3.1", "pify": "^3.0.0", "pirates": "^4.0.6", "pkg-dir": "^5.0.0", "please-upgrade-node": "^3.2.0", "plist": "^3.1.0", "plugin-error": "^0.1.2", "posix-character-classes": "^0.1.1", "prelude-ls": "^1.2.1", "prepend-file": "^2.0.1", "prepend-http": "^2.0.0", "prettier-linter-helpers": "^1.0.0", "pretty-format": "^26.6.2", "proc-log": "^3.0.0", "process-nextick-args": "^2.0.1", "progress": "^2.0.3", "promise": "^7.3.1", "promise-retry": "^2.0.1", "promise.allsettled": "^1.0.5", "prompts": "^2.4.2", "prop-types": "^15.8.1", "protocols": "^1.4.8", "proxy-agent": "^5.0.0", "proxy-from-env": "^1.1.0", "pseudomap": "^1.0.2", "psl": "^1.9.0", "pump": "^3.0.0", "punycode": "^2.3.0", "pupa": "^2.1.1", "q": "^1.5.1", "qs": "^6.11.2", "query-string": "^6.14.1", "querystringify": "^2.2.0", "queue-microtask": "^1.2.3", "quick-lru": "^4.0.1", "range-parser": "^1.2.1", "raw-body": "^2.5.2", "rc": "^1.2.8", "react-devtools-core": "^4.28.4", "react-is": "^16.13.1", "react-refresh": "^0.4.3", "read-pkg": "^3.0.0", "read-pkg-up": "^7.0.1", "readable-stream": "^3.6.2", "rechoir": "^0.6.2", "redent": "^3.0.0", "reflect.getprototypeof": "^1.0.4", "regenerate": "^1.4.2", "regenerate-unicode-properties": "^10.1.1", "regenerator-runtime": "^0.14.0", "regenerator-transform": "^0.15.2", "regex-not": "^1.0.2", "regexp.prototype.flags": "^1.5.1", "regexpp": "^3.2.0", "regexpu-core": "^5.3.2", "registry-auth-token": "^4.2.2", "registry-url": "^5.1.0", "regjsparser": "^0.9.1", "remove-trailing-separator": "^1.1.0", "repeat-element": "^1.1.4", "repeat-string": "^1.6.1", "require-directory": "^2.1.1", "require-from-string": "^2.0.2", "require-main-filename": "^2.0.0", "requires-port": "^1.0.0", "resolve": "^1.22.8", "resolve-cwd": "^3.0.0", "resolve-from": "^5.0.0", "resolve-global": "^1.0.0", "resolve-url": "^0.2.1", "responselike": "^1.0.2", "restore-cursor": "^3.1.0", "ret": "^0.1.15", "retry": "^0.12.0", "reusify": "^1.0.4", "rimraf": "^3.0.2", "rsvp": "^4.8.5", "run-async": "^2.4.1", "run-parallel": "^1.2.0", "rx-lite": "^4.0.8", "rx-lite-aggregates": "^4.0.8", "rxjs": "^7.8.1", "safe-array-concat": "^1.0.1", "safe-buffer": "^5.1.2", "safe-regex": "^1.1.0", "safe-regex-test": "^1.0.0", "safer-buffer": "^2.1.2", "sane": "^4.1.0", "sax": "^1.3.0", "saxes": "^5.0.1", "scheduler": "^0.19.1", "semver": "^6.3.1", "semver-compare": "^1.0.0", "semver-diff": "^3.1.1", "semver-regex": "^3.1.4", "send": "^0.18.0", "serialize-error": "^2.1.0", "serve-static": "^1.15.0", "set-blocking": "^2.0.0", "set-function-name": "^2.0.1", "set-value": "^2.0.1", "setimmediate": "^1.0.5", "setprototypeof": "^1.2.0", "shallow-clone": "^3.0.1", "shebang-command": "^1.2.0", "shebang-regex": "^3.0.0", "shell-quote": "^1.6.1", "shelljs": "^0.8.5", "shellwords": "^0.1.1", "side-channel": "^1.0.4", "signal-exit": "^3.0.7", "simple-plist": "^1.3.1", "sisteransi": "^1.0.5", "slash": "^3.0.0", "slice-ansi": "^4.0.0", "smart-buffer": "^4.2.0", "snapdragon": "^0.8.2", "snapdragon-node": "^2.1.1", "snapdragon-util": "^3.0.1", "socks": "^2.8.1", "socks-proxy-agent": "^5.0.1", "source-map": "^0.6.1", "source-map-resolve": "^0.5.3", "source-map-support": "^0.5.21", "source-map-url": "^0.4.1", "spdx-correct": "^3.2.0", "spdx-exceptions": "^2.3.0", "spdx-expression-parse": "^3.0.1", "spdx-license-ids": "^3.0.16", "split": "^1.0.1", "split-on-first": "^1.1.0", "split-string": "^3.1.0", "split2": "^3.2.2", "sprintf-js": "^1.0.3", "ssri": "^10.0.5", "stack-utils": "^2.0.6", "stackframe": "^1.3.4", "stacktrace-parser": "^0.1.10", "static-extend": "^0.1.2", "statuses": "^2.0.1", "stop-iteration-iterator": "^1.0.0", "stream-buffers": "^2.2.0", "strict-uri-encode": "^2.0.0", "string-length": "^4.0.2", "string-width": "^4.2.3", "string-width-cjs": "^4.2.3", "string.prototype.matchall": "^4.0.10", "string.prototype.trim": "^1.2.8", "string.prototype.trimend": "^1.0.7", "string.prototype.trimstart": "^1.0.7", "string_decoder": "^1.3.0", "strip-ansi": "^6.0.1", "strip-ansi-cjs": "^6.0.1", "strip-bom": "^4.0.0", "strip-eof": "^1.0.0", "strip-final-newline": "^2.0.0", "strip-indent": "^3.0.0", "strip-json-comments": "^3.1.1", "sudo-prompt": "^9.2.1", "supports-color": "^7.2.0", "supports-hyperlinks": "^2.3.0", "supports-preserve-symlinks-flag": "^1.0.0", "symbol-tree": "^3.2.4", "table": "^6.8.1", "tar": "^6.2.1", "temp": "^0.8.3", "temp-dir": "^1.0.0", "temp-write": "^4.0.0", "terminal-link": "^2.1.1", "test-exclude": "^6.0.0", "text-extensions": "^1.9.0", "text-table": "^0.2.0", "throat": "^5.0.0", "through": "^2.3.8", "through2": "^4.0.2", "time-stamp": "^1.1.0", "tmp": "^0.0.33", "tmpl": "^1.0.5", "to-fast-properties": "^2.0.0", "to-object-path": "^0.3.0", "to-readable-stream": "^1.0.0", "to-regex": "^3.0.2", "to-regex-range": "^5.0.1", "toidentifier": "^1.0.1", "tough-cookie": "^4.1.3", "tr46": "^2.1.0", "trim-newlines": "^3.0.1", "tslib": "^2.6.2", "tsutils": "^3.21.0", "type-check": "^0.4.0", "type-detect": "^4.0.8", "type-fest": "^0.20.2", "typed-array-buffer": "^1.0.0", "typed-array-byte-length": "^1.0.0", "typed-array-byte-offset": "^1.0.0", "typed-array-length": "^1.0.4", "typedarray": "^0.0.6", "typedarray-to-buffer": "^3.1.5", "ua-parser-js": "^0.7.36", "uglify-es": "^3.3.9", "uglify-js": "^3.17.4", "ultron": "^1.0.2", "unbox-primitive": "^1.0.2", "unc-path-regex": "^0.1.2", "undici-types": "^5.25.3", "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-match-property-ecmascript": "^2.0.0", "unicode-match-property-value-ecmascript": "^2.1.0", "unicode-property-aliases-ecmascript": "^2.1.0", "union-value": "^1.0.1", "unique-filename": "^3.0.0", "unique-slug": "^4.0.0", "unique-string": "^2.0.0", "universal-user-agent": "^6.0.0", "universalify": "^2.0.0", "unpipe": "^1.0.0", "unset-value": "^1.0.0", "update-browserslist-db": "^1.0.13", "update-notifier": "^5.1.0", "uri-js": "^4.4.1", "urix": "^0.1.0", "url-join": "^4.0.1", "url-parse": "^1.5.10", "url-parse-lax": "^3.0.0", "use": "^3.1.1", "use-subscription": "^1.8.0", "use-sync-external-store": "^1.2.0", "util-deprecate": "^1.0.2", "utils-merge": "^1.0.1", "uuid": "^8.3.2", "v8-compile-cache": "^2.4.0", "v8-to-istanbul": "^7.1.2", "validate-npm-package-license": "^3.0.4", "vary": "^1.1.2", "vlq": "^1.0.1", "vm2": "^3.9.19", "w3c-hr-time": "^1.0.2", "w3c-xmlserializer": "^2.0.0", "walker": "^1.0.8", "wcwidth": "^1.0.1", "webidl-conversions": "^6.1.0", "whatwg-encoding": "^1.0.5", "whatwg-fetch": "^3.6.19", "whatwg-mimetype": "^2.3.0", "whatwg-url": "^8.7.0", "which": "^2.0.2", "which-boxed-primitive": "^1.0.2", "which-builtin-type": "^1.1.3", "which-collection": "^1.0.1", "which-module": "^2.0.1", "which-pm-runs": "^1.1.0", "which-typed-array": "^1.1.11", "widest-line": "^3.1.0", "wildcard-match": "^5.1.2", "windows-release": "^4.0.0", "word-wrap": "^1.2.5", "wordwrap": "^1.0.0", "wrap-ansi": "^7.0.0", "wrap-ansi-cjs": "^7.0.0", "wrappy": "^1.0.2", "write-file-atomic": "^3.0.3", "ws": "^1.1.5", "xcode": "^2.1.0", "xdg-basedir": "^4.0.0", "xml-name-validator": "^3.0.0", "xmlbuilder": "^15.1.1", "xmlchars": "^2.2.0", "xmldoc": "^1.3.0", "xpipe": "^1.0.5", "xregexp": "^2.0.0", "xtend": "^4.0.2", "y18n": "^4.0.3", "yallist": "^4.0.0", "yaml": "^1.10.2", "yargs": "^15.4.1", "yargs-parser": "^20.2.9", "yocto-queue": "^0.1.0" } }