@datastructures-es6/core
Version:
Implementation of the most common data structures in Javascript
43 lines (42 loc) • 1.02 kB
JSON
{
"name": "@datastructures-es6/core",
"version": "2.1.3",
"description": "Implementation of the most common data structures in Javascript",
"main": "index.js",
"type": "module",
"scripts": {
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrefillypesilva/datastructures-es6.git"
},
"keywords": [
"Data Structures",
"DSA",
"Javascript",
"Array",
"Stack",
"Queue",
"Linked List",
"Binary Tree",
"Quick Sort",
"Breadth First Search",
"BFS",
"Depth First Search",
"DFS",
"Traverse In Order",
"Traverse Pre Order",
"Traverse Post Order"
],
"author": "André Fillype Silva",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrefillypesilva/datastructures-es6/issues"
},
"homepage": "https://github.com/andrefillypesilva/datastructures-es6#readme",
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"jest": "^29.5.0"
}
}