{
  "name": "@rockey2020/next-network",
  "version": "1.8.5",
  "source": "./src/index.ts",
  "main": "./dist/index.js",
  "legacy": "./dist/browser.js",
  "types": "./dist/types.d.ts",
  "license": "MIT",
  "description": "A fetch-based, future-oriented construction of a new next-generation network request library, with an advanced request\nqueue task mechanism, as well as load-balanced request interface, to achieve a breakthrough in the number of concurrent\nbrowser requests, task priority implementation order and other features",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rockey2020/next-network.git"
  },
  "bugs": {
    "url": "https://github.com/rockey2020/next-network/issues"
  },
  "homepage": "https://github.com/rockey2020/next-network#readme",
  "keywords": [
    "next-network",
    "@rockey2020/next-network"
  ],
  "author": "rockey2020",
  "targets": {
    "main": {
      "optimize": true,
      "sourceMap": false,
      "context": "node",
      "includeNodeModules": false,
      "isLibrary": true,
      "outputFormat": "commonjs",
      "scopeHoist": true
    },
    "legacy": {
      "optimize": true,
      "sourceMap": false,
      "context": "browser",
      "includeNodeModules": true,
      "isLibrary": false,
      "outputFormat": "esmodule",
      "scopeHoist": true
    }
  },
  "browserslist": [
    "defaults",
    "> 0.01%",
    "last 48 versions",
    "Android >= 5",
    "IOS >= 8",
    "Chrome >= 50",
    "Safari >= 10"
  ],
  "scripts": {
    "clean": "rm -rf dist && NODE_ENV=production",
    "serve": "parcel serve src/index.html --no-cache --dist-dir dev-dist",
    "build": "npm run clean && parcel build --no-cache",
    "doc": "typedoc --tsconfig tsconfig.json --options typedoc.js",
    "release": "npm publish --access public"
  },
  "dependencies": {
    "@babel/runtime-corejs3": "^7.19.1",
    "@swc/helpers": "^0.4.11",
    "mitt": "^3.0.0",
    "nanoid": "^4.0.0",
    "qs": "^6.11.0",
    "regenerator-runtime": "^0.13.9",
    "throttle-debounce": "^5.0.0",
    "urijs": "^1.19.11"
  },
  "devDependencies": {
    "@babel/core": "^7.19.1",
    "@parcel/babel-plugin-transform-runtime": "2.7.0",
    "@parcel/compressor-brotli": "2.7.0",
    "@parcel/compressor-gzip": "2.7.0",
    "@parcel/config-default": "2.7.0",
    "@parcel/packager-ts": "2.7.0",
    "@parcel/transformer-graphql": "2.7.0",
    "@parcel/transformer-typescript-tsc": "2.7.0",
    "@parcel/transformer-typescript-types": "2.7.0",
    "@parcel/validator-typescript": "2.7.0",
    "@types/qs": "^6.9.7",
    "@types/throttle-debounce": "^5",
    "@types/urijs": "^1",
    "parcel": "2.7.0",
    "process": "^0.11.10",
    "typedoc": "^0.23.14",
    "typescript": "4.7.4"
  },
  "packageManager": "yarn@4.0.0-rc.14"
}
