| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "qs@^6.4.0", |
| 3 | "_id": "qs@6.9.4", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==", |
| 6 | "_location": "/qs", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "qs@^6.4.0", |
| 12 | "name": "qs", |
| 13 | "escapedName": "qs", |
| 14 | "rawSpec": "^6.4.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^6.4.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/tiny-lr" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/qs/-/qs-6.9.4.tgz", |
| 22 | "_shasum": "9090b290d1f91728d3c22e54843ca44aea5ab687", |
| 23 | "_spec": "qs@^6.4.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\tiny-lr", |
| 25 | "bugs": { |
| 26 | "url": "https://github.com/ljharb/qs/issues" |
| 27 | }, |
| 28 | "bundleDependencies": false, |
| 29 | "contributors": [ |
| 30 | { |
| 31 | "name": "Jordan Harband", |
| 32 | "email": "ljharb@gmail.com", |
| 33 | "url": "http://ljharb.codes" |
| 34 | } |
| 35 | ], |
| 36 | "dependencies": {}, |
| 37 | "deprecated": false, |
| 38 | "description": "A querystring parser that supports nesting and arrays, with a depth limit", |
| 39 | "devDependencies": { |
| 40 | "@ljharb/eslint-config": "^16.0.0", |
| 41 | "browserify": "^16.5.1", |
| 42 | "covert": "^1.1.1", |
| 43 | "eclint": "^2.8.1", |
| 44 | "eslint": "^6.8.0", |
| 45 | "evalmd": "^0.0.19", |
| 46 | "for-each": "^0.3.3", |
| 47 | "has-symbols": "^1.0.1", |
| 48 | "iconv-lite": "^0.5.1", |
| 49 | "mkdirp": "^0.5.4", |
| 50 | "object-inspect": "^1.7.0", |
| 51 | "qs-iconv": "^1.0.4", |
| 52 | "safe-publish-latest": "^1.1.4", |
| 53 | "safer-buffer": "^2.1.2", |
| 54 | "tape": "^5.0.0" |
| 55 | }, |
| 56 | "engines": { |
| 57 | "node": ">=0.6" |
| 58 | }, |
| 59 | "funding": { |
| 60 | "url": "https://github.com/sponsors/ljharb" |
| 61 | }, |
| 62 | "greenkeeper": { |
| 63 | "ignore": [ |
| 64 | "iconv-lite", |
| 65 | "mkdirp" |
| 66 | ] |
| 67 | }, |
| 68 | "homepage": "https://github.com/ljharb/qs", |
| 69 | "keywords": [ |
| 70 | "querystring", |
| 71 | "qs", |
| 72 | "query", |
| 73 | "url", |
| 74 | "parse", |
| 75 | "stringify" |
| 76 | ], |
| 77 | "license": "BSD-3-Clause", |
| 78 | "main": "lib/index.js", |
| 79 | "name": "qs", |
| 80 | "repository": { |
| 81 | "type": "git", |
| 82 | "url": "git+https://github.com/ljharb/qs.git" |
| 83 | }, |
| 84 | "scripts": { |
| 85 | "coverage": "covert test", |
| 86 | "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js", |
| 87 | "lint": "eslint lib/*.js test/*.js", |
| 88 | "postlint": "eclint check * lib/* test/*", |
| 89 | "posttest": "npx aud --production", |
| 90 | "prepublish": "safe-publish-latest && npm run dist", |
| 91 | "pretest": "npm run --silent readme && npm run --silent lint", |
| 92 | "readme": "evalmd README.md", |
| 93 | "test": "npm run --silent coverage", |
| 94 | "tests-only": "node test" |
| 95 | }, |
| 96 | "version": "6.9.4" |
| 97 | } |