source: trip-planner-front/node_modules/querystringify/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "querystringify@2.2.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "querystringify@2.2.0",
10 "_id": "querystringify@2.2.0",
11 "_inBundle": false,
12 "_integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
13 "_location": "/querystringify",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "querystringify@2.2.0",
19 "name": "querystringify",
20 "escapedName": "querystringify",
21 "rawSpec": "2.2.0",
22 "saveSpec": null,
23 "fetchSpec": "2.2.0"
24 },
25 "_requiredBy": [
26 "/url-parse"
27 ],
28 "_resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
29 "_spec": "2.2.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Arnout Kazemier"
33 },
34 "bugs": {
35 "url": "https://github.com/unshiftio/querystringify/issues"
36 },
37 "description": "Querystringify - Small, simple but powerful query string parser.",
38 "devDependencies": {
39 "assume": "^2.1.0",
40 "coveralls": "^3.1.0",
41 "mocha": "^8.1.1",
42 "nyc": "^15.1.0",
43 "pre-commit": "^1.2.2"
44 },
45 "homepage": "https://github.com/unshiftio/querystringify",
46 "keywords": [
47 "query",
48 "string",
49 "query-string",
50 "querystring",
51 "qs",
52 "stringify",
53 "parse",
54 "decode",
55 "encode"
56 ],
57 "license": "MIT",
58 "main": "index.js",
59 "name": "querystringify",
60 "repository": {
61 "type": "git",
62 "url": "git+https://github.com/unshiftio/querystringify.git"
63 },
64 "scripts": {
65 "test": "nyc --reporter=html --reporter=text mocha test.js",
66 "watch": "mocha --watch test.js"
67 },
68 "version": "2.2.0"
69}
Note: See TracBrowser for help on using the repository browser.