1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "qs@6.7.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "qs@6.7.0",
|
---|
10 | "_id": "qs@6.7.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==",
|
---|
13 | "_location": "/qs",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "qs@6.7.0",
|
---|
19 | "name": "qs",
|
---|
20 | "escapedName": "qs",
|
---|
21 | "rawSpec": "6.7.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "6.7.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/body-parser",
|
---|
27 | "/express"
|
---|
28 | ],
|
---|
29 | "_resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz",
|
---|
30 | "_spec": "6.7.0",
|
---|
31 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
32 | "bugs": {
|
---|
33 | "url": "https://github.com/ljharb/qs/issues"
|
---|
34 | },
|
---|
35 | "contributors": [
|
---|
36 | {
|
---|
37 | "name": "Jordan Harband",
|
---|
38 | "email": "ljharb@gmail.com",
|
---|
39 | "url": "http://ljharb.codes"
|
---|
40 | }
|
---|
41 | ],
|
---|
42 | "dependencies": {},
|
---|
43 | "description": "A querystring parser that supports nesting and arrays, with a depth limit",
|
---|
44 | "devDependencies": {
|
---|
45 | "@ljharb/eslint-config": "^13.1.1",
|
---|
46 | "browserify": "^16.2.3",
|
---|
47 | "covert": "^1.1.1",
|
---|
48 | "editorconfig-tools": "^0.1.1",
|
---|
49 | "eslint": "^5.15.3",
|
---|
50 | "evalmd": "^0.0.17",
|
---|
51 | "for-each": "^0.3.3",
|
---|
52 | "iconv-lite": "^0.4.24",
|
---|
53 | "mkdirp": "^0.5.1",
|
---|
54 | "object-inspect": "^1.6.0",
|
---|
55 | "qs-iconv": "^1.0.4",
|
---|
56 | "safe-publish-latest": "^1.1.2",
|
---|
57 | "safer-buffer": "^2.1.2",
|
---|
58 | "tape": "^4.10.1"
|
---|
59 | },
|
---|
60 | "engines": {
|
---|
61 | "node": ">=0.6"
|
---|
62 | },
|
---|
63 | "homepage": "https://github.com/ljharb/qs",
|
---|
64 | "keywords": [
|
---|
65 | "querystring",
|
---|
66 | "qs",
|
---|
67 | "query",
|
---|
68 | "url",
|
---|
69 | "parse",
|
---|
70 | "stringify"
|
---|
71 | ],
|
---|
72 | "license": "BSD-3-Clause",
|
---|
73 | "main": "lib/index.js",
|
---|
74 | "name": "qs",
|
---|
75 | "repository": {
|
---|
76 | "type": "git",
|
---|
77 | "url": "git+https://github.com/ljharb/qs.git"
|
---|
78 | },
|
---|
79 | "scripts": {
|
---|
80 | "coverage": "covert test",
|
---|
81 | "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
|
---|
82 | "lint": "eslint lib/*.js test/*.js",
|
---|
83 | "postlint": "editorconfig-tools check * lib/* test/*",
|
---|
84 | "prepublish": "safe-publish-latest && npm run dist",
|
---|
85 | "pretest": "npm run --silent readme && npm run --silent lint",
|
---|
86 | "readme": "evalmd README.md",
|
---|
87 | "test": "npm run --silent coverage",
|
---|
88 | "tests-only": "node test"
|
---|
89 | },
|
---|
90 | "version": "6.7.0"
|
---|
91 | }
|
---|