source: trip-planner-front/node_modules/needle/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.2 KB
Line 
1{
2 "_args": [
3 [
4 "needle@2.9.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "needle@2.9.1",
10 "_id": "needle@2.9.1",
11 "_inBundle": false,
12 "_integrity": "sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==",
13 "_location": "/needle",
14 "_optional": true,
15 "_phantomChildren": {
16 "ms": "2.1.2"
17 },
18 "_requested": {
19 "type": "version",
20 "registry": true,
21 "raw": "needle@2.9.1",
22 "name": "needle",
23 "escapedName": "needle",
24 "rawSpec": "2.9.1",
25 "saveSpec": null,
26 "fetchSpec": "2.9.1"
27 },
28 "_requiredBy": [
29 "/less"
30 ],
31 "_resolved": "https://registry.npmjs.org/needle/-/needle-2.9.1.tgz",
32 "_spec": "2.9.1",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
34 "author": {
35 "name": "Tomás Pollak",
36 "email": "tomas@forkhq.com"
37 },
38 "bin": {
39 "needle": "bin/needle"
40 },
41 "bugs": {
42 "url": "https://github.com/tomas/needle/issues"
43 },
44 "dependencies": {
45 "debug": "^3.2.6",
46 "iconv-lite": "^0.4.4",
47 "sax": "^1.2.4"
48 },
49 "description": "The leanest and most handsome HTTP client in the Nodelands.",
50 "devDependencies": {
51 "JSONStream": "^1.3.5",
52 "jschardet": "^1.6.0",
53 "mocha": "^5.2.0",
54 "pump": "^3.0.0",
55 "q": "^1.5.1",
56 "should": "^13.2.3",
57 "sinon": "^2.3.0",
58 "xml2js": "^0.4.19"
59 },
60 "directories": {
61 "lib": "./lib"
62 },
63 "engines": {
64 "node": ">= 4.4.x"
65 },
66 "homepage": "https://github.com/tomas/needle#readme",
67 "keywords": [
68 "http",
69 "https",
70 "simple",
71 "request",
72 "client",
73 "multipart",
74 "upload",
75 "proxy",
76 "deflate",
77 "timeout",
78 "charset",
79 "iconv",
80 "cookie",
81 "redirect"
82 ],
83 "license": "MIT",
84 "main": "./lib/needle",
85 "name": "needle",
86 "repository": {
87 "type": "git",
88 "url": "git+https://github.com/tomas/needle.git"
89 },
90 "scripts": {
91 "test": "mocha test"
92 },
93 "tags": [
94 "http",
95 "https",
96 "simple",
97 "request",
98 "client",
99 "multipart",
100 "upload",
101 "proxy",
102 "deflate",
103 "timeout",
104 "charset",
105 "iconv",
106 "cookie",
107 "redirect"
108 ],
109 "version": "2.9.1"
110}
Note: See TracBrowser for help on using the repository browser.