UNPKG

query-string-encode

Version:

Minimal query string encoding, supporting nested objects

44 lines (43 loc) 1.1 kB
{ "name": "query-string-encode", "version": "1.0.1", "description": "Minimal query string encoding, supporting nested objects", "author": "Albin Larsson", "license": "MIT", "repository": "git+https://github.com/friday/query-string-encode.git", "browser": "dist/query-string-encode.min.js", "main": "dist/query-string-encode", "module": "dist/query-string-encode.mjs", "types": "dist/index.d.ts", "scripts": { "build": "tsc && rollup --config; rimraf dist/index.js*", "lint": "tsc --noEmit && tslint --project tsconfig.json --format stylish", "prebuild": "rimraf dist", "pretest": "npm run build", "posttest": "npm run lint", "preversion": "npm test", "postversion": "git push && git push --tags", "test": "jest" }, "keywords": [ "encode", "param", "query", "querystring", "string", "stringify", "typescript" ], "files": [ "dist" ], "devDependencies": { "greenkeeper-lockfile": "^1.15.1", "jest-cli": "^23.2.0", "rimraf": "^2.6.1", "rollup": "^0.62.0", "rollup-plugin-terser": "^1.0.1", "tslint": "^5.6.0", "typescript": "^2.4.0" } }