-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
37 lines (37 loc) · 1017 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
30
31
32
33
34
35
36
37
{
"name": "power-bi-api-typescript",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "power-bi-api-typescript",
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"autorest": "^3.6.2"
}
},
"node_modules/autorest": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/autorest/-/autorest-3.6.2.tgz",
"integrity": "sha512-JRMmAsSG4wplYUkjVOWELidF+P/OG9BjF542aQcbt4Qj85bJ+7EzRCTV09vbf8f4ScOB+I68+9IcskjNTU9UkQ==",
"dev": true,
"hasInstallScript": true,
"bin": {
"autorest": "entrypoints/app.js"
},
"engines": {
"node": ">=12.0.0"
}
}
},
"dependencies": {
"autorest": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/autorest/-/autorest-3.6.2.tgz",
"integrity": "sha512-JRMmAsSG4wplYUkjVOWELidF+P/OG9BjF542aQcbt4Qj85bJ+7EzRCTV09vbf8f4ScOB+I68+9IcskjNTU9UkQ==",
"dev": true
}
}
}