circularr
Version:
Circular fixed size array
24 lines • 530 B
JSON
{
"name": "circularr",
"version": "0.3.0",
"description": "Circular fixed size array",
"keywords": [
"circular",
"fixed-size",
"array"
],
"types": "types/index.d.ts",
"main": "node/index.js",
"browser": "web/index.js",
"react-native": "native/index.js",
"author": "psxcode <psxcode@gmail.com> (https://github.com/psxcode)",
"repository": "nextools/metarepo",
"license": "MIT",
"engines": {
"node": ">=12.13.0"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false
}