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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
{
"name": "mock-server",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@stdy/cli": "0.22.1"
}
},
"node_modules/@stdy/cli": {
"version": "0.22.1",
"resolved": "https://registry.npmjs.org/@stdy/cli/-/cli-0.22.1.tgz",
"integrity": "sha512-VdnCoK/d0JWIhToajBxAdagTpLCX/zTd7RiuK1KdT12Q4pZn/+eS97gq94+jv6TbiMd+9SWeOdsQCoagpLmNfA==",
"license": "Elastic-2.0",
"bin": {
"steady": "steady.js"
},
"engines": {
"node": ">=14.0.0"
},
"optionalDependencies": {
"@stdy/cli-darwin-arm64": "0.22.1",
"@stdy/cli-darwin-x64": "0.22.1",
"@stdy/cli-linux-arm64": "0.22.1",
"@stdy/cli-linux-x64": "0.22.1",
"@stdy/cli-win32-x64": "0.22.1"
}
},
"node_modules/@stdy/cli-darwin-arm64": {
"version": "0.22.1",
"resolved": "https://registry.npmjs.org/@stdy/cli-darwin-arm64/-/cli-darwin-arm64-0.22.1.tgz",
"integrity": "sha512-sahxc3R9I+vO7dDr7t9aneE8aLZdZeaQU5OfhZVLny97K8K7RXqhpXHN/0DFvg3Pw5ZKisHvJysY3iu/LIZA6g==",
"cpu": [
"arm64"
],
"license": "Elastic-2.0",
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@stdy/cli-darwin-x64": {
"version": "0.22.1",
"resolved": "https://registry.npmjs.org/@stdy/cli-darwin-x64/-/cli-darwin-x64-0.22.1.tgz",
"integrity": "sha512-/bVzcHkbX6zn5qZL73oWR5YXVc/+/IP7uWYw905B+hWRuZlJfN7hX4+68BxCBOI8wiRf82cSQjRnI/Datdwz1Q==",
"cpu": [
"x64"
],
"license": "Elastic-2.0",
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@stdy/cli-linux-arm64": {
"version": "0.22.1",
"resolved": "https://registry.npmjs.org/@stdy/cli-linux-arm64/-/cli-linux-arm64-0.22.1.tgz",
"integrity": "sha512-XGQy3ZqF5COqRgAVGxCdoW9dzxnfxxCSAHCGmhpFc+pVfpQcYHfPcnNhmWhplMCeriTUyCKLJG+/fGdyji7e2Q==",
"cpu": [
"arm64"
],
"license": "Elastic-2.0",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@stdy/cli-linux-x64": {
"version": "0.22.1",
"resolved": "https://registry.npmjs.org/@stdy/cli-linux-x64/-/cli-linux-x64-0.22.1.tgz",
"integrity": "sha512-u7581I3sc6R+PUwGkvEFbvD/w6YXvRk+iT0BImWKPtKYA26cPP16lgA7gquu3tAEk+3c9YGn5xhUphCc96aLSg==",
"cpu": [
"x64"
],
"license": "Elastic-2.0",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@stdy/cli-win32-x64": {
"version": "0.22.1",
"resolved": "https://registry.npmjs.org/@stdy/cli-win32-x64/-/cli-win32-x64-0.22.1.tgz",
"integrity": "sha512-4kkgSGCKTO/Fb+ciBANshegYIztBqynIyOveWYc3Vp7mXszg8yx6slKSzz5bg757H8Ol2jxxuL4XxHVIGMr6Rw==",
"cpu": [
"x64"
],
"license": "Elastic-2.0",
"optional": true,
"os": [
"win32"
]
}
}
}
|