{
  "name": "@common.js/query-string",
  "version": "9.1.1",
  "description": "query-string package exported as CommonJS modules",
  "license": "MIT",
  "repository": "etienne-martin/common.js",
  "funding": "https://github.com/sponsors/sindresorhus",
  "type": "commonjs",
  "sideEffects": false,
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "benchmark": "node benchmark.js",
    "test": "xo && ava && tsd"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "base.js",
    "base.d.ts"
  ],
  "dependencies": {
    "@common.js/decode-uri-component": "^0.4.1",
    "@common.js/filter-obj": "^5.1.0",
    "@common.js/split-on-first": "^3.0.0"
  },
  "devDependencies": {
    "ava": "^6.1.1",
    "benchmark": "^2.1.4",
    "deep-equal": "^2.2.3",
    "fast-check": "^3.15.1",
    "tsd": "^0.30.7",
    "xo": "^0.57.0"
  },
  "tsd": {
    "compilerOptions": {
      "module": "node16"
    }
  },
  "homepage": "https://github.com/etienne-martin/common.js#readme",
  "types": "./index.d.ts",
  "main": "./index.js"
}