This commit is contained in:
Iliyan Angelov
2025-09-14 23:24:25 +03:00
commit c67067a2a4
71311 changed files with 6800714 additions and 0 deletions

39
frontend/node_modules/hoopy/package.json generated vendored Normal file
View File

@@ -0,0 +1,39 @@
{
"name": "hoopy",
"version": "0.1.4",
"license": "MIT",
"description": "Like an array, but rounder.",
"keywords": [
"data",
"structure",
"collection",
"array",
"circular",
"extends",
"proxy"
],
"author": "Phil Booth <pmbooth@gmail.com> (https://philbooth.me/)",
"main": "index.js",
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"lint": "eslint .",
"test": "mocha --es_staging --ui tdd test.js",
"release": "release"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/philbooth/hoopy.git"
},
"homepage": "https://gitlab.com/philbooth/hoopy#readme",
"bugs": {
"url": "https://gitlab.com/philbooth/hoopy/issues"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^3.19.0",
"mocha": "^5.2.0",
"please-release-me": "^2.0.2"
}
}