Initial commit
This commit is contained in:
26
node_modules/symbol-tree/package.json
generated
vendored
Normal file
26
node_modules/symbol-tree/package.json
generated
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user