UNPKG

react-native-xprinter-thermal-ble

Version:
930 lines (929 loc) 27.2 kB
{ "name": "react-native-xprinter-thermal-ble", "version": "0.1.10", "description": "Portable xprinter native module for react-native", "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", "ios", "cpp", "react-native-xprinter-thermal.podspec", "!lib/typescript/example", "!android/build", "!ios/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", "bootstrap": "yarn example && yarn && yarn example pods" }, "keywords": [ "react-native", "xprinter", "thermal", "ios", "android" ], "repository": { "type": "git", "url": "git+https://github.com/JVLaple/react-native-xprinter-thermal.git" }, "author": "JVLaple <aaronleejenloong@gmail.com> (https://github.com/JVLaple)", "license": "MIT", "bugs": { "url": "https://github.com/JVLaple/react-native-xprinter-thermal/issues" }, "homepage": "https://github.com/JVLaple/react-native-xprinter-thermal#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@arkweid/lefthook": "^0.7.7", "@babel/eslint-parser": "^7.18.2", "@commitlint/config-conventional": "^17.0.2", "@react-native-community/eslint-config": "^3.0.2", "@release-it/conventional-changelog": "^5.0.0", "@types/jest": "^28.1.2", "@types/react": "~17.0.21", "@types/react-native": "0.68.0", "commitlint": "^17.0.2", "eslint": "^8.4.1", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react-native": "^4.0.0", "jest": "^28.1.1", "pod-install": "^0.1.0", "prettier": "^2.0.5", "react": "17.0.2", "react-native": "0.68.2", "react-native-builder-bob": "^0.18.3", "release-it": "^15.0.0", "typescript": "^4.5.2" }, "resolutions": { "@types/react": "17.0.21" }, "peerDependencies": { "react": "*", "react-native": "*" }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } }, "eslintConfig": { "root": true, "parser": "@babel/eslint-parser", "extends": [ "@react-native-community", "prettier" ], "rules": { "prettier/prettier": [ "error", { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false } ], "@typescript-eslint/no-unused-vars": "off" } }, "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": { "absolute-path": "^0.0.0", "acorn": "^8.7.1", "abort-controller": "^3.0.0", "accepts": "^1.3.8", "JSONStream": "^1.3.5", "acorn-jsx": "^5.3.2", "add-stream": "^1.0.0", "acorn-walk": "^8.2.0", "agent-base": "^6.0.2", "aggregate-error": "^3.1.0", "anser": "^1.4.10", "ajv": "^8.11.0", "ansi-align": "^3.0.1", "ansi-escapes": "^4.3.2", "ansi-fragments": "^0.2.1", "ansi-regex": "^5.0.1", "appdirsjs": "^1.2.7", "anymatch": "^3.1.2", "ansi-styles": "^3.2.1", "arg": "^4.1.3", "arr-diff": "^4.0.0", "argparse": "^2.0.1", "arr-union": "^3.1.0", "array-filter": "^0.0.1", "arr-flatten": "^1.1.0", "array-ify": "^1.0.0", "array-includes": "^3.1.5", "array-reduce": "^0.0.0", "array-map": "^0.0.0", "array-unique": "^0.3.2", "array.prototype.map": "^1.0.4", "array.prototype.flatmap": "^1.3.0", "array-union": "^2.1.0", "asap": "^2.0.6", "arrify": "^1.0.1", "assign-symbols": "^1.0.0", "ast-types": "^0.14.2", "async": "^2.6.4", "astral-regex": "^1.0.0", "async-limiter": "^1.0.1", "asynckit": "^0.4.0", "async-retry": "^1.3.3", "babel-core": "^7.0.0-bridge.0", "atob": "^2.1.2", "babel-jest": "^28.1.2", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-jest-hoist": "^28.1.1", "babel-plugin-polyfill-corejs3": "^0.5.2", "babel-plugin-istanbul": "^6.1.1", "babel-preset-current-node-syntax": "^1.0.1", "babel-plugin-polyfill-corejs2": "^0.3.1", "babel-plugin-syntax-trailing-function-commas": "^7.0.0-beta.0", "babel-plugin-polyfill-regenerator": "^0.3.1", "babel-preset-fbjs": "^3.4.0", "babel-preset-jest": "^28.1.1", "balanced-match": "^1.0.2", "before-after-hook": "^2.2.2", "base": "^0.11.2", "base64-js": "^1.5.1", "bl": "^4.1.0", "big-integer": "^1.6.51", "boxen": "^7.0.0", "bplist-creator": "^0.1.0", "bplist-parser": "^0.3.1", "brace-expansion": "^1.1.11", "braces": "^3.0.2", "browserslist": "^4.21.9", "buffer": "^5.7.1", "buffer-from": "^1.1.2", "bytes": "^3.0.0", "bser": "^2.1.1", "cache-base": "^1.0.1", "cacheable-lookup": "^6.0.4", "call-bind": "^1.0.2", "cacheable-request": "^7.0.2", "caller-path": "^2.0.0", "callsites": "^3.1.0", "caller-callsite": "^2.0.0", "caniuse-lite": "^1.0.30001514", "camelcase-keys": "^6.2.2", "camelcase": "^5.3.1", "chalk": "^2.4.2", "char-regex": "^1.0.2", "chardet": "^0.7.0", "cjs-module-lexer": "^1.2.2", "ci-info": "^3.3.2", "class-utils": "^0.3.6", "cli-cursor": "^2.1.0", "clean-stack": "^2.2.0", "cli-boxes": "^3.0.0", "cli-spinners": "^2.6.1", "cli-width": "^4.0.0", "cliui": "^7.0.4", "clone": "^1.0.4", "clone-response": "^1.0.2", "clone-deep": "^4.0.1", "collect-v8-coverage": "^1.0.1", "color-convert": "^1.9.3", "co": "^4.6.0", "collection-visit": "^1.0.0", "color-name": "^1.1.3", "combined-stream": "^1.0.8", "colorette": "^1.4.0", "command-exists": "^1.2.9", "component-emitter": "^1.3.0", "compare-func": "^2.0.0", "commondir": "^1.0.1", "compress-brotli": "^1.3.8", "compressible": "^2.0.18", "compression": "^1.7.4", "commander": "^2.20.3", "concat-map": "^0.0.1", "concat-stream": "^2.0.0", "config-chain": "^1.1.13", "configstore": "^6.0.0", "conventional-changelog": "^3.1.25", "connect": "^3.7.0", "conventional-changelog-angular": "^5.0.13", "conventional-changelog-atom": "^2.0.8", "conventional-changelog-conventionalcommits": "^5.0.0", "conventional-changelog-codemirror": "^2.0.8", "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-writer": "^5.0.1", "conventional-changelog-jshint": "^2.0.9", "conventional-changelog-preset-loader": "^2.3.4", "conventional-commits-filter": "^2.0.7", "conventional-recommended-bump": "^6.1.0", "conventional-commits-parser": "^3.2.4", "convert-source-map": "^1.8.0", "copy-descriptor": "^0.1.1", "core-js-compat": "^3.23.4", "cosmiconfig": "^7.0.1", "core-util-is": "^1.0.3", "create-require": "^1.1.1", "cosmiconfig-typescript-loader": "^2.0.2", "cross-spawn": "^7.0.3", "crypto-random-string": "^4.0.0", "csstype": "^3.1.0", "dargs": "^7.0.0", "data-uri-to-buffer": "^3.0.1", "dayjs": "^1.11.3", "dateformat": "^3.0.3", "debug": "^4.3.4", "decamelize-keys": "^1.1.0", "decamelize": "^1.2.0", "decompress-response": "^6.0.0", "decode-uri-component": "^0.2.0", "dedent": "^0.7.0", "deep-is": "^0.1.4", "deep-extend": "^0.6.0", "deepmerge": "^4.2.2", "defaults": "^1.0.3", "defer-to-connect": "^2.0.1", "define-lazy-prop": "^2.0.0", "define-properties": "^1.1.4", "define-property": "^2.0.2", "del": "^6.1.1", "degenerator": "^3.0.2", "delayed-stream": "^1.0.0", "denodeify": "^1.2.1", "depd": "^2.0.0", "deprecation": "^2.3.1", "deprecated-react-native-prop-types": "^2.3.0", "diff": "^4.0.2", "detect-newline": "^3.1.0", "destroy": "^1.2.0", "ee-first": "^1.1.1", "eastasianwidth": "^0.2.0", "doctrine": "^3.0.0", "dot-prop": "^5.3.0", "diff-sequences": "^28.1.1", "dir-glob": "^3.0.1", "emittery": "^0.10.2", "electron-to-chromium": "^1.4.454", "emoji-regex": "^9.2.2", "encodeurl": "^1.0.2", "end-of-stream": "^1.4.4", "envinfo": "^7.8.1", "error-stack-parser": "^2.1.4", "error-ex": "^1.3.2", "errorhandler": "^1.5.1", "es-abstract": "^1.20.1", "es-array-method-boxes-properly": "^1.0.0", "es-get-iterator": "^1.1.2", "es-shim-unscopables": "^1.0.0", "es-to-primitive": "^1.2.1", "escalade": "^3.1.1", "escape-html": "^1.0.3", "escodegen": "^1.14.3", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-eslint-comments": "^3.2.0", "escape-goat": "^4.0.0", "escape-string-regexp": "^1.0.5", "eslint-plugin-jest": "^25.7.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-native-globals": "^0.1.2", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0", "espree": "^9.3.2", "eslint-visitor-keys": "^2.1.0", "esprima": "^4.0.1", "esrecurse": "^4.3.0", "esquery": "^1.4.0", "etag": "^1.8.1", "estraverse": "^5.3.0", "esutils": "^2.0.3", "event-target-shim": "^5.0.1", "execa": "^5.1.1", "exit": "^0.1.2", "expect": "^28.1.1", "expand-brackets": "^2.1.4", "extend-shallow": "^3.0.2", "external-editor": "^3.1.0", "fast-deep-equal": "^3.1.3", "fast-glob": "^3.2.11", "fast-diff": "^1.2.0", "fast-json-stable-stringify": "^2.1.0", "extglob": "^2.0.4", "fast-levenshtein": "^2.0.6", "fastq": "^1.13.0", "figures": "^4.0.1", "file-uri-to-path": "^2.0.0", "fb-watchman": "^2.0.1", "file-entry-cache": "^6.0.1", "fill-range": "^7.0.1", "filter-obj": "^1.1.0", "finalhandler": "^1.1.2", "find-up": "^5.0.0", "find-cache-dir": "^2.1.0", "flatted": "^3.2.6", "flat-cache": "^3.0.4", "flow-parser": "^0.121.0", "form-data": "^4.0.0", "for-in": "^1.0.2", "form-data-encoder": "^1.7.1", "fragment-cache": "^0.2.1", "fresh": "^0.5.2", "fs-extra": "^10.1.0", "fs.realpath": "^1.0.0", "ftp": "^0.3.10", "function-bind": "^1.1.1", "function.prototype.name": "^1.1.5", "functional-red-black-tree": "^1.0.1", "functions-have-names": "^1.2.3", "get-caller-file": "^2.0.5", "gensync": "^1.0.0-beta.2", "get-intrinsic": "^1.1.2", "get-package-type": "^0.1.0", "get-pkg-repo": "^4.2.1", "get-stream": "^6.0.1", "get-symbol-description": "^1.0.0", "get-uri": "^3.0.2", "get-value": "^2.0.6", "git-raw-commits": "^2.0.11", "git-up": "^4.0.5", "git-remote-origin-url": "^2.0.0", "git-semver-tags": "^4.1.1", "gitconfiglocal": "^1.0.0", "git-url-parse": "^11.6.0", "glob": "^7.2.3", "glob-parent": "^6.0.2", "global-dirs": "^0.1.1", "globals": "^11.12.0", "got": "^12.1.0", "globby": "^11.1.0", "graceful-fs": "^4.2.10", "hard-rejection": "^2.1.0", "has-bigints": "^1.0.2", "handlebars": "^4.7.7", "has": "^1.0.3", "has-flag": "^3.0.0", "has-property-descriptors": "^1.0.0", "has-symbols": "^1.0.3", "has-tostringtag": "^1.0.0", "has-values": "^1.0.0", "has-value": "^1.0.0", "has-yarn": "^3.0.0", "hermes-engine": "^0.11.0", "hermes-estree": "^0.5.0", "hosted-git-info": "^4.1.0", "hermes-parser": "^0.5.0", "hermes-profile-transformer": "^0.0.6", "http-cache-semantics": "^4.1.0", "html-escaper": "^2.0.2", "http-proxy-agent": "^4.0.1", "http-errors": "^2.0.0", "http2-wrapper": "^2.1.11", "human-signals": "^2.1.0", "https-proxy-agent": "^5.0.1", "iconv-lite": "^0.4.24", "ignore": "^5.2.0", "ieee754": "^1.2.1", "image-size": "^0.6.3", "import-local": "^3.1.0", "import-fresh": "^3.3.0", "import-lazy": "^4.0.0", "imurmurhash": "^0.1.4", "indent-string": "^4.0.0", "inflight": "^1.0.6", "inherits": "^2.0.4", "inquirer": "^9.0.0", "ini": "^1.3.8", "internal-slot": "^1.0.3", "interpret": "^1.4.0", "invariant": "^2.2.4", "ip": "^1.1.8", "is-absolute": "^1.0.0", "is-accessor-descriptor": "^1.0.0", "is-arguments": "^1.1.1", "is-bigint": "^1.0.4", "is-arrayish": "^0.2.1", "is-callable": "^1.2.4", "is-buffer": "^1.1.6", "is-boolean-object": "^1.1.2", "is-data-descriptor": "^1.0.0", "is-core-module": "^2.9.0", "is-date-object": "^1.0.5", "is-directory": "^0.3.1", "is-docker": "^2.2.1", "is-descriptor": "^1.0.2", "is-extendable": "^1.0.1", "is-extglob": "^2.1.1", "is-generator-fn": "^2.1.0", "is-fullwidth-code-point": "^2.0.0", "is-ci": "^3.0.1", "is-git-repository": "^2.0.0", "is-git-dirty": "^2.0.1", "is-map": "^2.0.2", "is-glob": "^4.0.3", "is-negative-zero": "^2.0.2", "is-npm": "^6.0.0", "is-obj": "^2.0.0", "is-path-cwd": "^2.2.0", "is-number": "^7.0.0", "is-number-object": "^1.0.7", "is-path-inside": "^3.0.3", "is-plain-object": "^2.0.4", "is-plain-obj": "^1.1.0", "is-installed-globally": "^0.4.0", "is-regex": "^1.1.4", "is-set": "^2.0.2", "is-relative": "^1.0.0", "is-ssh": "^1.4.0", "is-shared-array-buffer": "^1.0.2", "is-stream": "^2.0.1", "is-interactive": "^1.0.0", "is-string": "^1.0.7", "is-symbol": "^1.0.4", "is-text-path": "^1.0.1", "is-typedarray": "^1.0.0", "is-weakref": "^1.0.2", "is-unc-path": "^1.0.0", "is-unicode-supported": "^1.2.0", "is-windows": "^1.0.2", "is-yarn-global": "^0.4.0", "is-wsl": "^1.1.0", "isexe": "^2.0.0", "isobject": "^3.0.1", "isarray": "^2.0.5", "istanbul-lib-report": "^3.0.0", "istanbul-lib-source-maps": "^4.0.1", "istanbul-lib-instrument": "^5.2.0", "istanbul-lib-coverage": "^3.2.0", "jest-changed-files": "^28.0.2", "iterate-value": "^1.0.2", "istanbul-reports": "^3.1.4", "jest-circus": "^28.1.2", "iterate-iterator": "^1.0.2", "jest-cli": "^28.1.2", "jest-docblock": "^28.1.1", "jest-diff": "^28.1.1", "jest-environment-node": "^28.1.2", "jest-config": "^28.1.2", "jest-each": "^28.1.1", "jest-leak-detector": "^28.1.1", "jest-message-util": "^28.1.1", "jest-get-type": "^28.0.2", "jest-haste-map": "^28.1.1", "jest-matcher-utils": "^28.1.1", "jest-pnp-resolver": "^1.2.2", "jest-resolve": "^28.1.1", "jest-mock": "^28.1.1", "jest-resolve-dependencies": "^28.1.2", "jest-regex-util": "^28.0.2", "jest-serializer": "^27.5.1", "jest-runner": "^28.1.2", "jest-runtime": "^28.1.2", "jest-snapshot": "^28.1.2", "jest-validate": "^28.1.1", "jest-worker": "^28.1.1", "jest-watcher": "^28.1.1", "jest-util": "^28.1.1", "jetifier": "^1.6.8", "joi": "^17.6.0", "js-tokens": "^4.0.0", "js-yaml": "^4.1.0", "jsc-android": "^250230.2.1", "jscodeshift": "^0.13.1", "json-parse-better-errors": "^1.0.2", "jsesc": "^2.5.2", "json-buffer": "^3.0.1", "json-parse-even-better-errors": "^2.3.1", "json-stable-stringify-without-jsonify": "^1.0.1", "json-schema-traverse": "^1.0.0", "json5": "^2.2.3", "json-stringify-safe": "^5.0.1", "jsonify": "^0.0.0", "jsonfile": "^6.1.0", "jsonparse": "^1.3.1", "jsx-ast-utils": "^3.3.2", "keyv": "^4.3.2", "kind-of": "^6.0.3", "kleur": "^3.0.3", "klaw": "^1.3.1", "leven": "^3.1.0", "latest-version": "^7.0.0", "levn": "^0.4.1", "lines-and-columns": "^1.2.4", "load-json-file": "^4.0.0", "locate-path": "^6.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", "log-symbols": "^2.2.0", "loose-envify": "^1.4.0", "logkitty": "^0.7.1", "macos-release": "^3.1.0", "lowercase-keys": "^3.0.0", "lru-cache": "^5.1.1", "make-dir": "^3.1.0", "make-error": "^1.3.6", "map-cache": "^0.2.2", "map-obj": "^4.3.0", "map-visit": "^1.0.0", "merge-stream": "^2.0.0", "makeerror": "^1.0.12", "metro": "^0.67.0", "meow": "^8.1.2", "merge2": "^1.4.1", "metro-babel-transformer": "^0.67.0", "metro-cache": "^0.67.0", "metro-cache-key": "^0.67.0", "metro-config": "^0.67.0", "metro-core": "^0.67.0", "metro-hermes-compiler": "^0.67.0", "metro-minify-uglify": "^0.67.0", "metro-react-native-babel-preset": "^0.67.0", "metro-inspector-proxy": "^0.67.0", "metro-react-native-babel-transformer": "^0.67.0", "metro-runtime": "^0.67.0", "metro-resolver": "^0.67.0", "metro-source-map": "^0.67.0", "metro-symbolicate": "^0.67.0", "metro-transform-worker": "^0.67.0", "metro-transform-plugins": "^0.67.0", "mime": "^2.6.0", "mime-types": "^2.1.35", "mime-db": "^1.52.0", "micromatch": "^4.0.5", "mimic-fn": "^2.1.0", "mimic-response": "^1.0.1", "min-indent": "^1.0.1", "minimatch": "^3.1.2", "minimist": "^1.2.6", "minimist-options": "^4.1.0", "mixin-deep": "^1.3.2", "mkdirp": "^0.5.6", "modify-values": "^1.0.1", "ms": "^2.1.2", "mute-stream": "^0.0.8", "natural-compare": "^1.4.0", "nanomatch": "^1.2.13", "neo-async": "^2.6.2", "new-github-release-url": "^2.0.0", "netmask": "^2.0.2", "negotiator": "^0.6.3", "nice-try": "^1.0.5", "node-fetch": "^2.6.7", "nocache": "^2.1.0", "node-dir": "^0.1.17", "node-int64": "^0.4.0", "node-releases": "^2.0.13", "node-stream-zip": "^1.15.0", "normalize-package-data": "^3.0.3", "normalize-path": "^3.0.0", "normalize-url": "^6.1.0", "nullthrows": "^1.1.1", "npm-run-path": "^4.0.1", "ob1": "^0.67.0", "object-assign": "^4.1.1", "object-copy": "^0.1.0", "object-visit": "^1.0.1", "object-inspect": "^1.12.2", "object.entries": "^1.1.5", "object.assign": "^4.1.2", "object-keys": "^1.1.1", "object.fromentries": "^2.0.5", "object.hasown": "^1.1.1", "object.values": "^1.1.5", "object.pick": "^1.3.0", "on-headers": "^1.0.2", "on-finished": "^2.3.0", "once": "^1.4.0", "open": "^6.4.0", "onetime": "^5.1.2", "ora": "^3.4.0", "optionator": "^0.9.1", "os-name": "^5.0.1", "os-tmpdir": "^1.0.2", "p-cancelable": "^3.0.0", "p-limit": "^3.1.0", "p-finally": "^1.0.0", "p-locate": "^5.0.0", "p-map": "^4.0.0", "p-try": "^2.2.0", "pac-proxy-agent": "^5.0.0", "pac-resolver": "^5.0.1", "parse-json": "^5.2.0", "package-json": "^8.1.0", "parse-url": "^6.0.2", "parse-path": "^4.0.4", "parseurl": "^1.3.3", "parent-module": "^1.0.1", "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-type": "^4.0.0", "picocolors": "^1.0.0", "picomatch": "^2.3.1", "pirates": "^4.0.5", "plist": "^3.0.5", "pify": "^2.3.0", "pkg-dir": "^4.2.0", "posix-character-classes": "^0.1.1", "prettier-linter-helpers": "^1.0.0", "prelude-ls": "^1.2.1", "pretty-format": "^28.1.1", "promise": "^8.1.0", "process-nextick-args": "^2.0.1", "promise.allsettled": "^1.0.5", "prompts": "^2.4.2", "prop-types": "^15.8.1", "proto-list": "^1.2.4", "proxy-agent": "^5.0.0", "protocols": "^2.0.1", "proxy-from-env": "^1.1.0", "pump": "^3.0.0", "pupa": "^3.1.0", "q": "^1.5.1", "punycode": "^2.1.1", "query-string": "^6.14.1", "qs": "^6.11.0", "quick-lru": "^4.0.1", "range-parser": "^1.2.1", "raw-body": "^2.5.1", "queue-microtask": "^1.2.3", "react-devtools-core": "^4.24.7", "rc": "^1.2.8", "react-is": "^18.2.0", "react-shallow-renderer": "^16.14.1", "react-refresh": "^0.4.3", "react-native-gradle-plugin": "^0.0.6", "react-native-codegen": "^0.0.17", "read-pkg": "^3.0.0", "readable-stream": "^3.6.0", "read-pkg-up": "^3.0.0", "recast": "^0.20.5", "rechoir": "^0.6.2", "readline": "^1.3.0", "regenerate-unicode-properties": "^10.0.1", "redent": "^3.0.0", "regenerate": "^1.4.2", "regenerator-transform": "^0.15.0", "regenerator-runtime": "^0.13.9", "regex-not": "^1.0.2", "regexpp": "^3.2.0", "regexp.prototype.flags": "^1.4.3", "regexpu-core": "^5.1.0", "registry-auth-token": "^5.0.1", "regjsgen": "^0.6.0", "registry-url": "^6.0.1", "repeat-element": "^1.1.4", "regjsparser": "^0.8.4", "repeat-string": "^1.6.1", "require-directory": "^2.1.1", "require-from-string": "^2.0.2", "require-main-filename": "^2.0.0", "resolve": "^2.0.0-next.4", "resolve-cwd": "^3.0.0", "resolve-alpn": "^1.2.1", "resolve-from": "^5.0.0", "resolve-global": "^1.0.0", "resolve.exports": "^1.1.0", "resolve-url": "^0.2.1", "responselike": "^2.0.0", "restore-cursor": "^2.0.0", "ret": "^0.1.15", "rimraf": "^3.0.2", "retry": "^0.13.1", "run-async": "^2.4.1", "run-parallel": "^1.2.0", "safe-buffer": "^5.1.2", "rxjs": "^7.5.6", "safer-buffer": "^2.1.2", "reusify": "^1.0.4", "safe-regex": "^1.1.0", "sax": "^1.2.4", "scheduler": "^0.20.2", "semver-diff": "^4.0.0", "semver": "^6.3.0", "send": "^0.18.0", "serialize-error": "^2.1.0", "serve-static": "^1.15.0", "set-blocking": "^2.0.0", "set-value": "^2.0.1", "setprototypeof": "^1.2.0", "shallow-clone": "^3.0.1", "shebang-command": "^2.0.0", "shell-quote": "^1.6.1", "shelljs": "^0.8.5", "shebang-regex": "^3.0.0", "signal-exit": "^3.0.7", "side-channel": "^1.0.4", "simple-plist": "^1.3.1", "sisteransi": "^1.0.5", "slash": "^3.0.0", "slice-ansi": "^2.1.0", "smart-buffer": "^4.2.0", "snapdragon-node": "^2.1.1", "snapdragon": "^0.8.2", "snapdragon-util": "^3.0.1", "socks-proxy-agent": "^5.0.1", "socks": "^2.6.2", "source-map": "^0.6.1", "source-map-resolve": "^0.5.3", "source-map-support": "^0.5.13", "spdx-correct": "^3.1.1", "source-map-url": "^0.4.1", "spdx-expression-parse": "^3.0.1", "spdx-exceptions": "^2.3.0", "spdx-license-ids": "^3.0.11", "split-string": "^3.1.0", "split": "^1.0.1", "split-on-first": "^1.1.0", "stack-utils": "^2.0.5", "sprintf-js": "^1.0.3", "split2": "^3.2.2", "stacktrace-parser": "^0.1.10", "stackframe": "^1.3.4", "static-extend": "^0.1.2", "strict-uri-encode": "^2.0.0", "statuses": "^1.5.0", "stream-buffers": "^2.2.0", "string-length": "^4.0.2", "string-natural-compare": "^3.0.1", "string-width": "^5.1.2", "string.prototype.matchall": "^4.0.7", "string.prototype.trimstart": "^1.0.5", "string.prototype.trimend": "^1.0.5", "string_decoder": "^1.3.0", "strip-ansi": "^6.0.1", "strip-eof": "^1.0.0", "strip-bom": "^4.0.0", "strip-final-newline": "^2.0.0", "sudo-prompt": "^9.2.1", "supports-color": "^5.5.0", "supports-hyperlinks": "^2.2.0", "strip-json-comments": "^3.1.1", "strip-indent": "^3.0.0", "supports-preserve-symlinks-flag": "^1.0.0", "temp": "^0.8.3", "terminal-link": "^2.1.1", "test-exclude": "^6.0.0", "text-extensions": "^1.9.0", "text-table": "^0.2.0", "throat": "^6.0.1", "through2": "^4.0.2", "through": "^2.3.8", "tmpl": "^1.0.5", "tmp": "^0.0.33", "to-fast-properties": "^2.0.0", "to-object-path": "^0.3.0", "to-regex": "^3.0.2", "toidentifier": "^1.0.1", "tr46": "^0.0.3", "to-regex-range": "^5.0.1", "trim-newlines": "^3.0.1", "ts-node": "^10.8.2", "tslib": "^2.4.0", "type-check": "^0.4.0", "tsutils": "^3.21.0", "type-detect": "^4.0.8", "typedarray": "^0.0.6", "typedarray-to-buffer": "^3.1.5", "type-fest": "^0.21.3", "unbox-primitive": "^1.0.2", "uglify-js": "^3.16.2", "unc-path-regex": "^0.1.2", "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-match-property-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0", "unique-string": "^3.0.0", "unicode-match-property-value-ecmascript": "^2.0.0", "universalify": "^2.0.0", "unpipe": "^1.0.0", "union-value": "^1.0.1", "unset-value": "^1.0.0", "uglify-es": "^3.3.9", "universal-user-agent": "^6.0.0", "update-browserslist-db": "^1.0.11", "urix": "^0.1.0", "update-notifier": "^6.0.2", "uri-js": "^4.4.1", "url-join": "^5.0.0", "util-deprecate": "^1.0.2", "use-subscription": "^1.5.1", "utils-merge": "^1.0.1", "uuid": "^7.0.3", "use": "^3.1.1", "v8-compile-cache": "^2.3.0", "v8-compile-cache-lib": "^3.0.1", "v8-to-istanbul": "^9.0.1", "validate-npm-package-license": "^3.0.4", "vlq": "^1.0.1", "vm2": "^3.9.10", "vary": "^1.1.2", "walker": "^1.0.8", "wcwidth": "^1.0.1", "webidl-conversions": "^3.0.1", "whatwg-url": "^5.0.0", "whatwg-fetch": "^3.6.2", "which-boxed-primitive": "^1.0.2", "which": "^2.0.2", "which-module": "^2.0.0", "widest-line": "^4.0.1", "windows-release": "^5.0.1", "wildcard-match": "^5.1.2", "wordwrap": "^1.0.0", "word-wrap": "^1.2.3", "wrap-ansi": "^8.0.1", "wrappy": "^1.0.2", "write-file-atomic": "^4.0.1", "ws": "^6.2.2", "xcode": "^3.0.1", "xdg-basedir": "^5.1.0", "xmlbuilder": "^9.0.7", "xmldoc": "^1.1.4", "xtend": "^4.0.2", "xregexp": "^2.0.0", "y18n": "^5.0.8", "yaml": "^1.10.2", "yallist": "^3.1.1", "yargs": "^17.5.1", "yn": "^3.1.1", "yargs-parser": "^20.2.9", "yocto-queue": "^0.1.0" } }