{
  "name": "fast-query-parse",
  "version": "3.1.0",
  "description": "Fastest `query parse` with performance of `querystring` module and features of `qs` module",
  "main": "parse.js",
  "types": "parse.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dalisoft/npm-packages.git"
  },
  "keywords": [
    "esm",
    "cjs",
    "qs",
    "query",
    "parse"
  ],
  "author": "dalisoft",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dalisoft/npm-packages/issues"
  },
  "homepage": "https://github.com/dalisoft/npm-packages/tree/master/packages/fast-query-parse",
  "dependencies": {
    "fast-decode-uri-component": "^1.0.1"
  }
}
