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
|
{
"name": "minimal",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"tachyons-sass": "^4.9.5"
}
},
"node_modules/tachyons-custom": {
"version": "4.9.8",
"resolved": "https://registry.npmjs.org/tachyons-custom/-/tachyons-custom-4.9.8.tgz",
"integrity": "sha512-MVnslsN5dFswmh2+Sw+OOA4/6pQfnJrA8/wrtaf+Px347wze3MIk3lp3Q3QmbUPqrJda79s0dZtY3dgTwVHdfg=="
},
"node_modules/tachyons-sass": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/tachyons-sass/-/tachyons-sass-4.9.5.tgz",
"integrity": "sha512-GPPUIoM+8OkaHF7Ii8+AE5AQzVekfrRnGv55oXYTspXw8BMThmiXr/HrCUmYGiuSnBG73T0862tvzqLGP8B/Mg==",
"dependencies": {
"tachyons-custom": "^4.9.5"
}
}
},
"dependencies": {
"tachyons-custom": {
"version": "4.9.8",
"resolved": "https://registry.npmjs.org/tachyons-custom/-/tachyons-custom-4.9.8.tgz",
"integrity": "sha512-MVnslsN5dFswmh2+Sw+OOA4/6pQfnJrA8/wrtaf+Px347wze3MIk3lp3Q3QmbUPqrJda79s0dZtY3dgTwVHdfg=="
},
"tachyons-sass": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/tachyons-sass/-/tachyons-sass-4.9.5.tgz",
"integrity": "sha512-GPPUIoM+8OkaHF7Ii8+AE5AQzVekfrRnGv55oXYTspXw8BMThmiXr/HrCUmYGiuSnBG73T0862tvzqLGP8B/Mg==",
"requires": {
"tachyons-custom": "^4.9.5"
}
}
}
}
|