source: trip-planner-front/node_modules/request/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.9 KB
Line 
1{
2 "_args": [
3 [
4 "request@2.88.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "request@2.88.2",
10 "_id": "request@2.88.2",
11 "_inBundle": false,
12 "_integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
13 "_location": "/request",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "request@2.88.2",
19 "name": "request",
20 "escapedName": "request",
21 "rawSpec": "2.88.2",
22 "saveSpec": null,
23 "fetchSpec": "2.88.2"
24 },
25 "_requiredBy": [
26 "/node-gyp"
27 ],
28 "_resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
29 "_spec": "2.88.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Mikeal Rogers",
33 "email": "mikeal.rogers@gmail.com"
34 },
35 "bugs": {
36 "url": "http://github.com/request/request/issues"
37 },
38 "dependencies": {
39 "aws-sign2": "~0.7.0",
40 "aws4": "^1.8.0",
41 "caseless": "~0.12.0",
42 "combined-stream": "~1.0.6",
43 "extend": "~3.0.2",
44 "forever-agent": "~0.6.1",
45 "form-data": "~2.3.2",
46 "har-validator": "~5.1.3",
47 "http-signature": "~1.2.0",
48 "is-typedarray": "~1.0.0",
49 "isstream": "~0.1.2",
50 "json-stringify-safe": "~5.0.1",
51 "mime-types": "~2.1.19",
52 "oauth-sign": "~0.9.0",
53 "performance-now": "^2.1.0",
54 "qs": "~6.5.2",
55 "safe-buffer": "^5.1.2",
56 "tough-cookie": "~2.5.0",
57 "tunnel-agent": "^0.6.0",
58 "uuid": "^3.3.2"
59 },
60 "description": "Simplified HTTP request client.",
61 "devDependencies": {
62 "bluebird": "^3.2.1",
63 "browserify": "^13.0.1",
64 "browserify-istanbul": "^2.0.0",
65 "buffer-equal": "^1.0.0",
66 "codecov": "^3.0.4",
67 "coveralls": "^3.0.2",
68 "function-bind": "^1.0.2",
69 "karma": "^3.0.0",
70 "karma-browserify": "^5.0.1",
71 "karma-cli": "^1.0.0",
72 "karma-coverage": "^1.0.0",
73 "karma-phantomjs-launcher": "^1.0.0",
74 "karma-tap": "^3.0.1",
75 "nyc": "^14.1.1",
76 "phantomjs-prebuilt": "^2.1.3",
77 "rimraf": "^2.2.8",
78 "server-destroy": "^1.0.1",
79 "standard": "^9.0.0",
80 "tape": "^4.6.0",
81 "taper": "^0.5.0"
82 },
83 "engines": {
84 "node": ">= 6"
85 },
86 "files": [
87 "lib/",
88 "index.js",
89 "request.js"
90 ],
91 "greenkeeper": {
92 "ignore": [
93 "hawk",
94 "har-validator"
95 ]
96 },
97 "homepage": "https://github.com/request/request#readme",
98 "keywords": [
99 "http",
100 "simple",
101 "util",
102 "utility"
103 ],
104 "license": "Apache-2.0",
105 "main": "index.js",
106 "name": "request",
107 "repository": {
108 "type": "git",
109 "url": "git+https://github.com/request/request.git"
110 },
111 "scripts": {
112 "lint": "standard",
113 "test": "npm run lint && npm run test-ci && npm run test-browser",
114 "test-browser": "node tests/browser/start.js",
115 "test-ci": "taper tests/test-*.js",
116 "test-cov": "nyc --reporter=lcov tape tests/test-*.js"
117 },
118 "version": "2.88.2"
119}
Note: See TracBrowser for help on using the repository browser.