-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage-lock.json
29 lines (29 loc) · 1021 Bytes
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "gofast-example",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"bufferlist": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/bufferlist/-/bufferlist-0.1.0.tgz",
"integrity": "sha512-cg77q4YhmxV+/e7WhrShHGyOgey0GowZwg0cfXKCz5v3wfx73pUyrsnLnGY7DQZnjhtvmAaSMrf045zuJpDGDg=="
},
"fastcgi-stream": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fastcgi-stream/-/fastcgi-stream-1.0.0.tgz",
"integrity": "sha512-esJ75qjKZmh+4lXuNCGqnNkMt2LW5aB6WVDkkVBRL/Igxr3uB+KJhIjSr4Cf875RJAXiJAQVK5B9PSdcRPg5Dg==",
"requires": {
"bufferlist": ">= 0.0.6"
}
},
"node-fastcgi": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/node-fastcgi/-/node-fastcgi-1.3.3.tgz",
"integrity": "sha512-uIfm28LPIg81eD+epaaYTK9motZFxQvTpjtYa0b1lq7U9N+4EDJbPvQpBbVdhmTcQ5PWQgxwFJnp2XLK804NbA==",
"requires": {
"fastcgi-stream": "^1.0.0"
}
}
}
}