Files

26 lines
709 B
JSON
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
{
"name": "symbol-tree",
"version": "3.2.2",
"description": "Turn any collection of objects into its own efficient tree or linked list using Symbol",
"main": "lib/SymbolTree.js",
"repository": {
"type": "git",
"url": "https://github.com/jsdom/js-symbol-tree.git"
},
"files": [
"lib",
"api.md"
],
"author": "Joris van der Wel <joris@jorisvanderwel.com>",
"license": "MIT",
"homepage": "https://github.com/jsdom/js-symbol-tree#symbol-tree",
"devDependencies": {
"babel-eslint": "^7.1.1",
"coveralls": "^2.11.15",
"eslint": "^3.12.0",
"eslint-plugin-import": "^2.2.0",
"istanbul": "^0.4.5",
"jsdoc-to-markdown": "^3.0.0",
"tape": "^4.0.0"
}
}