This repository was archived by the owner on Feb 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 * Expose as CommonJS module
1010 * For use in node environment or browser environment (using webpack or other module loaders)
1111 */
12- declare module "node- uuid" {
12+ declare module "uuid" {
1313 var uuid : __NodeUUID . UUID ;
1414 export = uuid ;
15- }
15+ }
Original file line number Diff line number Diff line change 1- import * as uuid from "node- uuid" ;
1+ import * as uuid from "uuid" ;
22import * as Fiber from "fibers" ;
33import * as net from "net" ;
44let Table = require ( "cli-table" ) ;
Original file line number Diff line number Diff line change 4848 "mkdirp" : " 0.3.5" ,
4949 "moment" : " 2.10.6" ,
5050 "mute-stream" : " 0.0.4" ,
51- "node-uuid" : " 1.4.1" ,
5251 "npm" : " 3.10.5" ,
5352 "open" : " 0.0.4" ,
5453 "osenv" : " 0.1.0" ,
6564 "shelljs" : " 0.7.0" ,
6665 "tabtab" : " https://github.com/Icenium/node-tabtab/tarball/master" ,
6766 "temp" : " 0.8.1" ,
67+ "uuid" : " ^3.0.0" ,
6868 "validator" : " 3.2.1" ,
6969 "winreg" : " 0.0.12" ,
7070 "xmlhttprequest" : " https://github.com/telerik/node-XMLHttpRequest/tarball/master" ,
You can’t perform that action at this time.
0 commit comments