Install async module
This commit is contained in:
parent
6b82fee3c7
commit
530a6fdd4f
|
@ -238,9 +238,12 @@
|
||||||
"integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ="
|
"integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ="
|
||||||
},
|
},
|
||||||
"async": {
|
"async": {
|
||||||
"version": "1.0.0",
|
"version": "2.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/async/-/async-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz",
|
||||||
"integrity": "sha1-+PwEyjoTeErenhZBr5hXjPvWR6k="
|
"integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==",
|
||||||
|
"requires": {
|
||||||
|
"lodash": "4.17.4"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"asynckit": {
|
"asynckit": {
|
||||||
"version": "0.4.0",
|
"version": "0.4.0",
|
||||||
|
@ -2556,6 +2559,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"lodash": {
|
||||||
|
"version": "4.17.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
|
||||||
|
"integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
|
||||||
|
},
|
||||||
"lodash._arraycopy": {
|
"lodash._arraycopy": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz",
|
||||||
|
@ -6598,6 +6606,13 @@
|
||||||
"eyes": "0.1.8",
|
"eyes": "0.1.8",
|
||||||
"isstream": "0.1.2",
|
"isstream": "0.1.2",
|
||||||
"stack-trace": "0.0.10"
|
"stack-trace": "0.0.10"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"async": {
|
||||||
|
"version": "1.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/async/-/async-1.0.0.tgz",
|
||||||
|
"integrity": "sha1-+PwEyjoTeErenhZBr5hXjPvWR6k="
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"wordwrap": {
|
"wordwrap": {
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
"gulp-less": "^3.3.0"
|
"gulp-less": "^3.3.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"async": "^2.6.0",
|
||||||
"electron": "^1.8.1",
|
"electron": "^1.8.1",
|
||||||
"humanize-duration": "^3.10.0",
|
"humanize-duration": "^3.10.0",
|
||||||
"moment": "^2.17.1",
|
"moment": "^2.17.1",
|
||||||
|
|
Loading…
Reference in New Issue