react-native-simple-timeline
Version:
React Native Simple Timeline
936 lines (935 loc) • 27.7 kB
JSON
{
"name": "react-native-simple-timeline",
"version": "0.1.4",
"description": "React Native Simple Timeline",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"react-native": "src/index.ts",
"types": "lib/typescript/index.d.ts",
"files": [
"src",
"lib",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"android",
"ios",
"cpp",
"*.podspec",
"!lib/typescript/example",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/.*"
],
"scripts": {
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepack": "bob build",
"release": "release-it",
"example": "yarn --cwd example",
"pods": "cd example && pod-install --quiet",
"bootstrap": "yarn example && yarn && yarn pods"
},
"keywords": [
"react-native",
"ios",
"android",
"expo",
"react-native-timeline-flatlist",
"react-native-timeline",
"react native timeline",
"flatlist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kabitacode/react-native-simple-timeline.git"
},
"author": "Muhamad Zulfiqor <30437682+kabitacode@users.noreply.github.com> (https://github.com/kabitacode)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kabitacode/react-native-simple-timeline/issues"
},
"homepage": "https://github.com/kabitacode/react-native-simple-timeline#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
"@react-native-community/eslint-config": "^3.0.2",
"@release-it/conventional-changelog": "^5.0.0",
"@types/babel__core": "^7.20.0",
"@types/jest": "^28.1.2",
"@types/react": "~17.0.21",
"@types/react-native": "0.70.0",
"commitlint": "^17.0.2",
"del-cli": "^5.0.0",
"eslint": "^8.4.1",
"jest": "^28.1.1",
"pod-install": "^0.1.0",
"react": "18.2.0",
"react-native": "0.71.4",
"react-native-builder-bob": "^0.20.4",
"release-it": "^15.0.0",
"typescript": "^4.5.2"
},
"resolutions": {
"@types/react": "17.0.21"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"engines": {
"node": ">= 16.0.0"
},
"packageManager": "^yarn@1.22.15",
"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,
"extends": [
"@react-native-community"
]
},
"eslintIgnore": [
"node_modules/",
"lib/"
],
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
[
"commonjs",
{
"copyFlow": true
}
],
"module",
"typescript"
]
},
"directories": {
"example": "example",
"lib": "lib"
},
"dependencies": {
"absolute-path": "^0.0.0",
"JSONStream": "^1.3.5",
"abort-controller": "^3.0.0",
"accepts": "^1.3.8",
"acorn-walk": "^8.2.0",
"acorn-jsx": "^5.3.2",
"acorn": "^8.8.2",
"add-stream": "^1.0.0",
"agent-base": "^6.0.2",
"ajv": "^8.12.0",
"anser": "^1.4.10",
"ansi-align": "^3.0.1",
"ansi-escapes": "^4.3.2",
"aggregate-error": "^4.0.1",
"ansi-fragments": "^0.2.1",
"ansi-regex": "^5.0.1",
"ansi-styles": "^3.2.1",
"appdirsjs": "^1.2.7",
"anymatch": "^3.1.3",
"arg": "^4.1.3",
"argparse": "^2.0.1",
"arr-diff": "^4.0.0",
"arr-union": "^3.1.0",
"arr-flatten": "^1.1.0",
"array-ify": "^1.0.0",
"array-buffer-byte-length": "^1.0.0",
"array-unique": "^0.3.2",
"array-includes": "^3.1.6",
"array-union": "^2.1.0",
"array.prototype.map": "^1.0.5",
"array.prototype.flatmap": "^1.3.1",
"array.prototype.tosorted": "^1.1.1",
"asap": "^2.0.6",
"arrify": "^1.0.1",
"astral-regex": "^1.0.0",
"assign-symbols": "^1.0.0",
"ast-types": "^0.14.2",
"async": "^3.2.4",
"async-retry": "^1.3.3",
"atob": "^2.1.2",
"async-limiter": "^1.0.1",
"available-typed-arrays": "^1.0.5",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^28.1.3",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-polyfill-corejs3": "^0.6.0",
"babel-plugin-jest-hoist": "^28.1.3",
"babel-plugin-polyfill-regenerator": "^0.4.1",
"babel-plugin-polyfill-corejs2": "^0.3.3",
"babel-preset-fbjs": "^3.4.0",
"babel-preset-jest": "^28.1.3",
"babel-plugin-syntax-trailing-function-commas": "^7.0.0-beta.0",
"babel-preset-current-node-syntax": "^1.0.1",
"balanced-match": "^1.0.2",
"before-after-hook": "^2.2.3",
"base": "^0.11.2",
"big-integer": "^1.6.51",
"base64-js": "^1.5.1",
"bl": "^4.1.0",
"boxen": "^7.0.2",
"bplist-parser": "^0.2.0",
"brace-expansion": "^1.1.11",
"braces": "^3.0.2",
"browserslist": "^4.21.5",
"bundle-name": "^3.0.0",
"buffer-from": "^1.1.2",
"bser": "^2.1.1",
"bytes": "^3.0.0",
"buffer": "^5.7.1",
"cacheable-request": "^10.2.9",
"cacheable-lookup": "^7.0.0",
"cache-base": "^1.0.1",
"callsites": "^3.1.0",
"call-bind": "^1.0.2",
"camelcase": "^5.3.1",
"caller-callsite": "^2.0.0",
"camelcase-keys": "^6.2.2",
"caller-path": "^2.0.0",
"chalk": "^2.4.2",
"caniuse-lite": "^1.0.30001472",
"char-regex": "^1.0.2",
"chardet": "^0.7.0",
"ci-info": "^3.8.0",
"class-utils": "^0.3.6",
"cjs-module-lexer": "^1.2.2",
"cli-spinners": "^2.7.0",
"clean-stack": "^4.2.0",
"cli-cursor": "^3.1.0",
"cli-boxes": "^3.0.0",
"cliui": "^8.0.1",
"cli-width": "^4.0.0",
"clone-deep": "^4.0.1",
"co": "^4.6.0",
"clone": "^1.0.4",
"collection-visit": "^1.0.0",
"color-convert": "^1.9.3",
"collect-v8-coverage": "^1.0.1",
"color-name": "^1.1.3",
"command-exists": "^1.2.9",
"commander": "^9.5.0",
"colorette": "^1.4.0",
"commondir": "^1.0.1",
"compare-func": "^2.0.0",
"component-emitter": "^1.3.0",
"compressible": "^2.0.18",
"compression": "^1.7.4",
"concat-map": "^0.0.1",
"concat-stream": "^2.0.0",
"config-chain": "^1.1.13",
"configstore": "^6.0.0",
"connect": "^3.7.0",
"conventional-changelog": "^3.1.25",
"conventional-changelog-atom": "^2.0.8",
"conventional-changelog-angular": "^5.0.13",
"conventional-changelog-codemirror": "^2.0.8",
"conventional-changelog-conventionalcommits": "^5.0.0",
"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-preset-loader": "^2.3.4",
"conventional-changelog-jquery": "^3.0.11",
"conventional-changelog-jshint": "^2.0.9",
"conventional-changelog-writer": "^5.0.1",
"conventional-commits-parser": "^3.2.4",
"conventional-commits-filter": "^2.0.7",
"conventional-recommended-bump": "^6.1.0",
"convert-source-map": "^1.9.0",
"copy-descriptor": "^0.1.1",
"core-js-compat": "^3.29.1",
"core-util-is": "^1.0.3",
"cosmiconfig": "^8.1.3",
"create-require": "^1.1.1",
"cosmiconfig-typescript-loader": "^4.3.0",
"csstype": "^3.1.1",
"cross-spawn": "^7.0.3",
"crypto-random-string": "^4.0.0",
"cross-spawn-async": "^2.2.5",
"dargs": "^7.0.0",
"dateformat": "^3.0.3",
"data-uri-to-buffer": "^3.0.1",
"debug": "^4.3.4",
"dayjs": "^1.11.7",
"decamelize": "^1.2.0",
"decamelize-keys": "^1.1.1",
"decode-uri-component": "^0.2.2",
"decompress-response": "^6.0.0",
"deep-extend": "^0.6.0",
"dedent": "^0.7.0",
"deep-is": "^0.1.4",
"deepmerge": "^4.3.1",
"default-browser": "^3.1.0",
"defaults": "^1.0.4",
"default-browser-id": "^3.0.0",
"defer-to-connect": "^2.0.1",
"define-lazy-prop": "^3.0.0",
"define-properties": "^1.2.0",
"define-property": "^2.0.2",
"denodeify": "^1.2.1",
"del": "^7.0.0",
"deprecated-react-native-prop-types": "^3.0.1",
"destroy": "^1.2.0",
"deprecation": "^2.3.1",
"depd": "^2.0.0",
"degenerator": "^3.0.2",
"diff": "^4.0.2",
"detect-newline": "^3.1.0",
"diff-sequences": "^28.1.1",
"doctrine": "^3.0.0",
"dot-prop": "^5.3.0",
"dir-glob": "^3.0.1",
"eastasianwidth": "^0.2.0",
"electron-to-chromium": "^1.4.342",
"ee-first": "^1.1.1",
"emittery": "^0.10.2",
"emoji-regex": "^9.2.2",
"encodeurl": "^1.0.2",
"envinfo": "^7.8.1",
"end-of-stream": "^1.4.4",
"error-ex": "^1.3.2",
"errorhandler": "^1.5.1",
"es-array-method-boxes-properly": "^1.0.0",
"error-stack-parser": "^2.1.4",
"es-abstract": "^1.21.2",
"es-set-tostringtag": "^2.0.1",
"es-get-iterator": "^1.1.3",
"es-shim-unscopables": "^1.0.0",
"es-to-primitive": "^1.2.1",
"escalade": "^3.1.1",
"escape-html": "^1.0.3",
"escape-goat": "^4.0.0",
"escape-string-regexp": "^1.0.5",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-ft-flow": "^2.0.3",
"escodegen": "^1.14.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-native": "^4.0.0",
"eslint-scope": "^5.1.1",
"eslint-plugin-react-native-globals": "^0.1.2",
"eslint-visitor-keys": "^2.1.0",
"espree": "^9.5.1",
"esprima": "^4.0.1",
"esquery": "^1.5.0",
"esrecurse": "^4.3.0",
"esutils": "^2.0.3",
"estraverse": "^5.3.0",
"etag": "^1.8.1",
"event-target-shim": "^5.0.1",
"exit": "^0.1.2",
"expand-brackets": "^2.1.4",
"execa": "^5.1.1",
"expect": "^28.1.3",
"extend-shallow": "^3.0.2",
"external-editor": "^3.1.0",
"fast-deep-equal": "^3.1.3",
"extglob": "^2.0.4",
"fast-json-stable-stringify": "^2.1.0",
"fast-diff": "^1.2.0",
"fast-glob": "^3.2.12",
"fast-levenshtein": "^2.0.6",
"fast-xml-parser": "^4.1.3",
"fetch-blob": "^3.2.0",
"fb-watchman": "^2.0.2",
"fastq": "^1.15.0",
"file-uri-to-path": "^2.0.0",
"fill-range": "^7.0.1",
"file-entry-cache": "^6.0.1",
"find-up": "^5.0.0",
"find-cache-dir": "^2.1.0",
"flat-cache": "^3.0.4",
"figures": "^5.0.0",
"flow-parser": "^0.185.2",
"for-in": "^1.0.2",
"finalhandler": "^1.1.2",
"for-each": "^0.3.3",
"flatted": "^3.2.7",
"formdata-polyfill": "^4.0.10",
"form-data-encoder": "^2.1.4",
"fragment-cache": "^0.2.1",
"fresh": "^0.5.2",
"fs-extra": "^11.1.1",
"fs.realpath": "^1.0.0",
"function-bind": "^1.1.1",
"ftp": "^0.3.10",
"function.prototype.name": "^1.1.5",
"functions-have-names": "^1.2.3",
"gensync": "^1.0.0-beta.2",
"get-package-type": "^0.1.0",
"get-intrinsic": "^1.2.0",
"get-caller-file": "^2.0.5",
"get-stream": "^6.0.1",
"get-pkg-repo": "^4.2.1",
"get-symbol-description": "^1.0.0",
"get-uri": "^3.0.2",
"git-remote-origin-url": "^2.0.0",
"get-value": "^2.0.6",
"git-semver-tags": "^4.1.1",
"git-raw-commits": "^2.0.11",
"git-up": "^7.0.0",
"git-url-parse": "^13.1.0",
"gitconfiglocal": "^1.0.0",
"glob-parent": "^6.0.2",
"globals": "^11.12.0",
"glob": "^7.2.3",
"globalthis": "^1.0.3",
"global-dirs": "^0.1.1",
"globby": "^11.1.0",
"gopd": "^1.0.1",
"got": "^12.6.0",
"grapheme-splitter": "^1.0.4",
"hard-rejection": "^2.1.0",
"graceful-fs": "^4.2.11",
"has-bigints": "^1.0.2",
"handlebars": "^4.7.7",
"has-flag": "^3.0.0",
"has": "^1.0.3",
"has-proto": "^1.0.1",
"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",
"hermes-estree": "^0.8.0",
"has-yarn": "^3.0.0",
"hermes-profile-transformer": "^0.0.6",
"hermes-parser": "^0.8.0",
"html-escaper": "^2.0.2",
"hosted-git-info": "^4.1.0",
"http-cache-semantics": "^4.1.1",
"http-errors": "^2.0.0",
"http-proxy-agent": "^4.0.1",
"http2-wrapper": "^2.2.0",
"human-signals": "^2.1.0",
"https-proxy-agent": "^5.0.1",
"ieee754": "^1.2.1",
"iconv-lite": "^0.4.24",
"image-size": "^0.6.3",
"ignore": "^5.2.4",
"import-lazy": "^4.0.0",
"import-fresh": "^3.3.0",
"import-local": "^3.1.0",
"imurmurhash": "^0.1.4",
"indent-string": "^5.0.0",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"ini": "^1.3.8",
"internal-slot": "^1.0.5",
"inquirer": "^9.1.5",
"interpret": "^1.4.0",
"invariant": "^2.2.4",
"is-absolute": "^1.0.0",
"ip": "^1.1.8",
"is-arguments": "^1.1.1",
"is-accessor-descriptor": "^1.0.0",
"is-array-buffer": "^3.0.2",
"is-arrayish": "^0.2.1",
"is-boolean-object": "^1.1.2",
"is-bigint": "^1.0.4",
"is-ci": "^3.0.1",
"is-buffer": "^1.1.6",
"is-callable": "^1.2.7",
"is-core-module": "^2.11.0",
"is-data-descriptor": "^1.0.0",
"is-descriptor": "^1.0.2",
"is-date-object": "^1.0.5",
"is-directory": "^0.3.1",
"is-fullwidth-code-point": "^2.0.0",
"is-docker": "^3.0.0",
"is-extendable": "^1.0.1",
"is-extglob": "^2.1.1",
"is-git-repository": "^2.0.0",
"is-generator-fn": "^2.1.0",
"is-glob": "^4.0.3",
"is-git-dirty": "^2.0.2",
"is-installed-globally": "^0.4.0",
"is-interactive": "^1.0.0",
"is-map": "^2.0.2",
"is-inside-container": "^1.0.0",
"is-npm": "^6.0.0",
"is-negative-zero": "^2.0.2",
"is-number-object": "^1.0.7",
"is-number": "^7.0.0",
"is-obj": "^2.0.0",
"is-path-cwd": "^3.0.0",
"is-plain-obj": "^1.1.0",
"is-path-inside": "^4.0.0",
"is-relative": "^1.0.0",
"is-regex": "^1.1.4",
"is-set": "^2.0.2",
"is-plain-object": "^2.0.4",
"is-shared-array-buffer": "^1.0.2",
"is-ssh": "^1.4.0",
"is-symbol": "^1.0.4",
"is-stream": "^2.0.1",
"is-text-path": "^1.0.1",
"is-string": "^1.0.7",
"is-typed-array": "^1.1.10",
"is-unc-path": "^1.0.0",
"is-unicode-supported": "^0.1.0",
"is-typedarray": "^1.0.0",
"is-weakref": "^1.0.2",
"is-windows": "^1.0.2",
"is-wsl": "^1.1.0",
"isarray": "^2.0.5",
"isexe": "^2.0.0",
"is-yarn-global": "^0.4.1",
"isobject": "^3.0.1",
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-instrument": "^5.2.1",
"istanbul-lib-report": "^3.0.0",
"istanbul-lib-source-maps": "^4.0.1",
"iterate-iterator": "^1.0.2",
"iterate-value": "^1.0.2",
"istanbul-reports": "^3.1.5",
"jest-circus": "^28.1.3",
"jest-changed-files": "^28.1.3",
"jest-config": "^28.1.3",
"jest-cli": "^28.1.3",
"jest-diff": "^28.1.3",
"jest-docblock": "^28.1.1",
"jest-each": "^28.1.3",
"jest-environment-node": "^28.1.3",
"jest-get-type": "^28.0.2",
"jest-haste-map": "^28.1.3",
"jest-leak-detector": "^28.1.3",
"jest-matcher-utils": "^28.1.3",
"jest-pnp-resolver": "^1.2.3",
"jest-message-util": "^28.1.3",
"jest-mock": "^28.1.3",
"jest-regex-util": "^28.0.2",
"jest-resolve": "^28.1.3",
"jest-resolve-dependencies": "^28.1.3",
"jest-runner": "^28.1.3",
"jest-runtime": "^28.1.3",
"jest-serializer": "^27.5.1",
"jest-util": "^28.1.3",
"jest-validate": "^28.1.3",
"jest-snapshot": "^28.1.3",
"jest-worker": "^28.1.3",
"jest-watcher": "^28.1.3",
"jetifier": "^2.0.0",
"joi": "^17.9.1",
"js-sdsl": "^4.4.0",
"js-tokens": "^4.0.0",
"jsc-android": "^250231.0.0",
"js-yaml": "^4.1.0",
"jsesc": "^2.5.2",
"jscodeshift": "^0.13.1",
"json-parse-better-errors": "^1.0.2",
"json-parse-even-better-errors": "^2.3.1",
"json-buffer": "^3.0.1",
"json-schema-traverse": "^1.0.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
"json-stringify-safe": "^5.0.1",
"jsonfile": "^6.1.0",
"json5": "^2.2.3",
"jsx-ast-utils": "^3.3.3",
"jsonparse": "^1.3.1",
"keyv": "^4.5.2",
"kind-of": "^6.0.3",
"latest-version": "^7.0.0",
"kleur": "^3.0.3",
"levn": "^0.4.1",
"leven": "^3.1.0",
"load-json-file": "^4.0.0",
"lines-and-columns": "^1.2.4",
"lodash": "^4.17.21",
"locate-path": "^6.0.0",
"lodash.debounce": "^4.0.8",
"lodash.camelcase": "^4.3.0",
"lodash.isfunction": "^3.0.9",
"lodash.ismatch": "^4.4.0",
"lodash.kebabcase": "^4.1.1",
"lodash.isplainobject": "^4.0.6",
"lodash.merge": "^4.6.2",
"lodash.mergewith": "^4.6.2",
"lodash.startcase": "^4.4.0",
"lodash.snakecase": "^4.1.1",
"lodash.uniq": "^4.5.0",
"lodash.throttle": "^4.1.1",
"lodash.upperfirst": "^4.3.1",
"log-symbols": "^4.1.0",
"loose-envify": "^1.4.0",
"logkitty": "^0.7.1",
"lru-cache": "^5.1.1",
"lowercase-keys": "^3.0.0",
"make-dir": "^3.1.0",
"macos-release": "^3.1.0",
"make-error": "^1.3.6",
"makeerror": "^1.0.12",
"map-obj": "^4.3.0",
"map-cache": "^0.2.2",
"memoize-one": "^5.2.1",
"map-visit": "^1.0.0",
"merge-stream": "^2.0.0",
"meow": "^8.1.2",
"merge2": "^1.4.1",
"metro": "^0.73.9",
"metro-babel-transformer": "^0.73.9",
"metro-cache": "^0.73.9",
"metro-config": "^0.73.9",
"metro-cache-key": "^0.73.9",
"metro-core": "^0.73.9",
"metro-file-map": "^0.73.9",
"metro-hermes-compiler": "^0.73.9",
"metro-inspector-proxy": "^0.73.9",
"metro-minify-terser": "^0.73.9",
"metro-minify-uglify": "^0.73.9",
"metro-react-native-babel-transformer": "^0.73.8",
"metro-react-native-babel-preset": "^0.73.9",
"metro-runtime": "^0.73.8",
"metro-resolver": "^0.73.9",
"metro-source-map": "^0.73.8",
"metro-symbolicate": "^0.73.9",
"metro-transform-plugins": "^0.73.9",
"metro-transform-worker": "^0.73.9",
"mime": "^2.6.0",
"micromatch": "^4.0.5",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"mimic-response": "^4.0.0",
"mimic-fn": "^2.1.0",
"minimatch": "^3.1.2",
"min-indent": "^1.0.1",
"minimist": "^1.2.8",
"minimist-options": "^4.1.0",
"mixin-deep": "^1.3.2",
"mkdirp": "^0.5.6",
"ms": "^2.1.2",
"nanomatch": "^1.2.13",
"natural-compare-lite": "^1.4.0",
"natural-compare": "^1.4.0",
"negotiator": "^0.6.3",
"neo-async": "^2.6.2",
"new-github-release-url": "^2.0.0",
"netmask": "^2.0.2",
"mute-stream": "^1.0.0",
"node-domexception": "^1.0.0",
"nocache": "^3.0.4",
"nice-try": "^1.0.5",
"node-fetch": "^2.6.9",
"node-int64": "^0.4.0",
"node-dir": "^0.1.17",
"node-stream-zip": "^1.15.0",
"node-releases": "^2.0.10",
"normalize-package-data": "^3.0.3",
"normalize-path": "^3.0.0",
"nullthrows": "^1.1.1",
"normalize-url": "^8.0.0",
"npm-run-path": "^4.0.1",
"ob1": "^0.73.8",
"object-assign": "^4.1.1",
"object-copy": "^0.1.0",
"object-keys": "^1.1.1",
"object-visit": "^1.0.1",
"object-inspect": "^1.12.3",
"object.entries": "^1.1.6",
"object.assign": "^4.1.4",
"object.fromentries": "^2.0.6",
"object.values": "^1.1.6",
"object.pick": "^1.3.0",
"object.hasown": "^1.1.2",
"once": "^1.4.0",
"on-finished": "^2.3.0",
"onetime": "^5.1.2",
"optionator": "^0.9.1",
"ora": "^5.4.1",
"open": "^6.4.0",
"on-headers": "^1.0.2",
"os-name": "^5.1.0",
"p-cancelable": "^3.0.0",
"os-tmpdir": "^1.0.2",
"p-locate": "^5.0.0",
"p-limit": "^3.1.0",
"p-finally": "^1.0.0",
"pac-proxy-agent": "^5.0.0",
"p-map": "^5.5.0",
"pac-resolver": "^5.0.1",
"p-try": "^2.2.0",
"package-json": "^8.1.0",
"parent-module": "^1.0.1",
"parse-json": "^5.2.0",
"parse-url": "^8.1.0",
"parse-path": "^7.0.0",
"parseurl": "^1.3.3",
"pascalcase": "^0.1.1",
"path-key": "^3.1.1",
"path-exists": "^4.0.0",
"path-parse": "^1.0.7",
"path-type": "^4.0.0",
"picocolors": "^1.0.0",
"path-is-absolute": "^1.0.1",
"picomatch": "^2.3.1",
"pify": "^2.3.0",
"pirates": "^4.0.5",
"prettier": "^2.8.7",
"posix-character-classes": "^0.1.1",
"pkg-dir": "^4.2.0",
"prettier-linter-helpers": "^1.0.0",
"pretty-format": "^28.1.3",
"prelude-ls": "^1.2.1",
"process-nextick-args": "^2.0.1",
"promise": "^8.3.0",
"promise.allsettled": "^1.0.6",
"proto-list": "^1.2.4",
"prompts": "^2.4.2",
"prop-types": "^15.8.1",
"protocols": "^2.0.1",
"pseudomap": "^1.0.2",
"proxy-from-env": "^1.1.0",
"punycode": "^2.3.0",
"pump": "^3.0.0",
"proxy-agent": "^5.0.0",
"q": "^1.5.1",
"pupa": "^3.1.0",
"queue-microtask": "^1.2.3",
"quick-lru": "^4.0.1",
"rc": "^1.2.8",
"react-devtools-core": "^4.27.4",
"range-parser": "^1.2.1",
"raw-body": "^2.5.2",
"react-is": "^18.2.0",
"react-shallow-renderer": "^16.15.0",
"react-native-codegen": "^0.71.5",
"react-native-gradle-plugin": "^0.71.17",
"read-pkg-up": "^3.0.0",
"read-pkg": "^3.0.0",
"react-refresh": "^0.4.3",
"readline": "^1.3.0",
"readable-stream": "^3.6.2",
"recast": "^0.20.5",
"rechoir": "^0.6.2",
"redent": "^3.0.0",
"regenerate": "^1.4.2",
"regenerator-runtime": "^0.13.11",
"regenerate-unicode-properties": "^10.1.0",
"regexp.prototype.flags": "^1.4.3",
"regexpu-core": "^5.3.2",
"regenerator-transform": "^0.15.1",
"regex-not": "^1.0.2",
"regjsparser": "^0.9.1",
"registry-auth-token": "^5.0.2",
"registry-url": "^6.0.1",
"require-directory": "^2.1.1",
"repeat-string": "^1.6.1",
"repeat-element": "^1.1.4",
"resolve": "^2.0.0-next.4",
"require-from-string": "^2.0.2",
"require-main-filename": "^2.0.0",
"resolve-from": "^5.0.0",
"resolve-alpn": "^1.2.1",
"resolve-global": "^1.0.0",
"resolve-cwd": "^3.0.0",
"resolve.exports": "^1.1.1",
"resolve-url": "^0.2.1",
"responselike": "^3.0.0",
"restore-cursor": "^3.1.0",
"ret": "^0.1.15",
"retry": "^0.13.1",
"reusify": "^1.0.4",
"run-applescript": "^5.0.0",
"run-parallel": "^1.2.0",
"rimraf": "^3.0.2",
"run-async": "^2.4.1",
"safe-buffer": "^5.1.2",
"safe-regex": "^1.1.0",
"rxjs": "^7.8.0",
"semver": "^6.3.0",
"scheduler": "^0.23.0",
"safe-regex-test": "^1.0.0",
"safer-buffer": "^2.1.2",
"semver-diff": "^4.0.0",
"send": "^0.18.0",
"serve-static": "^1.15.0",
"serialize-error": "^2.1.0",
"set-value": "^2.0.1",
"setprototypeof": "^1.2.0",
"set-blocking": "^2.0.0",
"shebang-command": "^2.0.0",
"shelljs": "^0.8.5",
"shallow-clone": "^3.0.1",
"shell-quote": "^1.8.0",
"shebang-regex": "^3.0.0",
"signal-exit": "^3.0.7",
"side-channel": "^1.0.4",
"slash": "^4.0.0",
"sisteransi": "^1.0.5",
"smart-buffer": "^4.2.0",
"snapdragon-node": "^2.1.1",
"slice-ansi": "^2.1.0",
"snapdragon": "^0.8.2",
"snapdragon-util": "^3.0.1",
"socks": "^2.7.1",
"source-map-resolve": "^0.5.3",
"socks-proxy-agent": "^5.0.1",
"source-map": "^0.6.1",
"source-map-url": "^0.4.1",
"spdx-correct": "^3.2.0",
"source-map-support": "^0.5.13",
"spdx-exceptions": "^2.3.0",
"spdx-expression-parse": "^3.0.1",
"spdx-license-ids": "^3.0.13",
"split": "^1.0.1",
"sprintf-js": "^1.0.3",
"split-string": "^3.1.0",
"split2": "^3.2.2",
"stack-utils": "^2.0.6",
"stackframe": "^1.3.4",
"stacktrace-parser": "^0.1.10",
"static-extend": "^0.1.2",
"statuses": "^1.5.0",
"stdin-discarder": "^0.1.0",
"string-length": "^4.0.2",
"string-natural-compare": "^3.0.1",
"stop-iteration-iterator": "^1.0.0",
"string-width": "^5.1.2",
"string.prototype.trim": "^1.2.7",
"string.prototype.trimend": "^1.0.6",
"string.prototype.matchall": "^4.0.8",
"string.prototype.trimstart": "^1.0.6",
"strip-ansi": "^6.0.1",
"strip-bom": "^4.0.0",
"string_decoder": "^1.3.0",
"strip-eof": "^1.0.0",
"strip-json-comments": "^3.1.1",
"strip-indent": "^3.0.0",
"strip-final-newline": "^2.0.0",
"supports-color": "^5.5.0",
"strnum": "^1.0.5",
"supports-hyperlinks": "^2.3.0",
"sudo-prompt": "^9.2.1",
"supports-preserve-symlinks-flag": "^1.0.0",
"temp": "^0.8.3",
"terminal-link": "^2.1.1",
"terser": "^5.16.8",
"text-extensions": "^1.9.0",
"test-exclude": "^6.0.0",
"through": "^2.3.8",
"throat": "^5.0.0",
"text-table": "^0.2.0",
"tmp": "^0.0.33",
"through2": "^4.0.2",
"to-fast-properties": "^2.0.0",
"titleize": "^1.0.1",
"tmpl": "^1.0.5",
"to-regex-range": "^5.0.1",
"to-object-path": "^0.3.0",
"to-regex": "^3.0.2",
"toidentifier": "^1.0.1",
"trim-newlines": "^3.0.1",
"tr46": "^0.0.3",
"ts-node": "^10.9.1",
"type-check": "^0.4.0",
"tslib": "^2.5.0",
"tsutils": "^3.21.0",
"type-fest": "^0.21.3",
"type-detect": "^4.0.8",
"typedarray-to-buffer": "^3.1.5",
"typed-array-length": "^1.0.4",
"typedarray": "^0.0.6",
"uglify-es": "^3.3.9",
"unbox-primitive": "^1.0.2",
"uglify-js": "^3.17.4",
"unc-path-regex": "^0.1.2",
"unicode-canonical-property-names-ecmascript": "^2.0.0",
"unicode-match-property-value-ecmascript": "^2.1.0",
"unicode-property-aliases-ecmascript": "^2.1.0",
"unicode-match-property-ecmascript": "^2.0.0",
"unique-string": "^3.0.0",
"union-value": "^1.0.1",
"universal-user-agent": "^6.0.0",
"universalify": "^2.0.0",
"unpipe": "^1.0.0",
"untildify": "^4.0.0",
"unset-value": "^1.0.0",
"update-browserslist-db": "^1.0.10",
"update-notifier": "^6.0.2",
"urix": "^0.1.0",
"url-join": "^5.0.0",
"modify-values": "^1.0.1",
"uri-js": "^4.4.1",
"utils-merge": "^1.0.1",
"util-deprecate": "^1.0.2",
"use": "^3.1.1",
"use-sync-external-store": "^1.2.0",
"v8-compile-cache-lib": "^3.0.1",
"v8-to-istanbul": "^9.1.0",
"validate-npm-package-license": "^3.0.4",
"vlq": "^1.0.1",
"vary": "^1.1.2",
"vm2": "^3.9.14",
"webidl-conversions": "^3.0.1",
"wcwidth": "^1.0.1",
"walker": "^1.0.8",
"web-streams-polyfill": "^3.2.1",
"whatwg-url": "^5.0.0",
"whatwg-fetch": "^3.6.2",
"which": "^2.0.2",
"which-boxed-primitive": "^1.0.2",
"which-typed-array": "^1.1.9",
"which-module": "^2.0.0",
"widest-line": "^4.0.1",
"wildcard-match": "^5.1.2",
"word-wrap": "^1.2.3",
"windows-release": "^5.1.0",
"wordwrap": "^1.0.0",
"wrap-ansi": "^8.1.0",
"wrappy": "^1.0.2",
"write-file-atomic": "^4.0.2",
"ws": "^6.2.2",
"xdg-basedir": "^5.1.0",
"xtend": "^4.0.2",
"xdg-default-browser": "^2.1.0",
"yallist": "^3.1.1",
"xregexp": "^2.0.0",
"yargs-parser": "^20.2.9",
"y18n": "^5.0.8",
"yargs": "^17.7.1",
"yaml": "^1.10.2",
"yn": "^3.1.1",
"yocto-queue": "^0.1.0"
}
}