{
  "name": "react-native-dsphoto-module",
  "version": "0.4.0",
  "description": "Image Editor",
  "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-dsphoto-module.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",
    "pods": "cd example && pod-install --quiet",
    "bootstrap": "yarn example && yarn && yarn pods",
    "android": "npx react-native run-android",
    "ios": "npx react-native run-ios",
    "start": "npx react-native start"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/availasoftNo1/react-native-dsphoto-module.git"
  },
  "author": "Terry_J <terry889@availasoft.com> (https://github.com/availasoftNo1)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/availasoftNo1/react-native-dsphoto-module/issues"
  },
  "homepage": "https://github.com/availasoftNo1/react-native-dsphoto-module#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "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": true
    },
    "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": {
    "abab": "^2.0.5",
    "JSONStream": "^1.3.5",
    "accepts": "^1.3.7",
    "absolute-path": "^0.0.0",
    "acorn": "^7.4.1",
    "abort-controller": "^3.0.0",
    "acorn-jsx": "^5.3.1",
    "acorn-globals": "^6.0.0",
    "acorn-walk": "^7.2.0",
    "add-stream": "^1.0.0",
    "agent-base": "^6.0.2",
    "anser": "^1.4.10",
    "aggregate-error": "^3.1.0",
    "ajv": "^6.12.6",
    "ansi-cyan": "^0.1.1",
    "ansi-red": "^0.1.1",
    "ansi-align": "^3.0.0",
    "ansi-escapes": "^4.3.2",
    "ansi-styles": "^3.2.1",
    "ansi-regex": "^5.0.0",
    "ansi-fragments": "^0.2.1",
    "ansi-colors": "^4.1.1",
    "ansi-gray": "^0.1.1",
    "anymatch": "^3.1.2",
    "ansi-wrap": "^0.1.0",
    "arr-diff": "^1.1.0",
    "arr-union": "^2.1.0",
    "argparse": "^1.0.10",
    "array-includes": "^3.1.3",
    "array-ify": "^1.0.0",
    "array-reduce": "^0.0.0",
    "array-filter": "^0.0.1",
    "array-slice": "^0.2.3",
    "array-map": "^0.0.0",
    "asap": "^2.0.6",
    "array-find-index": "^1.0.2",
    "array.prototype.flatmap": "^1.2.4",
    "astral-regex": "^1.0.0",
    "array-union": "^2.1.0",
    "arrify": "^1.0.1",
    "array-unique": "^0.3.2",
    "assign-symbols": "^1.0.0",
    "asynckit": "^0.4.0",
    "atob": "^2.1.2",
    "async-retry": "^1.3.1",
    "babel-eslint": "^10.1.0",
    "async": "^2.6.3",
    "at-least-node": "^1.0.0",
    "babel-plugin-dynamic-import-node": "^2.3.3",
    "babel-plugin-istanbul": "^6.0.0",
    "babel-plugin-jest-hoist": "^26.6.2",
    "babel-jest": "^26.6.3",
    "babel-plugin-syntax-trailing-function-commas": "^7.0.0-beta.0",
    "babel-plugin-polyfill-regenerator": "^0.2.2",
    "babel-plugin-polyfill-corejs2": "^0.2.2",
    "babel-preset-current-node-syntax": "^1.0.1",
    "babel-preset-fbjs": "^3.4.0",
    "balanced-match": "^1.0.2",
    "babel-plugin-polyfill-corejs3": "^0.2.2",
    "babel-preset-jest": "^26.6.2",
    "base64-js": "^1.5.1",
    "before-after-hook": "^2.2.1",
    "bindings": "^1.5.0",
    "base": "^0.11.2",
    "big-integer": "^1.6.48",
    "brace-expansion": "^1.1.11",
    "bplist-creator": "^0.0.8",
    "braces": "^3.0.2",
    "bl": "^4.1.0",
    "bplist-parser": "^0.2.0",
    "browser-process-hrtime": "^1.0.0",
    "buffer": "^5.7.1",
    "buffer-crc32": "^0.2.13",
    "browserslist": "^4.16.6",
    "bytes": "^3.0.0",
    "bser": "^2.1.1",
    "cache-base": "^1.0.1",
    "caller-callsite": "^2.0.0",
    "cacheable-lookup": "^5.0.4",
    "buffer-from": "^1.1.1",
    "callsites": "^3.1.0",
    "cacheable-request": "^7.0.1",
    "call-bind": "^1.0.2",
    "caller-path": "^2.0.0",
    "camelcase-keys": "^6.2.2",
    "camelcase": "^5.3.1",
    "chardet": "^0.4.2",
    "chalk": "^2.4.2",
    "capture-exit": "^2.0.0",
    "class-utils": "^0.3.6",
    "caniuse-lite": "^1.0.30001230",
    "char-regex": "^1.0.2",
    "cjs-module-lexer": "^0.6.0",
    "cli-cursor": "^2.1.0",
    "clean-stack": "^2.2.0",
    "ci-info": "^2.0.0",
    "cli-boxes": "^2.2.1",
    "clone": "^1.0.4",
    "cli-width": "^2.2.1",
    "cliui": "^6.0.0",
    "cli-spinners": "^2.6.0",
    "collect-v8-coverage": "^1.0.1",
    "co": "^4.6.0",
    "color-name": "^1.1.3",
    "clone-response": "^1.0.2",
    "color-convert": "^1.9.3",
    "color-support": "^1.1.3",
    "collection-visit": "^1.0.0",
    "clone-deep": "^4.0.1",
    "combined-stream": "^1.0.8",
    "colorette": "^1.2.2",
    "commondir": "^1.0.1",
    "compare-versions": "^3.6.0",
    "commander": "^2.20.3",
    "component-emitter": "^1.3.0",
    "command-exists": "^1.2.9",
    "compare-func": "^2.0.0",
    "concat-map": "^0.0.1",
    "connect": "^3.7.0",
    "compressible": "^2.0.18",
    "compression": "^1.7.4",
    "configstore": "^5.0.1",
    "concat-stream": "^2.0.0",
    "conventional-changelog": "^3.1.24",
    "conventional-changelog-angular": "^5.0.12",
    "conventional-changelog-codemirror": "^2.0.8",
    "conventional-changelog-core": "^4.2.2",
    "conventional-changelog-atom": "^2.0.8",
    "conventional-changelog-express": "^2.0.6",
    "conventional-changelog-conventionalcommits": "^4.6.0",
    "conventional-changelog-ember": "^2.0.9",
    "conventional-changelog-jquery": "^3.0.11",
    "conventional-changelog-jshint": "^2.0.9",
    "conventional-changelog-eslint": "^3.0.9",
    "conventional-changelog-preset-loader": "^2.3.4",
    "conventional-commits-filter": "^2.0.7",
    "copy-descriptor": "^0.1.1",
    "conventional-commits-parser": "^3.2.1",
    "conventional-recommended-bump": "^6.1.0",
    "conventional-changelog-writer": "^4.1.0",
    "convert-source-map": "^1.7.0",
    "core-js-compat": "^3.13.0",
    "cosmiconfig": "^7.0.0",
    "core-util-is": "^1.0.2",
    "cross-spawn": "^7.0.3",
    "crypto-random-string": "^2.0.0",
    "currently-unhandled": "^0.4.1",
    "cssom": "^0.4.4",
    "data-urls": "^2.0.0",
    "core-js": "^3.13.0",
    "cssstyle": "^2.3.0",
    "csstype": "^3.0.8",
    "dargs": "^7.0.0",
    "decamelize": "^1.2.0",
    "dateformat": "^3.0.3",
    "decode-uri-component": "^0.2.0",
    "debug": "^4.3.1",
    "dayjs": "^1.10.5",
    "decimal.js": "^10.2.1",
    "decamelize-keys": "^1.1.0",
    "deep-is": "^0.1.3",
    "defaults": "^1.0.3",
    "deep-extend": "^0.6.0",
    "dedent": "^0.7.0",
    "define-property": "^2.0.2",
    "del": "^6.0.0",
    "decompress-response": "^6.0.0",
    "define-properties": "^1.1.3",
    "deepmerge": "^4.2.2",
    "delayed-stream": "^1.0.0",
    "defer-to-connect": "^2.0.1",
    "depd": "^1.1.2",
    "denodeify": "^1.2.1",
    "destroy": "^1.0.4",
    "diff-sequences": "^26.6.2",
    "doctrine": "^3.0.0",
    "deprecated-obj": "^2.0.0",
    "deprecation": "^2.3.1",
    "ee-first": "^1.1.1",
    "dir-glob": "^3.0.1",
    "detect-newline": "^3.1.0",
    "domexception": "^2.0.1",
    "emittery": "^0.7.2",
    "duplexer3": "^0.1.4",
    "dot-prop": "^5.3.0",
    "encodeurl": "^1.0.2",
    "error-ex": "^1.3.2",
    "electron-to-chromium": "^1.3.739",
    "emoji-regex": "^7.0.3",
    "errorhandler": "^1.5.1",
    "error-stack-parser": "^2.0.6",
    "envinfo": "^7.8.1",
    "encoding": "^0.1.13",
    "es-abstract": "^1.18.2",
    "end-of-stream": "^1.4.4",
    "es-to-primitive": "^1.2.1",
    "escape-html": "^1.0.3",
    "escape-string-regexp": "^1.0.5",
    "escalade": "^3.1.1",
    "eslint-plugin-flowtype": "^2.50.3",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-jest": "^22.4.1",
    "eslint-plugin-react": "^7.23.2",
    "enquirer": "^2.3.6",
    "escape-goat": "^2.1.1",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-scope": "^5.1.1",
    "eslint-utils": "^2.1.0",
    "espree": "^7.3.1",
    "eslint-plugin-react-native": "^3.11.0",
    "escodegen": "^2.0.0",
    "esquery": "^1.4.0",
    "esprima": "^4.0.1",
    "eslint-plugin-react-native-globals": "^0.1.2",
    "estraverse": "^4.3.0",
    "boxen": "^5.0.1",
    "esrecurse": "^4.3.0",
    "event-target-shim": "^5.0.1",
    "etag": "^1.8.1",
    "execa": "^4.1.0",
    "eslint-visitor-keys": "^1.3.0",
    "exit": "^0.1.2",
    "exec-sh": "^0.3.6",
    "extend-shallow": "^1.1.4",
    "expand-brackets": "^2.1.4",
    "eventemitter3": "^3.1.2",
    "extglob": "^2.0.4",
    "fast-json-stable-stringify": "^2.1.0",
    "external-editor": "^2.2.0",
    "fancy-log": "^1.3.3",
    "fb-watchman": "^2.0.1",
    "fast-diff": "^1.2.0",
    "fbjs": "^1.0.0",
    "fast-levenshtein": "^2.0.6",
    "expect": "^26.6.2",
    "fast-glob": "^3.2.5",
    "fbjs-scripts": "^1.2.0",
    "fast-deep-equal": "^3.1.3",
    "figures": "^2.0.0",
    "fill-range": "^7.0.1",
    "file-uri-to-path": "^1.0.0",
    "finalhandler": "^1.1.2",
    "filter-obj": "^1.1.0",
    "find-cache-dir": "^2.1.0",
    "fastq": "^1.11.0",
    "file-entry-cache": "^6.0.1",
    "fbjs-css-vars": "^1.0.2",
    "find-up": "^5.0.0",
    "flat-cache": "^3.0.4",
    "find-versions": "^4.0.0",
    "for-in": "^1.0.2",
    "fragment-cache": "^0.2.1",
    "flat": "^5.0.2",
    "fs.realpath": "^1.0.0",
    "flatted": "^3.1.1",
    "fresh": "^0.5.2",
    "function-bind": "^1.1.1",
    "fs-extra": "^9.1.0",
    "get-caller-file": "^2.0.5",
    "fsevents": "^2.3.2",
    "get-pkg-repo": "^1.4.0",
    "functional-red-black-tree": "^1.0.1",
    "get-intrinsic": "^1.1.1",
    "form-data": "^3.0.1",
    "gensync": "^1.0.0-beta.2",
    "get-package-type": "^0.1.0",
    "get-value": "^2.0.6",
    "get-stream": "^5.2.0",
    "git-raw-commits": "^2.0.10",
    "git-remote-origin-url": "^2.0.0",
    "global-dirs": "^0.1.1",
    "get-stdin": "^8.0.0",
    "git-semver-tags": "^4.1.1",
    "git-up": "^4.0.2",
    "globals": "^11.12.0",
    "git-url-parse": "^11.4.4",
    "glob-parent": "^5.1.2",
    "growly": "^1.3.0",
    "gitconfiglocal": "^1.0.0",
    "glob": "^7.1.7",
    "graceful-fs": "^4.2.6",
    "has-flag": "^3.0.0",
    "got": "^11.8.2",
    "has-symbols": "^1.0.2",
    "hard-rejection": "^2.1.0",
    "arr-flatten": "^1.1.0",
    "has-value": "^1.0.0",
    "globby": "^11.0.3",
    "has-values": "^1.0.0",
    "has-yarn": "^2.1.0",
    "handlebars": "^4.7.7",
    "has-bigints": "^1.0.1",
    "hermes-profile-transformer": "^0.0.6",
    "hermes-engine": "^0.5.1",
    "html-escaper": "^2.0.2",
    "html-encoding-sniffer": "^2.0.1",
    "http-proxy-agent": "^4.0.1",
    "hosted-git-info": "^2.8.9",
    "https-proxy-agent": "^5.0.0",
    "human-signals": "^1.1.1",
    "iconv-lite": "^0.4.24",
    "http-errors": "^1.7.3",
    "http-cache-semantics": "^4.1.0",
    "ignore": "^4.0.6",
    "import-fresh": "^3.3.0",
    "http2-wrapper": "^1.0.3",
    "image-size": "^0.6.3",
    "import-cwd": "^3.0.0",
    "import-lazy": "^2.1.0",
    "imurmurhash": "^0.1.4",
    "indent-string": "^4.0.0",
    "inherits": "^2.0.4",
    "inflight": "^1.0.6",
    "import-local": "^3.0.2",
    "ieee754": "^1.2.1",
    "internal-slot": "^1.0.3",
    "import-from": "^3.0.0",
    "is-absolute": "^1.0.0",
    "ini": "^1.3.8",
    "invariant": "^2.2.4",
    "is-arrayish": "^0.2.1",
    "interpret": "^1.4.0",
    "is-accessor-descriptor": "^1.0.0",
    "ip": "^1.1.5",
    "inquirer": "^3.3.0",
    "is-buffer": "^1.1.6",
    "is-core-module": "^2.4.0",
    "is-boolean-object": "^1.1.1",
    "is-callable": "^1.2.3",
    "is-bigint": "^1.0.2",
    "is-descriptor": "^1.0.2",
    "is-date-object": "^1.0.4",
    "is-directory": "^0.3.1",
    "is-data-descriptor": "^1.0.0",
    "is-docker": "^2.2.1",
    "is-extendable": "^1.0.1",
    "is-ci": "^2.0.0",
    "is-extglob": "^2.1.1",
    "is-fullwidth-code-point": "^2.0.0",
    "is-finite": "^1.1.0",
    "is-generator-fn": "^2.1.0",
    "is-git-repository": "^2.0.0",
    "is-git-dirty": "^2.0.1",
    "is-glob": "^4.0.1",
    "is-installed-globally": "^0.4.0",
    "is-npm": "^5.0.0",
    "is-number": "^7.0.0",
    "is-interactive": "^1.0.0",
    "is-number-object": "^1.0.5",
    "is-path-cwd": "^2.2.0",
    "is-plain-obj": "^1.1.0",
    "is-negative-zero": "^2.0.1",
    "is-ssh": "^1.3.3",
    "is-obj": "^2.0.0",
    "esutils": "^2.0.3",
    "is-regex": "^1.1.3",
    "is-stream": "^2.0.0",
    "is-potential-custom-element-name": "^1.0.1",
    "is-path-inside": "^3.0.3",
    "is-symbol": "^1.0.4",
    "is-text-path": "^1.0.1",
    "is-typedarray": "^1.0.0",
    "is-string": "^1.0.6",
    "is-utf8": "^0.2.1",
    "is-relative": "^1.0.0",
    "is-unc-path": "^1.0.0",
    "is-yarn-global": "^0.3.0",
    "is-unicode-supported": "^0.1.0",
    "isarray": "^1.0.0",
    "is-windows": "^1.0.2",
    "isobject": "^3.0.1",
    "isexe": "^2.0.0",
    "isomorphic-fetch": "^2.2.1",
    "is-wsl": "^2.2.0",
    "istanbul-lib-coverage": "^3.0.0",
    "istanbul-lib-source-maps": "^4.0.0",
    "istanbul-lib-instrument": "^4.0.3",
    "istanbul-lib-report": "^3.0.0",
    "istanbul-reports": "^3.0.2",
    "jest-docblock": "^26.0.0",
    "jest-each": "^26.6.2",
    "jest-cli": "^26.6.3",
    "jest-changed-files": "^26.6.2",
    "jest-environment-jsdom": "^26.6.2",
    "jest-environment-node": "^26.6.2",
    "jest-haste-map": "^26.6.2",
    "jest-get-type": "^26.3.0",
    "jest-diff": "^26.6.2",
    "jest-config": "^26.6.3",
    "jest-leak-detector": "^26.6.2",
    "jest-mock": "^26.6.2",
    "jest-matcher-utils": "^26.6.2",
    "jest-jasmine2": "^26.6.3",
    "jest-message-util": "^26.6.2",
    "jest-resolve": "^26.6.2",
    "jest-pnp-resolver": "^1.2.2",
    "jest-resolve-dependencies": "^26.6.3",
    "jest-serializer": "^26.6.2",
    "jest-regex-util": "^26.0.0",
    "jest-runtime": "^26.6.3",
    "jest-runner": "^26.6.3",
    "jest-validate": "^26.6.2",
    "jest-snapshot": "^26.6.2",
    "jest-util": "^26.6.2",
    "jest-watcher": "^26.6.2",
    "jsc-android": "^245459.0.0",
    "js-tokens": "^4.0.0",
    "jest-worker": "^26.6.2",
    "json-buffer": "^3.0.1",
    "json-parse-better-errors": "^1.0.2",
    "jsesc": "^2.5.2",
    "json-parse-even-better-errors": "^2.3.1",
    "json-stable-stringify": "^1.0.1",
    "jetifier": "^1.6.8",
    "json-schema-traverse": "^0.4.1",
    "json-stable-stringify-without-jsonify": "^1.0.1",
    "json-stringify-safe": "^5.0.1",
    "js-yaml": "^3.14.1",
    "json5": "^2.2.0",
    "klaw": "^1.3.1",
    "jsdom": "^16.6.0",
    "jsonparse": "^1.3.1",
    "keyv": "^4.0.3",
    "kind-of": "^6.0.3",
    "leven": "^3.1.0",
    "jsx-ast-utils": "^3.2.0",
    "jsonfile": "^6.1.0",
    "lines-and-columns": "^1.1.6",
    "latest-version": "^5.1.0",
    "levn": "^0.4.1",
    "jsonify": "^0.0.0",
    "lodash.debounce": "^4.0.8",
    "kleur": "^3.0.3",
    "lodash.merge": "^4.6.2",
    "locate-path": "^6.0.0",
    "lodash": "^4.17.21",
    "lodash.clonedeep": "^4.5.0",
    "lodash.truncate": "^4.4.2",
    "lodash.ismatch": "^4.4.0",
    "lodash.throttle": "^4.1.1",
    "logkitty": "^0.7.1",
    "loud-rejection": "^1.6.0",
    "loose-envify": "^1.4.0",
    "load-json-file": "^4.0.0",
    "lowercase-keys": "^2.0.0",
    "log-symbols": "^2.2.0",
    "lru-cache": "^6.0.0",
    "makeerror": "^1.0.11",
    "map-cache": "^0.2.2",
    "make-dir": "^3.1.0",
    "map-visit": "^1.0.0",
    "map-obj": "^4.2.1",
    "meow": "^8.1.2",
    "merge-stream": "^2.0.0",
    "macos-release": "^2.4.1",
    "metro-babel-register": "^0.59.0",
    "merge2": "^1.4.1",
    "metro": "^0.59.0",
    "metro-cache": "^0.59.0",
    "metro-config": "^0.59.0",
    "metro-babel-transformer": "^0.59.0",
    "metro-inspector-proxy": "^0.59.0",
    "metro-minify-uglify": "^0.59.0",
    "metro-core": "^0.59.0",
    "metro-react-native-babel-transformer": "^0.59.0",
    "metro-react-native-babel-preset": "^0.59.0",
    "metro-resolver": "^0.59.0",
    "micromatch": "^4.0.4",
    "metro-source-map": "^0.59.0",
    "mime-types": "^2.1.30",
    "mime": "^2.5.2",
    "metro-symbolicate": "^0.59.0",
    "mimic-response": "^1.0.1",
    "min-indent": "^1.0.1",
    "minimatch": "^3.0.4",
    "mimic-fn": "^2.1.0",
    "mime-db": "^1.47.0",
    "mixin-deep": "^1.3.2",
    "minimist-options": "^4.1.0",
    "minimist": "^1.2.5",
    "ms": "^2.1.2",
    "nan": "^2.14.2",
    "mute-stream": "^0.0.7",
    "nanomatch": "^1.2.13",
    "modify-values": "^1.0.1",
    "nice-try": "^1.0.5",
    "mkdirp": "^0.5.5",
    "nocache": "^2.1.0",
    "negotiator": "^0.6.2",
    "node-modules-regexp": "^1.0.0",
    "neo-async": "^2.6.2",
    "node-fetch": "^2.6.1",
    "node-int64": "^0.4.0",
    "natural-compare": "^1.4.0",
    "normalize-path": "^3.0.0",
    "node-releases": "^1.1.72",
    "node-stream-zip": "^1.13.4",
    "normalize-url": "^4.5.1",
    "npm-run-path": "^4.0.1",
    "nullthrows": "^1.1.1",
    "normalize-package-data": "^3.0.2",
    "node-notifier": "^8.0.2",
    "object-assign": "^4.1.1",
    "object-copy": "^0.1.0",
    "object-keys": "^1.1.1",
    "has": "^1.0.3",
    "object-visit": "^1.0.1",
    "object.fromentries": "^2.0.4",
    "object.assign": "^4.1.2",
    "object.entries": "^1.1.3",
    "object-inspect": "^1.10.3",
    "object.pick": "^1.3.0",
    "object.values": "^1.1.3",
    "on-finished": "^2.3.0",
    "ob1": "^0.59.0",
    "once": "^1.4.0",
    "on-headers": "^1.0.2",
    "optionator": "^0.9.1",
    "onetime": "^5.1.2",
    "opencollective-postinstall": "^2.0.3",
    "options": "^0.0.6",
    "open": "^6.4.0",
    "os-name": "^4.0.0",
    "os-tmpdir": "^1.0.2",
    "nwsapi": "^2.2.0",
    "p-finally": "^1.0.0",
    "ora": "^3.4.0",
    "p-try": "^2.2.0",
    "p-each-series": "^2.2.0",
    "p-cancelable": "^2.1.1",
    "p-map": "^4.0.0",
    "package-json": "^6.5.0",
    "p-limit": "^3.1.0",
    "parent-module": "^1.0.1",
    "parse-github-repo-url": "^1.4.1",
    "parse-node-version": "^1.0.1",
    "parse-path": "^4.0.3",
    "parse-json": "^5.2.0",
    "p-locate": "^5.0.0",
    "parse-url": "^5.0.2",
    "parseurl": "^1.3.3",
    "pascalcase": "^0.1.1",
    "path-is-absolute": "^1.0.1",
    "path-parse": "^1.0.7",
    "path-type": "^4.0.0",
    "path-key": "^3.1.1",
    "path-exists": "^4.0.0",
    "pify": "^2.3.0",
    "pinkie": "^2.0.4",
    "pinkie-promise": "^2.0.1",
    "pkg-dir": "^5.0.0",
    "picomatch": "^2.3.0",
    "please-upgrade-node": "^3.2.0",
    "pirates": "^4.0.1",
    "plugin-error": "^0.1.2",
    "prelude-ls": "^1.2.1",
    "parse5": "^6.0.1",
    "prettier-linter-helpers": "^1.0.0",
    "posix-character-classes": "^0.1.1",
    "prepend-http": "^2.0.0",
    "pretty-format": "^26.6.2",
    "progress": "^2.0.3",
    "process-nextick-args": "^2.0.1",
    "pseudomap": "^1.0.2",
    "plist": "^3.0.2",
    "prop-types": "^15.7.2",
    "protocols": "^1.4.8",
    "prompts": "^2.4.1",
    "punycode": "^2.1.1",
    "pupa": "^2.1.1",
    "pump": "^3.0.0",
    "q": "^1.5.1",
    "psl": "^1.8.0",
    "query-string": "^6.14.1",
    "promise": "^8.1.0",
    "rc": "^1.2.8",
    "range-parser": "^1.2.1",
    "quick-lru": "^4.0.1",
    "qs": "^6.10.1",
    "react-devtools-core": "^4.13.5",
    "queue-microtask": "^1.2.3",
    "react-is": "^17.0.2",
    "read-pkg-up": "^3.0.0",
    "react-refresh": "^0.4.3",
    "read-pkg": "^3.0.0",
    "rechoir": "^0.6.2",
    "readable-stream": "^3.6.0",
    "redent": "^3.0.0",
    "regexp.prototype.flags": "^1.3.1",
    "regenerate-unicode-properties": "^8.2.0",
    "regex-not": "^1.0.2",
    "regexpp": "^3.1.0",
    "regenerate": "^1.4.2",
    "regenerator-runtime": "^0.13.7",
    "regenerator-transform": "^0.14.5",
    "regjsparser": "^0.6.9",
    "registry-url": "^5.1.0",
    "remove-trailing-separator": "^1.1.0",
    "registry-auth-token": "^4.2.1",
    "repeating": "^2.0.1",
    "regexpu-core": "^4.7.1",
    "require-from-string": "^2.0.2",
    "repeat-element": "^1.1.4",
    "resolve-alpn": "^1.1.2",
    "require-directory": "^2.1.1",
    "repeat-string": "^1.6.1",
    "require-main-filename": "^2.0.0",
    "resolve-url": "^0.2.1",
    "resolve-cwd": "^3.0.0",
    "resolve": "^1.20.0",
    "restore-cursor": "^2.0.0",
    "ret": "^0.1.15",
    "regjsgen": "^0.5.2",
    "prepend-file": "^2.0.0",
    "resolve-from": "^5.0.0",
    "rsvp": "^4.8.5",
    "reusify": "^1.0.4",
    "rx-lite-aggregates": "^4.0.8",
    "retry": "^0.12.0",
    "rimraf": "^3.0.2",
    "run-parallel": "^1.2.0",
    "rx-lite": "^4.0.8",
    "safe-buffer": "^5.1.2",
    "run-async": "^2.4.1",
    "safer-buffer": "^2.1.2",
    "sax": "^1.2.4",
    "safe-regex": "^1.1.0",
    "semver": "^7.3.5",
    "saxes": "^5.0.1",
    "scheduler": "^0.19.1",
    "semver-compare": "^1.0.0",
    "semver-diff": "^3.1.1",
    "send": "^0.17.1",
    "sane": "^4.1.0",
    "serialize-error": "^2.1.0",
    "set-blocking": "^2.0.0",
    "serve-static": "^1.14.1",
    "set-value": "^2.0.1",
    "semver-regex": "^3.1.2",
    "setimmediate": "^1.0.5",
    "setprototypeof": "^1.1.1",
    "shebang-command": "^2.0.0",
    "rxjs": "^6.6.7",
    "shebang-regex": "^3.0.0",
    "shallow-clone": "^3.0.1",
    "side-channel": "^1.0.4",
    "shellwords": "^0.1.1",
    "shell-quote": "^1.6.1",
    "signal-exit": "^3.0.3",
    "simple-plist": "^1.1.1",
    "slice-ansi": "^2.1.0",
    "slash": "^3.0.0",
    "snapdragon": "^0.8.2",
    "sisteransi": "^1.0.5",
    "source-map": "^0.5.7",
    "snapdragon-node": "^2.1.1",
    "source-map-support": "^0.5.19",
    "shelljs": "^0.8.4",
    "spdx-correct": "^3.1.1",
    "source-map-url": "^0.4.1",
    "snapdragon-util": "^3.0.1",
    "spdx-license-ids": "^3.0.9",
    "split": "^1.0.1",
    "source-map-resolve": "^0.5.3",
    "spdx-expression-parse": "^3.0.1",
    "split-string": "^3.1.0",
    "split-on-first": "^1.1.0",
    "spdx-exceptions": "^2.3.0",
    "sprintf-js": "^1.0.3",
    "stack-utils": "^2.0.3",
    "stackframe": "^1.2.0",
    "strict-uri-encode": "^2.0.0",
    "static-extend": "^0.1.2",
    "statuses": "^1.5.0",
    "string-width": "^2.1.1",
    "string-length": "^4.0.2",
    "split2": "^3.2.2",
    "stream-buffers": "^2.2.0",
    "stacktrace-parser": "^0.1.10",
    "strip-ansi": "^6.0.0",
    "is-plain-object": "^2.0.4",
    "strip-bom": "^4.0.0",
    "strip-eof": "^1.0.0",
    "string_decoder": "^1.3.0",
    "string.prototype.matchall": "^4.0.5",
    "strip-final-newline": "^2.0.0",
    "string.prototype.trimend": "^1.0.4",
    "string.prototype.trimstart": "^1.0.4",
    "supports-hyperlinks": "^2.2.0",
    "supports-color": "^5.5.0",
    "strip-json-comments": "^3.1.1",
    "strip-indent": "^3.0.0",
    "temp-dir": "^1.0.0",
    "sudo-prompt": "^9.2.1",
    "temp": "^0.8.3",
    "symbol-tree": "^3.2.4",
    "terminal-link": "^2.1.1",
    "table": "^6.7.1",
    "text-table": "^0.2.0",
    "text-extensions": "^1.9.0",
    "throat": "^5.0.0",
    "time-stamp": "^1.1.0",
    "to-fast-properties": "^2.0.0",
    "tmp": "^0.0.33",
    "temp-write": "^4.0.0",
    "through": "^2.3.8",
    "through2": "^4.0.2",
    "tmpl": "^1.0.4",
    "to-object-path": "^0.3.0",
    "test-exclude": "^6.0.0",
    "to-readable-stream": "^1.0.0",
    "to-regex": "^3.0.2",
    "to-regex-range": "^5.0.1",
    "toidentifier": "^1.0.0",
    "tough-cookie": "^4.0.0",
    "tslib": "^1.14.1",
    "type-check": "^0.4.0",
    "trim-off-newlines": "^1.0.1",
    "trim-newlines": "^3.0.0",
    "typedarray": "^0.0.6",
    "tr46": "^2.1.0",
    "typedarray-to-buffer": "^3.1.5",
    "uglify-es": "^3.3.9",
    "tsutils": "^3.21.0",
    "type-detect": "^4.0.8",
    "ultron": "^1.0.2",
    "unbox-primitive": "^1.0.1",
    "type-fest": "^0.21.3",
    "unc-path-regex": "^0.1.2",
    "unicode-canonical-property-names-ecmascript": "^1.0.4",
    "unique-string": "^2.0.0",
    "unicode-match-property-ecmascript": "^1.0.4",
    "uglify-js": "^3.13.7",
    "ua-parser-js": "^0.7.28",
    "unicode-match-property-value-ecmascript": "^1.2.0",
    "universal-user-agent": "^6.0.0",
    "union-value": "^1.0.1",
    "unset-value": "^1.0.0",
    "universalify": "^2.0.0",
    "unpipe": "^1.0.0",
    "urix": "^0.1.0",
    "url-join": "^4.0.1",
    "url-parse-lax": "^3.0.0",
    "uri-js": "^4.4.1",
    "unicode-property-aliases-ecmascript": "^1.1.0",
    "util-deprecate": "^1.0.2",
    "use": "^3.1.1",
    "utils-merge": "^1.0.1",
    "vlq": "^1.0.1",
    "vary": "^1.1.2",
    "validate-npm-package-license": "^3.0.4",
    "v8-compile-cache": "^2.3.0",
    "w3c-xmlserializer": "^2.0.0",
    "v8-to-istanbul": "^7.1.2",
    "walker": "^1.0.7",
    "uuid": "^8.3.2",
    "wcwidth": "^1.0.1",
    "use-subscription": "^1.5.1",
    "whatwg-encoding": "^1.0.5",
    "webidl-conversions": "^6.1.0",
    "whatwg-mimetype": "^2.3.0",
    "which-boxed-primitive": "^1.0.2",
    "which-module": "^2.0.0",
    "w3c-hr-time": "^1.0.2",
    "whatwg-fetch": "^3.6.2",
    "widest-line": "^3.1.0",
    "word-wrap": "^1.2.3",
    "which": "^2.0.2",
    "wordwrap": "^1.0.0",
    "windows-release": "^4.0.0",
    "whatwg-url": "^8.5.0",
    "wrappy": "^1.0.2",
    "which-pm-runs": "^1.0.0",
    "xcode": "^2.1.0",
    "xdg-basedir": "^4.0.0",
    "xml-name-validator": "^3.0.0",
    "wrap-ansi": "^7.0.0",
    "write-file-atomic": "^3.0.3",
    "xmlbuilder": "^9.0.7",
    "xmldoc": "^1.1.2",
    "xmlchars": "^2.2.0",
    "xpipe": "^1.0.5",
    "xtend": "^4.0.2",
    "ws": "^7.4.6",
    "y18n": "^4.0.3",
    "xmldom": "^0.5.0",
    "yocto-queue": "^0.1.0",
    "responselike": "^2.0.0",
    "update-notifier": "^5.1.0",
    "yallist": "^4.0.0",
    "resolve-global": "^1.0.0",
    "yaml": "^1.10.2",
    "yargs": "^15.4.1",
    "yargs-parser": "^20.2.7"
  }
}
