| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "_development": true,
- "_from": "query-string@9.1.1",
- "_id": "query-string@9.1.1",
- "_inBundle": false,
- "_integrity": "sha512-MWkCOVIcJP9QSKU52Ngow6bsAWAPlPK2MludXvcrS2bGZSl+T1qX9MZvRIkqUIkGLJquMJHWfsT6eRqUpp4aWg==",
- "_location": "/query-string",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "query-string@9.1.1",
- "name": "query-string",
- "escapedName": "query-string",
- "rawSpec": "9.1.1",
- "saveSpec": null,
- "fetchSpec": "9.1.1"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmmirror.com/query-string/-/query-string-9.1.1.tgz",
- "_shasum": "dbfebb4196aeb2919915f2b2b81b91b965cf03a0",
- "_spec": "query-string@9.1.1",
- "_where": "D:\\Desktop\\本地生活服务客户端\\LocalLivingServicesUniapp",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/query-string/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "decode-uri-component": "^0.4.1",
- "filter-obj": "^5.1.0",
- "split-on-first": "^3.0.0"
- },
- "deprecated": false,
- "description": "Parse and stringify URL query strings",
- "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"
- },
- "engines": {
- "node": ">=18"
- },
- "exports": {
- "types": "./index.d.ts",
- "default": "./index.js"
- },
- "files": [
- "index.js",
- "index.d.ts",
- "base.js",
- "base.d.ts"
- ],
- "funding": "https://github.com/sponsors/sindresorhus",
- "homepage": "https://github.com/sindresorhus/query-string#readme",
- "keywords": [
- "browser",
- "querystring",
- "query",
- "string",
- "qs",
- "param",
- "parameter",
- "url",
- "parse",
- "stringify",
- "encode",
- "decode",
- "searchparams",
- "filter"
- ],
- "license": "MIT",
- "name": "query-string",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/query-string.git"
- },
- "scripts": {
- "benchmark": "node benchmark.js",
- "test": "xo && ava && tsd"
- },
- "sideEffects": false,
- "tsd": {
- "compilerOptions": {
- "module": "node16"
- }
- },
- "type": "module",
- "version": "9.1.1"
- }
|