Commit 67e5f3aa authored by 15김건우's avatar 15김건우

Update dependencies: ar-drone updated + btserial

parent 5748ac1f
......@@ -24,6 +24,12 @@
"js-tokens": "^4.0.0"
}
},
"@types/node": {
"version": "7.10.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.6.tgz",
"integrity": "sha512-d0BOAicT0tEdbdVQlLGOVul1kvg6YvbaADRCThGCz5NJ0e9r00SofcR1x69hmlCyrHuB6jd4cKzL9bMLjPnpAA==",
"optional": true
},
"acorn": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz",
......@@ -70,10 +76,12 @@
}
},
"ar-drone": {
"version": "git://github.com/felixge/node-ar-drone.git#ccc1e53dea91a9309be034d706235d7e8763065a",
"from": "git://github.com/felixge/node-ar-drone.git#ccc1e53dea91a9309be034d706235d7e8763065a",
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/ar-drone/-/ar-drone-0.3.3.tgz",
"integrity": "sha1-17lW4j8/EtlKTot6j1dbJc1p9ps=",
"requires": {
"buffy": "0.0.2"
"buffy": "0.0.4",
"simple-debug": "~1.1.1"
}
},
"argparse": {
......@@ -97,6 +105,22 @@
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
"dev": true
},
"bindings": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz",
"integrity": "sha1-FK1hE4EtLTfXLme0ystLtyZQXxE="
},
"bluetooth-serial-port": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/bluetooth-serial-port/-/bluetooth-serial-port-2.2.4.tgz",
"integrity": "sha512-Obor1Mn/QkGF4KhG6h3YmIQoCquwcWGpkkCp2f68/zhMyfu7SBrb0xnL8g+ftz/0dIDqqe8za2wpI9FAZW62ow==",
"requires": {
"@types/node": "^7.0.10",
"bindings": "1.2.x",
"nan": "^2.14.0",
"stable": "^0.1.8"
}
},
"brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
......@@ -113,9 +137,9 @@
"integrity": "sha1-fhENyZU5CKt8MqzccMn5RbHLxSY="
},
"buffy": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/buffy/-/buffy-0.0.2.tgz",
"integrity": "sha1-fR/qKpMU9laU6OKyl+A1cmAw9Wo="
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/buffy/-/buffy-0.0.4.tgz",
"integrity": "sha1-0ggQT72bR6h8uwH+Oy7y31QwDfg="
},
"bytes": {
"version": "0.1.0",
......@@ -736,6 +760,11 @@
"integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=",
"dev": true
},
"nan": {
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
"integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg=="
},
"natural-compare": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
......@@ -939,6 +968,11 @@
"integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
"dev": true
},
"simple-debug": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/simple-debug/-/simple-debug-1.1.2.tgz",
"integrity": "sha1-CTTh23WjNwaE96y2Y9FVtNRMxss="
},
"slice-ansi": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz",
......@@ -956,6 +990,11 @@
"integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
"dev": true
},
"stable": {
"version": "0.1.8",
"resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
"integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w=="
},
"string-width": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
......
......@@ -4,10 +4,12 @@
"version": "0.1.0",
"scripts": {
"start": "node server.js",
"test": "node test.js",
"lint": "eslint --fix"
},
"dependencies": {
"ar-drone": "git://github.com/felixge/node-ar-drone.git#ccc1e53dea91a9309be034d706235d7e8763065a",
"ar-drone": "^0.3.3",
"bluetooth-serial-port": "^2.2.4",
"express": "~3.0.0",
"faye": "0.8.x"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment