source: trip-planner-front/node_modules/request/node_modules/qs/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_args": [
3 [
4 "qs@6.5.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "qs@6.5.2",
10 "_id": "qs@6.5.2",
11 "_inBundle": false,
12 "_integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==",
13 "_location": "/request/qs",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "qs@6.5.2",
19 "name": "qs",
20 "escapedName": "qs",
21 "rawSpec": "6.5.2",
22 "saveSpec": null,
23 "fetchSpec": "6.5.2"
24 },
25 "_requiredBy": [
26 "/request"
27 ],
28 "_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
29 "_spec": "6.5.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "bugs": {
32 "url": "https://github.com/ljharb/qs/issues"
33 },
34 "contributors": [
35 {
36 "name": "Jordan Harband",
37 "email": "ljharb@gmail.com",
38 "url": "http://ljharb.codes"
39 }
40 ],
41 "dependencies": {},
42 "description": "A querystring parser that supports nesting and arrays, with a depth limit",
43 "devDependencies": {
44 "@ljharb/eslint-config": "^12.2.1",
45 "browserify": "^16.2.0",
46 "covert": "^1.1.0",
47 "editorconfig-tools": "^0.1.1",
48 "eslint": "^4.19.1",
49 "evalmd": "^0.0.17",
50 "iconv-lite": "^0.4.21",
51 "mkdirp": "^0.5.1",
52 "qs-iconv": "^1.0.4",
53 "safe-publish-latest": "^1.1.1",
54 "safer-buffer": "^2.1.2",
55 "tape": "^4.9.0"
56 },
57 "engines": {
58 "node": ">=0.6"
59 },
60 "homepage": "https://github.com/ljharb/qs",
61 "keywords": [
62 "querystring",
63 "qs"
64 ],
65 "license": "BSD-3-Clause",
66 "main": "lib/index.js",
67 "name": "qs",
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/ljharb/qs.git"
71 },
72 "scripts": {
73 "coverage": "covert test",
74 "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
75 "lint": "eslint lib/*.js test/*.js",
76 "prelint": "editorconfig-tools check * lib/* test/*",
77 "prepublish": "safe-publish-latest && npm run dist",
78 "pretest": "npm run --silent readme && npm run --silent lint",
79 "readme": "evalmd README.md",
80 "test": "npm run --silent coverage",
81 "tests-only": "node test"
82 },
83 "version": "6.5.2"
84}
Note: See TracBrowser for help on using the repository browser.