-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
73 lines (73 loc) · 2.45 KB
/
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
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
{
"name": "tohooter",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tohooter",
"version": "0.0.0",
"license": "ISC",
"dependencies": {
"prettier": "^1.19.1",
"prettier-plugin-qml": "^0.14.0"
}
},
"node_modules/@oltodo/qml-parser": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@oltodo/qml-parser/-/qml-parser-0.6.0.tgz",
"integrity": "sha512-aURNgOr9ru5YdWicGLoBk0C2I0J63y3Dlga41zuVzHc6mkJnD4dogLvBGLe1r+avkUXk9iwPbxp7MFuf2G4fXg==",
"bin": {
"qml-parser": "bin/qml-parser"
}
},
"node_modules/detect-newline": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz",
"integrity": "sha512-CwffZFvlJffUg9zZA0uqrjQayUTC8ob94pnr5sFwaVv3IOmkfUHcWH+jXaQK3askE51Cqe8/9Ql/0uXNwqZ8Zg==",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/jest-docblock": {
"version": "24.9.0",
"resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-24.9.0.tgz",
"integrity": "sha512-F1DjdpDMJMA1cN6He0FNYNZlo3yYmOtRUnktrT9Q37njYzC5WEaDdmbynIgy0L/IvXvvgsG8OsqhLPXTpfmZAA==",
"dependencies": {
"detect-newline": "^2.1.0"
},
"engines": {
"node": ">= 6"
}
},
"node_modules/lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"node_modules/prettier": {
"version": "1.19.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
"integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=4"
}
},
"node_modules/prettier-plugin-qml": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/prettier-plugin-qml/-/prettier-plugin-qml-0.14.0.tgz",
"integrity": "sha512-V5BU4ccffgMAjdmZPOa3msRGrJBwktpc0xGNSiMpSwBuhgKva2bhecVtKfdc2G/m7LGTk0BJU9U2Ur5fqixvdw==",
"dependencies": {
"@oltodo/qml-parser": "0.6.0",
"jest-docblock": "24.9.0",
"lodash": "4.17.15"
},
"peerDependencies": {
"prettier": "1.19.1"
}
}
}
}