-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
53 lines (53 loc) · 1.66 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
{
"name": "rubylock",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rubylock",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@prettier/plugin-ruby": "^3.2.2"
}
},
"node_modules/@prettier/plugin-ruby": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@prettier/plugin-ruby/-/plugin-ruby-3.2.2.tgz",
"integrity": "sha512-Vc7jVE39Fgswl517ET4kPtpnoRWE6XTi1Sivd84rZyomYnHYUmvUsEeoOf6tVhzTuIXE5XVQB1YCG2hulrwR3Q==",
"dependencies": {
"prettier": ">=2.3.0"
}
},
"node_modules/prettier": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.1.tgz",
"integrity": "sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==",
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=10.13.0"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
}
},
"dependencies": {
"@prettier/plugin-ruby": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@prettier/plugin-ruby/-/plugin-ruby-3.2.2.tgz",
"integrity": "sha512-Vc7jVE39Fgswl517ET4kPtpnoRWE6XTi1Sivd84rZyomYnHYUmvUsEeoOf6tVhzTuIXE5XVQB1YCG2hulrwR3Q==",
"requires": {
"prettier": ">=2.3.0"
}
},
"prettier": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.1.tgz",
"integrity": "sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg=="
}
}
}