This commit is contained in:
2025-09-12 07:32:32 -07:00
parent 4d5fca6a5e
commit 49208df277
2978 changed files with 421237 additions and 394 deletions

24
node_modules/array-equal/package.json generated vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "array-equal",
"description": "Check if two arrays are equal",
"version": "1.0.2",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"license": "MIT",
"repository": "sindresorhus/array-equal",
"funding": "https://github.com/sponsors/sindresorhus",
"keywords": [
"array",
"equal",
"equals",
"same",
"identical",
"equality",
"compare",
"validate"
]
}