mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-14 17:35:22 +01:00
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"requires": true,
|
|
"lockfileVersion": 1,
|
|
"dependencies": {
|
|
"color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
},
|
|
"color-string": {
|
|
"version": "1.5.3",
|
|
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.3.tgz",
|
|
"integrity": "sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw==",
|
|
"requires": {
|
|
"color-name": "1.1.4",
|
|
"simple-swizzle": "0.2.2"
|
|
}
|
|
},
|
|
"is-arrayish": {
|
|
"version": "0.3.2",
|
|
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
|
|
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
|
|
},
|
|
"neopixel-utils": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/neopixel-utils/-/neopixel-utils-1.0.2.tgz",
|
|
"integrity": "sha1-e2IJvR3kmEaRu5nR46iv+8h1Zh4=",
|
|
"requires": {
|
|
"color-string": "1.5.3"
|
|
}
|
|
},
|
|
"simple-swizzle": {
|
|
"version": "0.2.2",
|
|
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
|
|
"integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=",
|
|
"requires": {
|
|
"is-arrayish": "0.3.2"
|
|
}
|
|
}
|
|
}
|
|
}
|