forgot this commit

pull/6/head
Tim Paine 2018-08-15 15:23:12 -04:00
rodzic 94f058a808
commit f5b1be32e6
2 zmienionych plików z 247 dodań i 247 usunięć

490
package-lock.json wygenerowano
Wyświetl plik

@ -9,21 +9,21 @@
"resolved": "https://registry.npmjs.org/@jupyterlab/application/-/application-0.17.2.tgz",
"integrity": "sha512-VnBAdB1aeGxQV5cRtKEzETaLhTDgy5al8FmbX7Gzu/sab5ghIyg5vtPNdS5UqEoPWbRnw9WJlp+A0mRPFqIZaA==",
"requires": {
"@jupyterlab/apputils": "^0.17.2",
"@jupyterlab/coreutils": "^2.0.2",
"@jupyterlab/docregistry": "^0.17.2",
"@jupyterlab/rendermime": "^0.17.2",
"@jupyterlab/rendermime-interfaces": "^1.1.2",
"@jupyterlab/services": "^3.0.3",
"@phosphor/algorithm": "^1.1.2",
"@phosphor/application": "^1.6.0",
"@phosphor/commands": "^1.5.0",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2",
"@phosphor/messaging": "^1.2.2",
"@phosphor/properties": "^1.1.2",
"@phosphor/signaling": "^1.2.2",
"@phosphor/widgets": "^1.6.0"
"@jupyterlab/apputils": "0.17.2",
"@jupyterlab/coreutils": "2.0.2",
"@jupyterlab/docregistry": "0.17.2",
"@jupyterlab/rendermime": "0.17.3",
"@jupyterlab/rendermime-interfaces": "1.1.2",
"@jupyterlab/services": "3.0.3",
"@phosphor/algorithm": "1.1.2",
"@phosphor/application": "1.6.0",
"@phosphor/commands": "1.5.0",
"@phosphor/coreutils": "1.3.0",
"@phosphor/disposable": "1.1.2",
"@phosphor/messaging": "1.2.2",
"@phosphor/properties": "1.1.2",
"@phosphor/signaling": "1.2.2",
"@phosphor/widgets": "1.6.0"
}
},
"@jupyterlab/apputils": {
@ -31,22 +31,22 @@
"resolved": "https://registry.npmjs.org/@jupyterlab/apputils/-/apputils-0.17.2.tgz",
"integrity": "sha512-uSSuldHn/p8Lh2J2IhM+aIMqtKXRxBJP1Yppvkmo1CBnyCDVUnvZuzSWJKRjG5fotuYmU+t2KmXM4yENntp7Aw==",
"requires": {
"@jupyterlab/coreutils": "^2.0.2",
"@jupyterlab/services": "^3.0.3",
"@phosphor/algorithm": "^1.1.2",
"@phosphor/commands": "^1.5.0",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2",
"@phosphor/domutils": "^1.1.2",
"@phosphor/messaging": "^1.2.2",
"@phosphor/properties": "^1.1.2",
"@phosphor/signaling": "^1.2.2",
"@phosphor/virtualdom": "^1.1.2",
"@phosphor/widgets": "^1.6.0",
"@types/react": "~16.0.19",
"react": "~16.4.0",
"react-dom": "~16.4.0",
"sanitize-html": "~1.14.3"
"@jupyterlab/coreutils": "2.0.2",
"@jupyterlab/services": "3.0.3",
"@phosphor/algorithm": "1.1.2",
"@phosphor/commands": "1.5.0",
"@phosphor/coreutils": "1.3.0",
"@phosphor/disposable": "1.1.2",
"@phosphor/domutils": "1.1.2",
"@phosphor/messaging": "1.2.2",
"@phosphor/properties": "1.1.2",
"@phosphor/signaling": "1.2.2",
"@phosphor/virtualdom": "1.1.2",
"@phosphor/widgets": "1.6.0",
"@types/react": "16.0.41",
"react": "16.4.2",
"react-dom": "16.4.2",
"sanitize-html": "1.14.3"
}
},
"@jupyterlab/codeeditor": {
@ -54,15 +54,15 @@
"resolved": "https://registry.npmjs.org/@jupyterlab/codeeditor/-/codeeditor-0.17.2.tgz",
"integrity": "sha512-gWHOA/9+oVEPc/o704IQyyuSrnDLs/S9MtNIYFTn8fyXUaIpRDfLAL2UFE7JCKbm1OwhOoCOs/NktZlQUXpUgg==",
"requires": {
"@jupyterlab/coreutils": "^2.0.2",
"@jupyterlab/observables": "^2.0.2",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2",
"@phosphor/messaging": "^1.2.2",
"@phosphor/signaling": "^1.2.2",
"@phosphor/widgets": "^1.6.0",
"react": "~16.4.0",
"react-dom": "~16.4.0"
"@jupyterlab/coreutils": "2.0.2",
"@jupyterlab/observables": "2.0.2",
"@phosphor/coreutils": "1.3.0",
"@phosphor/disposable": "1.1.2",
"@phosphor/messaging": "1.2.2",
"@phosphor/signaling": "1.2.2",
"@phosphor/widgets": "1.6.0",
"react": "16.4.2",
"react-dom": "16.4.2"
}
},
"@jupyterlab/codemirror": {
@ -70,15 +70,15 @@
"resolved": "https://registry.npmjs.org/@jupyterlab/codemirror/-/codemirror-0.17.3.tgz",
"integrity": "sha512-jmFJuzxWvgkLV2mr1CnB+D+jYOErGeY4w2NzndRDWul/+wSpTOO0P2jXwEEFnKwYgWkqmCjq3Z5YS+nRqsAvHA==",
"requires": {
"@jupyterlab/apputils": "^0.17.2",
"@jupyterlab/codeeditor": "^0.17.2",
"@jupyterlab/coreutils": "^2.0.2",
"@jupyterlab/observables": "^2.0.2",
"@phosphor/algorithm": "^1.1.2",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2",
"@phosphor/signaling": "^1.2.2",
"codemirror": "~5.39.0"
"@jupyterlab/apputils": "0.17.2",
"@jupyterlab/codeeditor": "0.17.2",
"@jupyterlab/coreutils": "2.0.2",
"@jupyterlab/observables": "2.0.2",
"@phosphor/algorithm": "1.1.2",
"@phosphor/coreutils": "1.3.0",
"@phosphor/disposable": "1.1.2",
"@phosphor/signaling": "1.2.2",
"codemirror": "5.39.2"
}
},
"@jupyterlab/coreutils": {
@ -86,16 +86,16 @@
"resolved": "https://registry.npmjs.org/@jupyterlab/coreutils/-/coreutils-2.0.2.tgz",
"integrity": "sha512-Gg+jpF75a4ziaqOEBX7VaQwyCZdiZVUDmPgkxhUfH20MFMEsh6+4Qs9uFUyfrjFUV3iQH9QXUAsdZ7iurqFL0Q==",
"requires": {
"@phosphor/algorithm": "^1.1.2",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2",
"@phosphor/signaling": "^1.2.2",
"ajv": "~5.1.6",
"comment-json": "^1.1.3",
"minimist": "~1.2.0",
"moment": "~2.21.0",
"path-posix": "~1.0.0",
"url-parse": "~1.1.9"
"@phosphor/algorithm": "1.1.2",
"@phosphor/coreutils": "1.3.0",
"@phosphor/disposable": "1.1.2",
"@phosphor/signaling": "1.2.2",
"ajv": "5.1.6",
"comment-json": "1.1.3",
"minimist": "1.2.0",
"moment": "2.21.0",
"path-posix": "1.0.0",
"url-parse": "1.1.9"
}
},
"@jupyterlab/docmanager": {
@ -103,17 +103,17 @@
"resolved": "https://registry.npmjs.org/@jupyterlab/docmanager/-/docmanager-0.17.2.tgz",
"integrity": "sha512-x1vuGg8sTgrlAJ7OmK2bvICDtRa/z+n6/QXatapzEwUyBLdZRKZsHteCh+id50EoQG2pZ+u0lrO2z4L4rFMG9Q==",
"requires": {
"@jupyterlab/apputils": "^0.17.2",
"@jupyterlab/coreutils": "^2.0.2",
"@jupyterlab/docregistry": "^0.17.2",
"@jupyterlab/services": "^3.0.3",
"@phosphor/algorithm": "^1.1.2",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2",
"@phosphor/messaging": "^1.2.2",
"@phosphor/properties": "^1.1.2",
"@phosphor/signaling": "^1.2.2",
"@phosphor/widgets": "^1.6.0"
"@jupyterlab/apputils": "0.17.2",
"@jupyterlab/coreutils": "2.0.2",
"@jupyterlab/docregistry": "0.17.2",
"@jupyterlab/services": "3.0.3",
"@phosphor/algorithm": "1.1.2",
"@phosphor/coreutils": "1.3.0",
"@phosphor/disposable": "1.1.2",
"@phosphor/messaging": "1.2.2",
"@phosphor/properties": "1.1.2",
"@phosphor/signaling": "1.2.2",
"@phosphor/widgets": "1.6.0"
}
},
"@jupyterlab/docregistry": {
@ -121,20 +121,20 @@
"resolved": "https://registry.npmjs.org/@jupyterlab/docregistry/-/docregistry-0.17.2.tgz",
"integrity": "sha512-UjxPo1+UBSRRkKUq57opeQwbVpN/I4vLPnG5Yzcipm7X0i/qpbxDbuluH7BwM3nOrY300Ko8Mhh37if7gABjaQ==",
"requires": {
"@jupyterlab/apputils": "^0.17.2",
"@jupyterlab/codeeditor": "^0.17.2",
"@jupyterlab/codemirror": "^0.17.3",
"@jupyterlab/coreutils": "^2.0.2",
"@jupyterlab/observables": "^2.0.2",
"@jupyterlab/rendermime": "^0.17.2",
"@jupyterlab/rendermime-interfaces": "^1.1.2",
"@jupyterlab/services": "^3.0.3",
"@phosphor/algorithm": "^1.1.2",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2",
"@phosphor/messaging": "^1.2.2",
"@phosphor/signaling": "^1.2.2",
"@phosphor/widgets": "^1.6.0"
"@jupyterlab/apputils": "0.17.2",
"@jupyterlab/codeeditor": "0.17.2",
"@jupyterlab/codemirror": "0.17.3",
"@jupyterlab/coreutils": "2.0.2",
"@jupyterlab/observables": "2.0.2",
"@jupyterlab/rendermime": "0.17.3",
"@jupyterlab/rendermime-interfaces": "1.1.2",
"@jupyterlab/services": "3.0.3",
"@phosphor/algorithm": "1.1.2",
"@phosphor/coreutils": "1.3.0",
"@phosphor/disposable": "1.1.2",
"@phosphor/messaging": "1.2.2",
"@phosphor/signaling": "1.2.2",
"@phosphor/widgets": "1.6.0"
}
},
"@jupyterlab/filebrowser": {
@ -142,20 +142,20 @@
"resolved": "https://registry.npmjs.org/@jupyterlab/filebrowser/-/filebrowser-0.17.3.tgz",
"integrity": "sha512-yejRpdVdldyzHj0I7T5TzSXRET6Y4+EuwVOXNYV7oU0cfJPWZgXs5KG46nVS/WHqluHlvFK1mmPwWk3HPbRikg==",
"requires": {
"@jupyterlab/apputils": "^0.17.2",
"@jupyterlab/coreutils": "^2.0.2",
"@jupyterlab/docmanager": "^0.17.2",
"@jupyterlab/docregistry": "^0.17.2",
"@jupyterlab/services": "^3.0.3",
"@phosphor/algorithm": "^1.1.2",
"@phosphor/commands": "^1.5.0",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2",
"@phosphor/domutils": "^1.1.2",
"@phosphor/dragdrop": "^1.3.0",
"@phosphor/messaging": "^1.2.2",
"@phosphor/signaling": "^1.2.2",
"@phosphor/widgets": "^1.6.0"
"@jupyterlab/apputils": "0.17.2",
"@jupyterlab/coreutils": "2.0.2",
"@jupyterlab/docmanager": "0.17.2",
"@jupyterlab/docregistry": "0.17.2",
"@jupyterlab/services": "3.0.3",
"@phosphor/algorithm": "1.1.2",
"@phosphor/commands": "1.5.0",
"@phosphor/coreutils": "1.3.0",
"@phosphor/disposable": "1.1.2",
"@phosphor/domutils": "1.1.2",
"@phosphor/dragdrop": "1.3.0",
"@phosphor/messaging": "1.2.2",
"@phosphor/signaling": "1.2.2",
"@phosphor/widgets": "1.6.0"
}
},
"@jupyterlab/launcher": {
@ -163,14 +163,14 @@
"resolved": "https://registry.npmjs.org/@jupyterlab/launcher/-/launcher-0.17.2.tgz",
"integrity": "sha512-INdeTWZ9ALKXm5zYJCXYvv5Q/TlvqPeO3zhoJG7hZXSIk9/JxFmqLmH2jbUMC7DlLVbAGWNTc3R0gFVhV5Ie8A==",
"requires": {
"@jupyterlab/apputils": "^0.17.2",
"@phosphor/algorithm": "^1.1.2",
"@phosphor/commands": "^1.5.0",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2",
"@phosphor/properties": "^1.1.2",
"@phosphor/widgets": "^1.6.0",
"react": "~16.4.0"
"@jupyterlab/apputils": "0.17.2",
"@phosphor/algorithm": "1.1.2",
"@phosphor/commands": "1.5.0",
"@phosphor/coreutils": "1.3.0",
"@phosphor/disposable": "1.1.2",
"@phosphor/properties": "1.1.2",
"@phosphor/widgets": "1.6.0",
"react": "16.4.2"
}
},
"@jupyterlab/mainmenu": {
@ -178,13 +178,13 @@
"resolved": "https://registry.npmjs.org/@jupyterlab/mainmenu/-/mainmenu-0.6.2.tgz",
"integrity": "sha512-+x8eawh0PxjcgyBQdkEO8S9srKNF7RA3I1geTXKUua99Lcy3Ey9y+Cdq6jryHsYkgZ3KMB8LzGM25BH8mcSdKw==",
"requires": {
"@jupyterlab/apputils": "^0.17.2",
"@jupyterlab/services": "^3.0.3",
"@phosphor/algorithm": "^1.1.2",
"@phosphor/commands": "^1.5.0",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2",
"@phosphor/widgets": "^1.6.0"
"@jupyterlab/apputils": "0.17.2",
"@jupyterlab/services": "3.0.3",
"@phosphor/algorithm": "1.1.2",
"@phosphor/commands": "1.5.0",
"@phosphor/coreutils": "1.3.0",
"@phosphor/disposable": "1.1.2",
"@phosphor/widgets": "1.6.0"
}
},
"@jupyterlab/observables": {
@ -192,11 +192,11 @@
"resolved": "https://registry.npmjs.org/@jupyterlab/observables/-/observables-2.0.2.tgz",
"integrity": "sha512-CvTdsEqkwGG81/5bxX74ectNNPoSxuyTMkpPYkbWITKBbhQbPGQQAwAxCTUHm8YBFfUgmWQBHVWNfkZgnuJIsQ==",
"requires": {
"@phosphor/algorithm": "^1.1.2",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2",
"@phosphor/messaging": "^1.2.2",
"@phosphor/signaling": "^1.2.2"
"@phosphor/algorithm": "1.1.2",
"@phosphor/coreutils": "1.3.0",
"@phosphor/disposable": "1.1.2",
"@phosphor/messaging": "1.2.2",
"@phosphor/signaling": "1.2.2"
}
},
"@jupyterlab/rendermime": {
@ -204,19 +204,19 @@
"resolved": "https://registry.npmjs.org/@jupyterlab/rendermime/-/rendermime-0.17.3.tgz",
"integrity": "sha512-Io2iS4GEL6G2ikI+lbztih9hQR9t75u0egYwlfV5fSKm6IFwIj23bn/YF1K1KEMWu1afSQbD+lG6mp3nqSmPRA==",
"requires": {
"@jupyterlab/apputils": "^0.17.2",
"@jupyterlab/codemirror": "^0.17.3",
"@jupyterlab/coreutils": "^2.0.2",
"@jupyterlab/observables": "^2.0.2",
"@jupyterlab/rendermime-interfaces": "^1.1.2",
"@jupyterlab/services": "^3.0.3",
"@phosphor/algorithm": "^1.1.2",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/messaging": "^1.2.2",
"@phosphor/signaling": "^1.2.2",
"@phosphor/widgets": "^1.6.0",
"ansi_up": "^3.0.0",
"marked": "~0.4.0"
"@jupyterlab/apputils": "0.17.2",
"@jupyterlab/codemirror": "0.17.3",
"@jupyterlab/coreutils": "2.0.2",
"@jupyterlab/observables": "2.0.2",
"@jupyterlab/rendermime-interfaces": "1.1.2",
"@jupyterlab/services": "3.0.3",
"@phosphor/algorithm": "1.1.2",
"@phosphor/coreutils": "1.3.0",
"@phosphor/messaging": "1.2.2",
"@phosphor/signaling": "1.2.2",
"@phosphor/widgets": "1.6.0",
"ansi_up": "3.0.0",
"marked": "0.4.0"
}
},
"@jupyterlab/rendermime-interfaces": {
@ -224,8 +224,8 @@
"resolved": "https://registry.npmjs.org/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-1.1.2.tgz",
"integrity": "sha512-sCsDYuLQbhT79yutGOZ+r32yNE+oKcXWItF1hxH/69rIPQGc9P4bObbY6H4ZhbDm61kSHmqh2ntucmjxjP1kbA==",
"requires": {
"@phosphor/coreutils": "^1.3.0",
"@phosphor/widgets": "^1.6.0"
"@phosphor/coreutils": "1.3.0",
"@phosphor/widgets": "1.6.0"
}
},
"@jupyterlab/services": {
@ -233,14 +233,14 @@
"resolved": "https://registry.npmjs.org/@jupyterlab/services/-/services-3.0.3.tgz",
"integrity": "sha512-XnMGfWG20xvyXDRV4Iy3xuSBosF7nCYQZQWLX2sUX0X7nwqwKSW6t4AKqa6mL+mLFkRpdgZTmoU76JDpZNUwog==",
"requires": {
"@jupyterlab/coreutils": "^2.0.2",
"@jupyterlab/observables": "^2.0.2",
"@phosphor/algorithm": "^1.1.2",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2",
"@phosphor/signaling": "^1.2.2",
"node-fetch": "~1.7.3",
"ws": "~1.1.4"
"@jupyterlab/coreutils": "2.0.2",
"@jupyterlab/observables": "2.0.2",
"@phosphor/algorithm": "1.1.2",
"@phosphor/coreutils": "1.3.0",
"@phosphor/disposable": "1.1.2",
"@phosphor/signaling": "1.2.2",
"node-fetch": "1.7.3",
"ws": "1.1.5"
}
},
"@phosphor/algorithm": {
@ -253,9 +253,9 @@
"resolved": "https://registry.npmjs.org/@phosphor/application/-/application-1.6.0.tgz",
"integrity": "sha512-SeW2YFjtpmCYbZPpB4aTehyIsI/iGoSrV60Y4/OAp1CwDRT8eu1Rv276F67aermXQFjLK6c58JGucbhNq/BepQ==",
"requires": {
"@phosphor/commands": "^1.5.0",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/widgets": "^1.6.0"
"@phosphor/commands": "1.5.0",
"@phosphor/coreutils": "1.3.0",
"@phosphor/widgets": "1.6.0"
}
},
"@phosphor/collections": {
@ -263,7 +263,7 @@
"resolved": "https://registry.npmjs.org/@phosphor/collections/-/collections-1.1.2.tgz",
"integrity": "sha1-xMC4uREpkF+zap8kPy273kYtq40=",
"requires": {
"@phosphor/algorithm": "^1.1.2"
"@phosphor/algorithm": "1.1.2"
}
},
"@phosphor/commands": {
@ -271,12 +271,12 @@
"resolved": "https://registry.npmjs.org/@phosphor/commands/-/commands-1.5.0.tgz",
"integrity": "sha512-j8+hIlQZT3imFYVAPO3JxbCUbogOT65uUvUk9AsQXJahm7m8+3a7U4yACshjynJwMM6cxX1AEEo7PUgFwhL97g==",
"requires": {
"@phosphor/algorithm": "^1.1.2",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2",
"@phosphor/domutils": "^1.1.2",
"@phosphor/keyboard": "^1.1.2",
"@phosphor/signaling": "^1.2.2"
"@phosphor/algorithm": "1.1.2",
"@phosphor/coreutils": "1.3.0",
"@phosphor/disposable": "1.1.2",
"@phosphor/domutils": "1.1.2",
"@phosphor/keyboard": "1.1.2",
"@phosphor/signaling": "1.2.2"
}
},
"@phosphor/coreutils": {
@ -289,7 +289,7 @@
"resolved": "https://registry.npmjs.org/@phosphor/disposable/-/disposable-1.1.2.tgz",
"integrity": "sha1-oZLdai5sadXQnTns8zTauTd4Bg4=",
"requires": {
"@phosphor/algorithm": "^1.1.2"
"@phosphor/algorithm": "1.1.2"
}
},
"@phosphor/domutils": {
@ -302,8 +302,8 @@
"resolved": "https://registry.npmjs.org/@phosphor/dragdrop/-/dragdrop-1.3.0.tgz",
"integrity": "sha1-fOatOdbKIW1ipW94EE0Cp3rmcwc=",
"requires": {
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2"
"@phosphor/coreutils": "1.3.0",
"@phosphor/disposable": "1.1.2"
}
},
"@phosphor/keyboard": {
@ -316,8 +316,8 @@
"resolved": "https://registry.npmjs.org/@phosphor/messaging/-/messaging-1.2.2.tgz",
"integrity": "sha1-fYlt3TeXuUo0dwje0T2leD23XBQ=",
"requires": {
"@phosphor/algorithm": "^1.1.2",
"@phosphor/collections": "^1.1.2"
"@phosphor/algorithm": "1.1.2",
"@phosphor/collections": "1.1.2"
}
},
"@phosphor/properties": {
@ -330,7 +330,7 @@
"resolved": "https://registry.npmjs.org/@phosphor/signaling/-/signaling-1.2.2.tgz",
"integrity": "sha1-P8+Xyojji/s1f+j+a/dRM0elFKk=",
"requires": {
"@phosphor/algorithm": "^1.1.2"
"@phosphor/algorithm": "1.1.2"
}
},
"@phosphor/virtualdom": {
@ -338,7 +338,7 @@
"resolved": "https://registry.npmjs.org/@phosphor/virtualdom/-/virtualdom-1.1.2.tgz",
"integrity": "sha1-zlXIbu8x5dDiax3JbqMr1oRFj0E=",
"requires": {
"@phosphor/algorithm": "^1.1.2"
"@phosphor/algorithm": "1.1.2"
}
},
"@phosphor/widgets": {
@ -346,17 +346,17 @@
"resolved": "https://registry.npmjs.org/@phosphor/widgets/-/widgets-1.6.0.tgz",
"integrity": "sha512-HqVckVF8rJ15ss0Zf/q0AJ69ZKNFOO26qtNKAdGZ9SmmkSMf73X6pB0R3Fj5+Y4Sjl8ezIIKG6mXj+DxOofnwA==",
"requires": {
"@phosphor/algorithm": "^1.1.2",
"@phosphor/commands": "^1.5.0",
"@phosphor/coreutils": "^1.3.0",
"@phosphor/disposable": "^1.1.2",
"@phosphor/domutils": "^1.1.2",
"@phosphor/dragdrop": "^1.3.0",
"@phosphor/keyboard": "^1.1.2",
"@phosphor/messaging": "^1.2.2",
"@phosphor/properties": "^1.1.2",
"@phosphor/signaling": "^1.2.2",
"@phosphor/virtualdom": "^1.1.2"
"@phosphor/algorithm": "1.1.2",
"@phosphor/commands": "1.5.0",
"@phosphor/coreutils": "1.3.0",
"@phosphor/disposable": "1.1.2",
"@phosphor/domutils": "1.1.2",
"@phosphor/dragdrop": "1.3.0",
"@phosphor/keyboard": "1.1.2",
"@phosphor/messaging": "1.2.2",
"@phosphor/properties": "1.1.2",
"@phosphor/signaling": "1.2.2",
"@phosphor/virtualdom": "1.1.2"
}
},
"@types/react": {
@ -369,9 +369,9 @@
"resolved": "https://registry.npmjs.org/ajv/-/ajv-5.1.6.tgz",
"integrity": "sha1-Sy8aGd7Ok9V6whYDfj6XkcfdFWQ=",
"requires": {
"co": "^4.6.0",
"json-schema-traverse": "^0.3.0",
"json-stable-stringify": "^1.0.1"
"co": "4.6.0",
"json-schema-traverse": "0.3.1",
"json-stable-stringify": "1.0.1"
}
},
"ansi_up": {
@ -396,7 +396,7 @@
"integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=",
"dev": true,
"requires": {
"balanced-match": "^1.0.0",
"balanced-match": "1.0.0",
"concat-map": "0.0.1"
}
},
@ -415,7 +415,7 @@
"resolved": "https://registry.npmjs.org/comment-json/-/comment-json-1.1.3.tgz",
"integrity": "sha1-aYbDMw/uDEyeAMI5jNYa+l2PI54=",
"requires": {
"json-parser": "^1.0.0"
"json-parser": "1.1.5"
}
},
"concat-map": {
@ -439,8 +439,8 @@
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
"integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=",
"requires": {
"domelementtype": "~1.1.1",
"entities": "~1.1.1"
"domelementtype": "1.1.3",
"entities": "1.1.1"
},
"dependencies": {
"domelementtype": {
@ -460,7 +460,7 @@
"resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz",
"integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==",
"requires": {
"domelementtype": "1"
"domelementtype": "1.3.0"
}
},
"domutils": {
@ -468,8 +468,8 @@
"resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
"integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==",
"requires": {
"dom-serializer": "0",
"domelementtype": "1"
"dom-serializer": "0.1.0",
"domelementtype": "1.3.0"
}
},
"encoding": {
@ -477,7 +477,7 @@
"resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
"integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
"requires": {
"iconv-lite": "~0.4.13"
"iconv-lite": "0.4.23"
}
},
"entities": {
@ -495,13 +495,13 @@
"resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.17.tgz",
"integrity": "sha1-xNWY6taUkRJlPWWIsBpc3Nn5D90=",
"requires": {
"core-js": "^1.0.0",
"isomorphic-fetch": "^2.1.1",
"loose-envify": "^1.0.0",
"object-assign": "^4.1.0",
"promise": "^7.1.1",
"setimmediate": "^1.0.5",
"ua-parser-js": "^0.7.18"
"core-js": "1.2.7",
"isomorphic-fetch": "2.2.1",
"loose-envify": "1.4.0",
"object-assign": "4.1.1",
"promise": "7.3.1",
"setimmediate": "1.0.5",
"ua-parser-js": "0.7.18"
}
},
"fs-extra": {
@ -510,11 +510,11 @@
"integrity": "sha1-8jP/zAjU2n1DLapEl3aYnbHfk/A=",
"dev": true,
"requires": {
"graceful-fs": "^4.1.2",
"jsonfile": "^2.1.0",
"klaw": "^1.0.0",
"path-is-absolute": "^1.0.0",
"rimraf": "^2.2.8"
"graceful-fs": "4.1.11",
"jsonfile": "2.4.0",
"klaw": "1.3.1",
"path-is-absolute": "1.0.1",
"rimraf": "2.6.2"
}
},
"fs.realpath": {
@ -529,12 +529,12 @@
"integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
"dev": true,
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
}
},
"graceful-fs": {
@ -548,12 +548,12 @@
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.9.2.tgz",
"integrity": "sha1-G9+HrMoPP55T+k/M6w9LTLsAszg=",
"requires": {
"domelementtype": "^1.3.0",
"domhandler": "^2.3.0",
"domutils": "^1.5.1",
"entities": "^1.1.1",
"inherits": "^2.0.1",
"readable-stream": "^2.0.2"
"domelementtype": "1.3.0",
"domhandler": "2.4.2",
"domutils": "1.7.0",
"entities": "1.1.1",
"inherits": "2.0.3",
"readable-stream": "2.3.6"
}
},
"iconv-lite": {
@ -561,7 +561,7 @@
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz",
"integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==",
"requires": {
"safer-buffer": ">= 2.1.2 < 3"
"safer-buffer": "2.1.2"
}
},
"inflight": {
@ -570,8 +570,8 @@
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
"dev": true,
"requires": {
"once": "^1.3.0",
"wrappy": "1"
"once": "1.4.0",
"wrappy": "1.0.2"
}
},
"inherits": {
@ -594,8 +594,8 @@
"resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz",
"integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=",
"requires": {
"node-fetch": "^1.0.1",
"whatwg-fetch": ">=0.10.0"
"node-fetch": "1.7.3",
"whatwg-fetch": "2.0.4"
}
},
"js-tokens": {
@ -608,7 +608,7 @@
"resolved": "https://registry.npmjs.org/json-parser/-/json-parser-1.1.5.tgz",
"integrity": "sha1-5i7FJh0aal/CDoEqMgdAxtkAVnc=",
"requires": {
"esprima": "^2.7.0"
"esprima": "2.7.3"
}
},
"json-schema-traverse": {
@ -621,7 +621,7 @@
"resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
"integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=",
"requires": {
"jsonify": "~0.0.0"
"jsonify": "0.0.0"
}
},
"jsonfile": {
@ -630,7 +630,7 @@
"integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=",
"dev": true,
"requires": {
"graceful-fs": "^4.1.6"
"graceful-fs": "4.1.11"
}
},
"jsonify": {
@ -644,7 +644,7 @@
"integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=",
"dev": true,
"requires": {
"graceful-fs": "^4.1.9"
"graceful-fs": "4.1.11"
}
},
"lodash.escaperegexp": {
@ -657,7 +657,7 @@
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
"requires": {
"js-tokens": "^3.0.0 || ^4.0.0"
"js-tokens": "4.0.0"
}
},
"marked": {
@ -671,7 +671,7 @@
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"dev": true,
"requires": {
"brace-expansion": "^1.1.7"
"brace-expansion": "1.1.8"
}
},
"minimist": {
@ -689,8 +689,8 @@
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz",
"integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==",
"requires": {
"encoding": "^0.1.11",
"is-stream": "^1.0.1"
"encoding": "0.1.12",
"is-stream": "1.1.0"
}
},
"object-assign": {
@ -704,7 +704,7 @@
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
"dev": true,
"requires": {
"wrappy": "1"
"wrappy": "1.0.2"
}
},
"options": {
@ -733,7 +733,7 @@
"resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz",
"integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==",
"requires": {
"asap": "~2.0.3"
"asap": "2.0.6"
}
},
"prop-types": {
@ -741,8 +741,8 @@
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.6.2.tgz",
"integrity": "sha512-3pboPvLiWD7dkI3qf3KbUe6hKFKa52w+AE0VCqECtf+QHAKgOL37tTaNCnuX1nAAQ4ZhyP+kYVKf8rLmJ/feDQ==",
"requires": {
"loose-envify": "^1.3.1",
"object-assign": "^4.1.1"
"loose-envify": "1.4.0",
"object-assign": "4.1.1"
}
},
"querystringify": {
@ -755,10 +755,10 @@
"resolved": "https://registry.npmjs.org/react/-/react-16.4.2.tgz",
"integrity": "sha512-dMv7YrbxO4y2aqnvA7f/ik9ibeLSHQJTI6TrYAenPSaQ6OXfb+Oti+oJiy8WBxgRzlKatYqtCjphTgDSCEiWFg==",
"requires": {
"fbjs": "^0.8.16",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.0"
"fbjs": "0.8.17",
"loose-envify": "1.4.0",
"object-assign": "4.1.1",
"prop-types": "15.6.2"
}
},
"react-dom": {
@ -766,10 +766,10 @@
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.4.2.tgz",
"integrity": "sha512-Usl73nQqzvmJN+89r97zmeUpQDKDlh58eX6Hbs/ERdDHzeBzWy+ENk7fsGQ+5KxArV1iOFPT46/VneklK9zoWw==",
"requires": {
"fbjs": "^0.8.16",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.0"
"fbjs": "0.8.17",
"loose-envify": "1.4.0",
"object-assign": "4.1.1",
"prop-types": "15.6.2"
}
},
"readable-stream": {
@ -777,13 +777,13 @@
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
"integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
"requires": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.3",
"isarray": "~1.0.0",
"process-nextick-args": "~2.0.0",
"safe-buffer": "~5.1.1",
"string_decoder": "~1.1.1",
"util-deprecate": "~1.0.1"
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "1.0.0",
"process-nextick-args": "2.0.0",
"safe-buffer": "5.1.2",
"string_decoder": "1.1.1",
"util-deprecate": "1.0.2"
}
},
"requires-port": {
@ -797,7 +797,7 @@
"integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==",
"dev": true,
"requires": {
"glob": "^7.0.5"
"glob": "7.1.2"
}
},
"safe-buffer": {
@ -815,9 +815,9 @@
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.14.3.tgz",
"integrity": "sha512-6tjiqhsgfQYNS+5B078RKDij7hSnQtNbWNQVJMjbCYT7XMtBeJLKrqbMT6+o2kva6SqMubcy/CS76/Bs6z49SQ==",
"requires": {
"htmlparser2": "^3.9.0",
"lodash.escaperegexp": "^4.1.2",
"xtend": "^4.0.0"
"htmlparser2": "3.9.2",
"lodash.escaperegexp": "4.1.2",
"xtend": "4.0.1"
}
},
"setimmediate": {
@ -830,7 +830,7 @@
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
"requires": {
"safe-buffer": "~5.1.0"
"safe-buffer": "5.1.2"
}
},
"typescript": {
@ -854,8 +854,8 @@
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.1.9.tgz",
"integrity": "sha1-xn8dd11R8KGJEd17P/rSe7nlvRk=",
"requires": {
"querystringify": "~1.0.0",
"requires-port": "1.0.x"
"querystringify": "1.0.0",
"requires-port": "1.0.0"
}
},
"util-deprecate": {
@ -879,8 +879,8 @@
"resolved": "https://registry.npmjs.org/ws/-/ws-1.1.5.tgz",
"integrity": "sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w==",
"requires": {
"options": ">=0.0.5",
"ultron": "1.0.x"
"options": "0.0.6",
"ultron": "1.0.2"
}
},
"xtend": {

Wyświetl plik

@ -31,7 +31,7 @@ w.mxLoadResources = false;
import * as mx from './mxgraph/javascript/examples/grapheditor/www/modulated.js';
import {
ABCWidgetFactory, IDocumentWidget, DocumentRegistry
ABCWidgetFactory, DocumentRegistry, DocumentWidget,
} from '@jupyterlab/docregistry';
import {
@ -65,7 +65,7 @@ import {
const DIRTY_CLASS = 'jp-mod-dirty';
export
class DrawioWidget extends Widget implements IDocumentWidget {
class DrawioWidget extends DocumentWidget<Widget> {
constructor(context: DocumentRegistry.Context) {
super();