viperid/slop/palette/package-lock.json

31 lines
863 B
JSON
Raw Normal View History

2024-04-23 01:16:32 +00:00
{
"name": "palette",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "palette",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"colorjs.io": "^0.5.0",
"pngjs": "^7.0.0"
}
},
"node_modules/colorjs.io": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/colorjs.io/-/colorjs.io-0.5.0.tgz",
"integrity": "sha512-qekjTiBLM3F/sXKks/ih5aWaHIGu+Ftel0yKEvmpbKvmxpNOhojKgha5uiWEUOqEpRjC1Tq3nJRT7WgdBOxIGg=="
},
"node_modules/pngjs": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-7.0.0.tgz",
"integrity": "sha512-LKWqWJRhstyYo9pGvgor/ivk2w94eSjE3RGVuzLGlr3NmD8bf7RcYGze1mNdEHRP6TRP6rMuDHk5t44hnTRyow==",
"engines": {
"node": ">=14.19.0"
}
}
}
}