feat: topdown

This commit is contained in:
cha0s 2019-03-25 19:03:59 -05:00
parent 735e2275b0
commit 80f8ab8800
2 changed files with 9 additions and 0 deletions

View File

@ -34,6 +34,7 @@
"@avocado/server": "1.x", "@avocado/server": "1.x",
"@avocado/state": "1.x", "@avocado/state": "1.x",
"@avocado/timing": "1.x", "@avocado/timing": "1.x",
"@avocado/topdown": "^1.0.0",
"glob": "^7.1.3", "glob": "^7.1.3",
"immutablediff": "^0.4.4", "immutablediff": "^0.4.4",
"source-map-support": "^0.5.11" "source-map-support": "^0.5.11"

View File

@ -83,6 +83,14 @@
version "1.0.0" version "1.0.0"
resolved "https://npm.i12e.cha0s.io/@avocado%2ftiming/-/timing-1.0.0.tgz#d79ee6bf1450fe8cbb629c5c92433e7fd99d4872" resolved "https://npm.i12e.cha0s.io/@avocado%2ftiming/-/timing-1.0.0.tgz#d79ee6bf1450fe8cbb629c5c92433e7fd99d4872"
"@avocado/topdown@^1.0.0":
version "1.0.0"
resolved "https://npm.i12e.cha0s.io/@avocado%2ftopdown/-/topdown-1.0.0.tgz#3b951a78a19c677914c56f092bc62975239d2034"
dependencies:
"@avocado/core" "1.x"
"@avocado/graphics" "1.x"
"@avocado/math" "1.x"
"@babel/code-frame@^7.0.0": "@babel/code-frame@^7.0.0":
version "7.0.0" version "7.0.0"
resolved "https://npm.i12e.cha0s.io/@babel%2fcode-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" resolved "https://npm.i12e.cha0s.io/@babel%2fcode-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"