array-ring
Version:
Advanced Array and Ring structure for Large data: A High-Performance Solution, mostly created to implement array methods, bringing 2 data structures, An efficient resizable array with similar methods to javascript array which are optmized methods like shi
37 lines • 1.18 kB
JSON
{
"name": "array-ring",
"version": "2.3.1",
"description": "Advanced Array and Ring structure for Large data: A High-Performance Solution, mostly created to implement array methods, bringing 2 data structures, An efficient resizable array with similar methods to javascript array which are optmized methods like shift and unshint give an ease of mind for complex algorithms, the another data structure is ring array that also supports javascript array methods which are optimized and efficient",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"start": "node build/index.js",
"build": "tsc",
"build:watch": "tsc --watch",
"test": "jest"
},
"keywords": [
"ring buffer",
"circular buffer",
"buffer",
"advance",
"high performance",
"data analysis",
"typescript",
"type",
"array"
],
"author": "ali safari",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alisa4y/ring-buffer.git"
},
"dev-dependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
}
}