]> git.r.bdr.sh - rbdr/pinboard-linkblog-updater/blob - package-lock.json
Smarter filenames
[rbdr/pinboard-linkblog-updater] / package-lock.json
1 {
2 "name": "pinboard-linkblog-updater",
3 "version": "1.0.0",
4 "lockfileVersion": 2,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "pinboard-linkblog-updater",
9 "version": "1.0.0",
10 "license": "Apache-2.0",
11 "dependencies": {
12 "node-pinboard": "^2.0.1"
13 }
14 },
15 "node_modules/node-fetch": {
16 "version": "2.6.7",
17 "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
18 "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
19 "dependencies": {
20 "whatwg-url": "^5.0.0"
21 },
22 "engines": {
23 "node": "4.x || >=6.0.0"
24 },
25 "peerDependencies": {
26 "encoding": "^0.1.0"
27 },
28 "peerDependenciesMeta": {
29 "encoding": {
30 "optional": true
31 }
32 }
33 },
34 "node_modules/node-pinboard": {
35 "version": "2.0.1",
36 "resolved": "https://registry.npmjs.org/node-pinboard/-/node-pinboard-2.0.1.tgz",
37 "integrity": "sha512-TvFjnLQRW/mEJmBDbBaL3APOxx1bCxCt1iw37YqgtLzWNUnu9zez2JTARd4qjcXp6uvJ8oaRhFNRJsLBhR7epQ==",
38 "dependencies": {
39 "node-fetch": "^2.6.0"
40 },
41 "engines": {
42 "node": ">= 8.0"
43 }
44 },
45 "node_modules/tr46": {
46 "version": "0.0.3",
47 "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
48 "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
49 },
50 "node_modules/webidl-conversions": {
51 "version": "3.0.1",
52 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
53 "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
54 },
55 "node_modules/whatwg-url": {
56 "version": "5.0.0",
57 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
58 "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
59 "dependencies": {
60 "tr46": "~0.0.3",
61 "webidl-conversions": "^3.0.0"
62 }
63 }
64 },
65 "dependencies": {
66 "node-fetch": {
67 "version": "2.6.7",
68 "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
69 "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
70 "requires": {
71 "whatwg-url": "^5.0.0"
72 }
73 },
74 "node-pinboard": {
75 "version": "2.0.1",
76 "resolved": "https://registry.npmjs.org/node-pinboard/-/node-pinboard-2.0.1.tgz",
77 "integrity": "sha512-TvFjnLQRW/mEJmBDbBaL3APOxx1bCxCt1iw37YqgtLzWNUnu9zez2JTARd4qjcXp6uvJ8oaRhFNRJsLBhR7epQ==",
78 "requires": {
79 "node-fetch": "^2.6.0"
80 }
81 },
82 "tr46": {
83 "version": "0.0.3",
84 "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
85 "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
86 },
87 "webidl-conversions": {
88 "version": "3.0.1",
89 "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
90 "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
91 },
92 "whatwg-url": {
93 "version": "5.0.0",
94 "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
95 "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
96 "requires": {
97 "tr46": "~0.0.3",
98 "webidl-conversions": "^3.0.0"
99 }
100 }
101 }
102 }