source: trip-planner-front/node_modules/querystring/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
2 "_args": [
3 [
4 "querystring@0.2.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "querystring@0.2.0",
10 "_id": "querystring@0.2.0",
11 "_inBundle": false,
12 "_integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=",
13 "_location": "/querystring",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "querystring@0.2.0",
19 "name": "querystring",
20 "escapedName": "querystring",
21 "rawSpec": "0.2.0",
22 "saveSpec": null,
23 "fetchSpec": "0.2.0"
24 },
25 "_requiredBy": [
26 "/url"
27 ],
28 "_resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
29 "_spec": "0.2.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Irakli Gozalishvili",
33 "email": "rfobic@gmail.com"
34 },
35 "bugs": {
36 "url": "http://github.com/Gozala/querystring/issues/"
37 },
38 "description": "Node's querystring module for all engines.",
39 "devDependencies": {
40 "phantomify": "~0.x.0",
41 "retape": "~0.x.0",
42 "tape": "~0.1.5",
43 "test": "~0.x.0"
44 },
45 "engines": {
46 "node": ">=0.4.x"
47 },
48 "homepage": "https://github.com/Gozala/querystring#readme",
49 "id": "querystring",
50 "keywords": [
51 "commonjs",
52 "query",
53 "querystring"
54 ],
55 "licenses": [
56 {
57 "type": "MIT",
58 "url": "https://github.com/Gozala/enchain/License.md"
59 }
60 ],
61 "name": "querystring",
62 "repository": {
63 "type": "git",
64 "url": "git://github.com/Gozala/querystring.git",
65 "web": "https://github.com/Gozala/querystring"
66 },
67 "scripts": {
68 "test": "npm run test-node && npm run test-browser && npm run test-tap",
69 "test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/common-index.js",
70 "test-node": "node ./test/common-index.js",
71 "test-tap": "node ./test/tap-index.js"
72 },
73 "testling": {
74 "files": "test/tap-index.js",
75 "browsers": {
76 "iexplore": [
77 9,
78 10
79 ],
80 "chrome": [
81 16,
82 20,
83 25,
84 "canary"
85 ],
86 "firefox": [
87 10,
88 15,
89 16,
90 17,
91 18,
92 "nightly"
93 ],
94 "safari": [
95 5,
96 6
97 ],
98 "opera": [
99 12
100 ]
101 }
102 },
103 "version": "0.2.0"
104}
Note: See TracBrowser for help on using the repository browser.