add debug dep

This commit is contained in:
Kevin Ngo
2018-12-11 01:43:13 -08:00
parent ab046a1d98
commit 17865451f0
2 changed files with 22 additions and 3 deletions

21
package-lock.json generated
View File

@@ -297,6 +297,12 @@
"three": "github:supermedium/three.js#5ef2887ab3621cae54fa129a500424d6caa25b62",
"three-bmfont-text": "^2.1.0",
"webvr-polyfill": "^0.10.5"
},
"dependencies": {
"debug": {
"version": "github:ngokevin/debug#ef5f8e66d49ce8bc64c6f282c15f8b7164409e3a",
"from": "github:ngokevin/debug#noTimestamp"
}
}
},
"aframe-aabb-collider-component": {
@@ -4584,8 +4590,19 @@
"integrity": "sha512-mYtLl1xfZLi1m4RtQYlZgJUNQjl4ZxVnHzIR8nLLgi4q1YT8o/WM+MK/f8yfcc9s5Ir5zRaPZyZU6xs1Syoocg=="
},
"debug": {
"version": "github:ngokevin/debug#ef5f8e66d49ce8bc64c6f282c15f8b7164409e3a",
"from": "github:ngokevin/debug#noTimestamp"
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz",
"integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==",
"requires": {
"ms": "^2.1.1"
},
"dependencies": {
"ms": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz",
"integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg=="
}
}
},
"debug-log": {
"version": "1.0.1",

View File

@@ -28,13 +28,15 @@
"ansi-html": "0.0.7",
"autoprefixer": "^7.2.3",
"babel": "6.23.0",
"babel-core": "6.24.1", "babel-loader": "7.0.0",
"babel-core": "6.24.1",
"babel-loader": "7.0.0",
"babel-minify-webpack-plugin": "0.2.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"body-parser": "1.18.2",
"classnames": "^2.2.5",
"css-loader": "^0.28.7",
"debug": "^4.1.0",
"firebase": "^5.5.8",
"html-entities": "^1.2.1",
"html-minifier": "^3.5.11",