feat: migrate to starlight

This commit is contained in:
DuroCodes
2024-05-06 17:15:30 -04:00
parent 767acedea7
commit bb190f2d81
15140 changed files with 2828326 additions and 35408 deletions

33
node_modules/not/package.json generated vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "not",
"version": "0.1.0",
"description": "Returns the negation of a function",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/Raynos/not.git",
"main": "index",
"homepage": "https://github.com/Raynos/not",
"contributors": [
{
"name": "Jake Verbaten"
}
],
"bugs": {
"url": "https://github.com/Raynos/not/issues",
"email": "raynos2@gmail.com"
},
"dependencies": {
},
"devDependencies": {
"tap": "~0.3.1"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/not/raw/master/LICENSE"
}
],
"scripts": {
"test": "tap --stderr --tap ./test"
}
}