Last active
December 1, 2015 09:57
-
-
Save Hypercubed/9bc0a1549d992239aa22 to your computer and use it in GitHub Desktop.
plotly-jspm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jspm_packages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| letter | frequency | |
|---|---|---|
| A | .08167 | |
| B | .01492 | |
| C | .02780 | |
| D | .04253 | |
| E | .12702 | |
| F | .02288 | |
| G | .02022 | |
| H | .06094 | |
| I | .06973 | |
| J | .00153 | |
| K | .00747 | |
| L | .04025 | |
| M | .02517 | |
| N | .06749 | |
| O | .07507 | |
| P | .01929 | |
| Q | .00098 | |
| R | .05987 | |
| S | .06333 | |
| T | .09056 | |
| U | .02758 | |
| V | .01037 | |
| W | .02465 | |
| X | .00150 | |
| Y | .01971 | |
| Z | .00074 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| System.config({ | |
| baseURL: "/", | |
| defaultJSExtensions: true, | |
| transpiler: "traceur", | |
| paths: { | |
| "github:*": "jspm_packages/github/*", | |
| "npm:*": "jspm_packages/npm/*" | |
| }, | |
| map: { | |
| "plotly.js": "npm:plotly.js@1.1.0", | |
| "traceur": "github:jmcriffey/bower-traceur@0.0.92", | |
| "traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.92", | |
| "github:jspm/nodelibs-assert@0.1.0": { | |
| "assert": "npm:assert@1.3.0" | |
| }, | |
| "github:jspm/nodelibs-buffer@0.1.0": { | |
| "buffer": "npm:buffer@3.5.3" | |
| }, | |
| "github:jspm/nodelibs-constants@0.1.0": { | |
| "constants-browserify": "npm:constants-browserify@0.0.1" | |
| }, | |
| "github:jspm/nodelibs-crypto@0.1.0": { | |
| "crypto-browserify": "npm:crypto-browserify@3.11.0" | |
| }, | |
| "github:jspm/nodelibs-events@0.1.1": { | |
| "events": "npm:events@1.0.2" | |
| }, | |
| "github:jspm/nodelibs-http@1.7.1": { | |
| "Base64": "npm:Base64@0.2.1", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "inherits": "npm:inherits@2.0.1", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| "url": "github:jspm/nodelibs-url@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "github:jspm/nodelibs-https@0.1.0": { | |
| "https-browserify": "npm:https-browserify@0.0.0" | |
| }, | |
| "github:jspm/nodelibs-net@0.1.2": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "http": "github:jspm/nodelibs-http@1.7.1", | |
| "net": "github:jspm/nodelibs-net@0.1.2", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| "timers": "github:jspm/nodelibs-timers@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "github:jspm/nodelibs-os@0.1.0": { | |
| "os-browserify": "npm:os-browserify@0.1.2" | |
| }, | |
| "github:jspm/nodelibs-path@0.1.0": { | |
| "path-browserify": "npm:path-browserify@0.0.0" | |
| }, | |
| "github:jspm/nodelibs-process@0.1.2": { | |
| "process": "npm:process@0.11.2" | |
| }, | |
| "github:jspm/nodelibs-punycode@0.1.0": { | |
| "punycode": "npm:punycode@1.3.2" | |
| }, | |
| "github:jspm/nodelibs-querystring@0.1.0": { | |
| "querystring": "npm:querystring@0.2.0" | |
| }, | |
| "github:jspm/nodelibs-stream@0.1.0": { | |
| "stream-browserify": "npm:stream-browserify@1.0.0" | |
| }, | |
| "github:jspm/nodelibs-string_decoder@0.1.0": { | |
| "string_decoder": "npm:string_decoder@0.10.31" | |
| }, | |
| "github:jspm/nodelibs-timers@0.1.0": { | |
| "timers-browserify": "npm:timers-browserify@1.4.1" | |
| }, | |
| "github:jspm/nodelibs-tty@0.1.0": { | |
| "tty-browserify": "npm:tty-browserify@0.0.0" | |
| }, | |
| "github:jspm/nodelibs-url@0.1.0": { | |
| "url": "npm:url@0.10.3" | |
| }, | |
| "github:jspm/nodelibs-util@0.1.0": { | |
| "util": "npm:util@0.10.3" | |
| }, | |
| "github:jspm/nodelibs-vm@0.1.0": { | |
| "vm-browserify": "npm:vm-browserify@0.0.4" | |
| }, | |
| "github:jspm/nodelibs-zlib@0.1.0": { | |
| "browserify-zlib": "npm:browserify-zlib@0.1.4" | |
| }, | |
| "npm:3d-view-controls@2.1.1": { | |
| "3d-view": "npm:3d-view@2.0.0", | |
| "mouse-change": "npm:mouse-change@1.2.1", | |
| "mouse-wheel": "npm:mouse-wheel@1.0.2", | |
| "right-now": "npm:right-now@1.0.0" | |
| }, | |
| "npm:3d-view@2.0.0": { | |
| "matrix-camera-controller": "npm:matrix-camera-controller@2.1.1", | |
| "orbit-camera-controller": "npm:orbit-camera-controller@4.0.0", | |
| "turntable-camera-controller": "npm:turntable-camera-controller@3.0.1" | |
| }, | |
| "npm:a-big-triangle@1.0.2": { | |
| "gl-buffer": "npm:gl-buffer@2.1.2", | |
| "gl-vao": "npm:gl-vao@1.2.1", | |
| "weak-map": "npm:weak-map@1.0.5" | |
| }, | |
| "npm:abbrev@1.0.7": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:acorn@1.2.2": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0" | |
| }, | |
| "npm:affine-hull@1.0.0": { | |
| "robust-orientation": "npm:robust-orientation@1.1.3" | |
| }, | |
| "npm:alpha-complex@1.0.0": { | |
| "circumradius": "npm:circumradius@1.0.0", | |
| "delaunay-triangulate": "npm:delaunay-triangulate@1.1.6" | |
| }, | |
| "npm:alpha-shape@1.0.0": { | |
| "alpha-complex": "npm:alpha-complex@1.0.0", | |
| "simplicial-complex-boundary": "npm:simplicial-complex-boundary@1.0.1" | |
| }, | |
| "npm:amdefine@1.0.0": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "module": "github:jspm/nodelibs-module@0.1.0", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:ansi@0.3.0": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "tty": "github:jspm/nodelibs-tty@0.1.0" | |
| }, | |
| "npm:are-we-there-yet@1.0.4": { | |
| "delegates": "npm:delegates@0.1.0", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "readable-stream": "npm:readable-stream@1.1.13", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:array-index@0.1.1": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "debug": "npm:debug@2.2.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:asn1.js@4.2.1": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "bn.js": "npm:bn.js@4.4.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "inherits": "npm:inherits@2.0.1", | |
| "minimalistic-assert": "npm:minimalistic-assert@1.0.0", | |
| "vm": "github:jspm/nodelibs-vm@0.1.0" | |
| }, | |
| "npm:asn1@0.2.3": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "sys": "github:jspm/nodelibs-util@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:assert-plus@0.1.5": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:assert-plus@0.2.0": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:assert@1.3.0": { | |
| "util": "npm:util@0.10.3" | |
| }, | |
| "npm:async@0.2.10": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:async@1.5.0": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:aws-sign2@0.6.0": { | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "url": "github:jspm/nodelibs-url@0.1.0" | |
| }, | |
| "npm:barycentric@1.0.1": { | |
| "robust-linear-solve": "npm:robust-linear-solve@1.0.0" | |
| }, | |
| "npm:big-rat@1.0.2": { | |
| "bit-twiddle": "npm:bit-twiddle@1.0.2", | |
| "bn.js": "npm:bn.js@2.2.0", | |
| "double-bits": "npm:double-bits@1.1.1" | |
| }, | |
| "npm:bl@0.9.4": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "readable-stream": "npm:readable-stream@1.0.33", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:bl@1.0.0": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "readable-stream": "npm:readable-stream@2.0.4", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:block-stream@0.0.8": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "inherits": "npm:inherits@2.0.1", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0" | |
| }, | |
| "npm:boom@2.10.1": { | |
| "hoek": "npm:hoek@2.16.3", | |
| "http": "github:jspm/nodelibs-http@1.7.1" | |
| }, | |
| "npm:boundary-cells@2.0.0": { | |
| "tape": "npm:tape@4.2.2" | |
| }, | |
| "npm:box-intersect@1.0.1": { | |
| "bit-twiddle": "npm:bit-twiddle@1.0.2", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0" | |
| }, | |
| "npm:brace-expansion@1.1.2": { | |
| "balanced-match": "npm:balanced-match@0.3.0", | |
| "concat-map": "npm:concat-map@0.0.1" | |
| }, | |
| "npm:brfs@1.4.1": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "quote-stream": "npm:quote-stream@1.0.2", | |
| "resolve": "npm:resolve@1.1.6", | |
| "static-module": "npm:static-module@1.1.3", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0", | |
| "through2": "npm:through2@2.0.0" | |
| }, | |
| "npm:browserify-aes@1.0.5": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "buffer-xor": "npm:buffer-xor@1.0.3", | |
| "cipher-base": "npm:cipher-base@1.0.2", | |
| "create-hash": "npm:create-hash@1.1.2", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "evp_bytestokey": "npm:evp_bytestokey@1.0.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "inherits": "npm:inherits@2.0.1", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:browserify-cipher@1.0.0": { | |
| "browserify-aes": "npm:browserify-aes@1.0.5", | |
| "browserify-des": "npm:browserify-des@1.0.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "evp_bytestokey": "npm:evp_bytestokey@1.0.0" | |
| }, | |
| "npm:browserify-des@1.0.0": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "cipher-base": "npm:cipher-base@1.0.2", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "des.js": "npm:des.js@1.0.0", | |
| "inherits": "npm:inherits@2.0.1" | |
| }, | |
| "npm:browserify-rsa@4.0.0": { | |
| "bn.js": "npm:bn.js@4.4.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "constants": "github:jspm/nodelibs-constants@0.1.0", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "randombytes": "npm:randombytes@2.0.1" | |
| }, | |
| "npm:browserify-sign@4.0.0": { | |
| "bn.js": "npm:bn.js@4.4.0", | |
| "browserify-rsa": "npm:browserify-rsa@4.0.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "create-hash": "npm:create-hash@1.1.2", | |
| "create-hmac": "npm:create-hmac@1.1.4", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "elliptic": "npm:elliptic@6.0.2", | |
| "inherits": "npm:inherits@2.0.1", | |
| "parse-asn1": "npm:parse-asn1@5.0.0", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0" | |
| }, | |
| "npm:browserify-zlib@0.1.4": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "pako": "npm:pako@0.2.8", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "readable-stream": "npm:readable-stream@1.1.13", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:buffer-equal@0.0.1": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0" | |
| }, | |
| "npm:buffer-xor@1.0.3": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:buffer@3.5.3": { | |
| "base64-js": "npm:base64-js@0.0.8", | |
| "child_process": "github:jspm/nodelibs-child_process@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "ieee754": "npm:ieee754@1.1.6", | |
| "is-array": "npm:is-array@1.0.1", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:builtin-modules@1.1.0": { | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:camelcase-keys@2.0.0": { | |
| "camelcase": "npm:camelcase@2.0.1", | |
| "map-obj": "npm:map-obj@1.0.1" | |
| }, | |
| "npm:cdt2d@1.0.0": { | |
| "binary-search-bounds": "npm:binary-search-bounds@2.0.3", | |
| "robust-in-sphere": "npm:robust-in-sphere@1.1.3", | |
| "robust-orientation": "npm:robust-orientation@1.1.3" | |
| }, | |
| "npm:chalk@1.1.1": { | |
| "ansi-styles": "npm:ansi-styles@2.1.0", | |
| "escape-string-regexp": "npm:escape-string-regexp@1.0.3", | |
| "has-ansi": "npm:has-ansi@2.0.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "strip-ansi": "npm:strip-ansi@3.0.0", | |
| "supports-color": "npm:supports-color@2.0.0" | |
| }, | |
| "npm:cipher-base@1.0.2": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "inherits": "npm:inherits@2.0.1", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| "string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0" | |
| }, | |
| "npm:circumcenter@1.0.0": { | |
| "dup": "npm:dup@1.0.0", | |
| "robust-linear-solve": "npm:robust-linear-solve@1.0.0" | |
| }, | |
| "npm:circumradius@1.0.0": { | |
| "circumcenter": "npm:circumcenter@1.0.0" | |
| }, | |
| "npm:clean-pslg@1.1.0": { | |
| "big-rat": "npm:big-rat@1.0.2", | |
| "box-intersect": "npm:box-intersect@1.0.1", | |
| "compare-cell": "npm:compare-cell@1.0.0", | |
| "nextafter": "npm:nextafter@1.0.0", | |
| "rat-vec": "npm:rat-vec@1.1.0", | |
| "robust-segment-intersect": "npm:robust-segment-intersect@1.0.1", | |
| "union-find": "npm:union-find@1.0.2", | |
| "uniq": "npm:uniq@1.0.1" | |
| }, | |
| "npm:cliui@3.1.0": { | |
| "string-width": "npm:string-width@1.0.1", | |
| "strip-ansi": "npm:strip-ansi@3.0.0", | |
| "wrap-ansi": "npm:wrap-ansi@1.0.0" | |
| }, | |
| "npm:code-point-at@1.0.0": { | |
| "number-is-nan": "npm:number-is-nan@1.0.0" | |
| }, | |
| "npm:colormap@2.0.1": { | |
| "arraytools": "npm:arraytools@1.1.1", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:colors@0.6.2": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0" | |
| }, | |
| "npm:combined-stream@1.0.5": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "delayed-stream": "npm:delayed-stream@1.0.0", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:commander@2.1.0": { | |
| "child_process": "github:jspm/nodelibs-child_process@0.1.0", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:commander@2.9.0": { | |
| "child_process": "github:jspm/nodelibs-child_process@0.1.0", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "graceful-readlink": "npm:graceful-readlink@1.0.1", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:compare-angle@1.0.1": { | |
| "robust-orientation": "npm:robust-orientation@1.1.3", | |
| "robust-product": "npm:robust-product@1.0.0", | |
| "robust-sum": "npm:robust-sum@1.0.0", | |
| "signum": "npm:signum@0.0.0", | |
| "two-sum": "npm:two-sum@1.0.0" | |
| }, | |
| "npm:compare-oriented-cell@1.0.1": { | |
| "cell-orientation": "npm:cell-orientation@1.0.1", | |
| "compare-cell": "npm:compare-cell@1.0.0" | |
| }, | |
| "npm:concat-stream@1.4.10": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "inherits": "npm:inherits@2.0.1", | |
| "readable-stream": "npm:readable-stream@1.1.13", | |
| "typedarray": "npm:typedarray@0.0.6" | |
| }, | |
| "npm:config-chain@1.1.9": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "http": "github:jspm/nodelibs-http@1.7.1", | |
| "ini": "npm:ini@1.3.4", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "proto-list": "npm:proto-list@1.2.4", | |
| "url": "github:jspm/nodelibs-url@0.1.0" | |
| }, | |
| "npm:constants-browserify@0.0.1": { | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:convex-hull@1.0.3": { | |
| "affine-hull": "npm:affine-hull@1.0.0", | |
| "incremental-convex-hull": "npm:incremental-convex-hull@1.0.1", | |
| "monotone-convex-hull-2d": "npm:monotone-convex-hull-2d@1.0.1" | |
| }, | |
| "npm:core-util-is@1.0.2": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0" | |
| }, | |
| "npm:create-ecdh@4.0.0": { | |
| "bn.js": "npm:bn.js@4.4.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "elliptic": "npm:elliptic@6.0.2" | |
| }, | |
| "npm:create-hash@1.1.2": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "cipher-base": "npm:cipher-base@1.0.2", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "inherits": "npm:inherits@2.0.1", | |
| "ripemd160": "npm:ripemd160@1.0.1", | |
| "sha.js": "npm:sha.js@2.4.4" | |
| }, | |
| "npm:create-hmac@1.1.4": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "create-hash": "npm:create-hash@1.1.2", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "inherits": "npm:inherits@2.0.1", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0" | |
| }, | |
| "npm:cross-spawn-async@2.0.1": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "child_process": "github:jspm/nodelibs-child_process@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "lru-cache": "npm:lru-cache@3.2.0", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "which": "npm:which@1.2.0" | |
| }, | |
| "npm:cross-spawn@2.0.1": { | |
| "cross-spawn-async": "npm:cross-spawn-async@2.0.1", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "spawn-sync": "npm:spawn-sync@1.0.13" | |
| }, | |
| "npm:cryptiles@2.0.5": { | |
| "boom": "npm:boom@2.10.1", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0" | |
| }, | |
| "npm:crypto-browserify@3.11.0": { | |
| "browserify-cipher": "npm:browserify-cipher@1.0.0", | |
| "browserify-sign": "npm:browserify-sign@4.0.0", | |
| "create-ecdh": "npm:create-ecdh@4.0.0", | |
| "create-hash": "npm:create-hash@1.1.2", | |
| "create-hmac": "npm:create-hmac@1.1.4", | |
| "diffie-hellman": "npm:diffie-hellman@5.0.0", | |
| "inherits": "npm:inherits@2.0.1", | |
| "pbkdf2": "npm:pbkdf2@3.0.4", | |
| "public-encrypt": "npm:public-encrypt@4.0.0", | |
| "randombytes": "npm:randombytes@2.0.1" | |
| }, | |
| "npm:cwise-compiler@0.1.0": { | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "uniq": "npm:uniq@0.0.2" | |
| }, | |
| "npm:cwise-compiler@1.1.2": { | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "uniq": "npm:uniq@1.0.1" | |
| }, | |
| "npm:cwise-parser@1.0.2": { | |
| "esprima": "npm:esprima@1.1.1", | |
| "uniq": "npm:uniq@1.0.1" | |
| }, | |
| "npm:cwise@1.0.8": { | |
| "cwise-compiler": "npm:cwise-compiler@1.1.2", | |
| "cwise-parser": "npm:cwise-parser@1.0.2", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "static-module": "npm:static-module@1.1.3", | |
| "uglify-js": "npm:uglify-js@2.4.13" | |
| }, | |
| "npm:d3-geo-projection@0.2.15": { | |
| "brfs": "npm:brfs@1.4.1", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0" | |
| }, | |
| "npm:dashdash@1.10.1": { | |
| "assert-plus": "npm:assert-plus@0.1.5", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:debug@2.2.0": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "ms": "npm:ms@0.7.1", | |
| "net": "github:jspm/nodelibs-net@0.1.2", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "tty": "github:jspm/nodelibs-tty@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:define-properties@1.1.2": { | |
| "foreach": "npm:foreach@2.0.5", | |
| "object-keys": "npm:object-keys@1.0.9" | |
| }, | |
| "npm:delaunay-triangulate@1.1.6": { | |
| "incremental-convex-hull": "npm:incremental-convex-hull@1.0.1", | |
| "uniq": "npm:uniq@1.0.1" | |
| }, | |
| "npm:delayed-stream@1.0.0": { | |
| "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:des.js@1.0.0": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "inherits": "npm:inherits@2.0.1", | |
| "minimalistic-assert": "npm:minimalistic-assert@1.0.0" | |
| }, | |
| "npm:diffie-hellman@5.0.0": { | |
| "bn.js": "npm:bn.js@4.4.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "miller-rabin": "npm:miller-rabin@4.0.0", | |
| "randombytes": "npm:randombytes@2.0.1", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:double-bits@1.1.1": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0" | |
| }, | |
| "npm:duplexer2@0.0.2": { | |
| "readable-stream": "npm:readable-stream@1.1.13" | |
| }, | |
| "npm:ecc-jsbn@0.1.1": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "jsbn": "npm:jsbn@0.1.0" | |
| }, | |
| "npm:edges-to-adjacency-list@1.0.0": { | |
| "uniq": "npm:uniq@1.0.1" | |
| }, | |
| "npm:elliptic@6.0.2": { | |
| "bn.js": "npm:bn.js@4.4.0", | |
| "brorand": "npm:brorand@1.0.5", | |
| "hash.js": "npm:hash.js@1.0.3", | |
| "inherits": "npm:inherits@2.0.1", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:error-ex@1.3.0": { | |
| "is-arrayish": "npm:is-arrayish@0.2.1", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:es-abstract@1.4.3": { | |
| "es-to-primitive": "npm:es-to-primitive@1.0.0", | |
| "function-bind": "npm:function-bind@1.0.2", | |
| "is-callable": "npm:is-callable@1.1.1", | |
| "is-regex": "npm:is-regex@1.0.3" | |
| }, | |
| "npm:es-to-primitive@1.0.0": { | |
| "is-callable": "npm:is-callable@1.1.1", | |
| "is-date-object": "npm:is-date-object@1.0.1", | |
| "is-symbol": "npm:is-symbol@1.0.1" | |
| }, | |
| "npm:es6-promise@3.0.2": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:escodegen@0.0.28": { | |
| "esprima": "npm:esprima@1.0.4", | |
| "estraverse": "npm:estraverse@1.3.2", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "source-map": "npm:source-map@0.1.43", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:escodegen@1.3.3": { | |
| "esprima": "npm:esprima@1.1.1", | |
| "estraverse": "npm:estraverse@1.5.1", | |
| "esutils": "npm:esutils@1.0.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "source-map": "npm:source-map@0.1.43", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:esprima@1.0.4": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:esprima@1.1.1": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:evp_bytestokey@1.0.0": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "create-hash": "npm:create-hash@1.1.2", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0" | |
| }, | |
| "npm:extsprintf@1.0.2": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:falafel@1.2.0": { | |
| "acorn": "npm:acorn@1.2.2", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "foreach": "npm:foreach@2.0.5", | |
| "isarray": "npm:isarray@0.0.1", | |
| "object-keys": "npm:object-keys@1.0.9" | |
| }, | |
| "npm:fast-isnumeric@1.1.1": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0" | |
| }, | |
| "npm:filtered-vector@1.2.4": { | |
| "binary-search-bounds": "npm:binary-search-bounds@1.0.0", | |
| "cubic-hermite": "npm:cubic-hermite@1.0.0" | |
| }, | |
| "npm:find-up@1.1.0": { | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "path-exists": "npm:path-exists@2.1.0", | |
| "pinkie-promise": "npm:pinkie-promise@2.0.0" | |
| }, | |
| "npm:findup@0.1.5": { | |
| "colors": "npm:colors@0.6.2", | |
| "commander": "npm:commander@2.1.0", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:forever-agent@0.6.1": { | |
| "http": "github:jspm/nodelibs-http@1.7.1", | |
| "https": "github:jspm/nodelibs-https@0.1.0", | |
| "net": "github:jspm/nodelibs-net@0.1.2", | |
| "tls": "github:jspm/nodelibs-tls@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:form-data@1.0.0-rc3": { | |
| "async": "npm:async@1.5.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "combined-stream": "npm:combined-stream@1.0.5", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "http": "github:jspm/nodelibs-http@1.7.1", | |
| "https": "github:jspm/nodelibs-https@0.1.0", | |
| "mime-types": "npm:mime-types@2.1.8", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "url": "github:jspm/nodelibs-url@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:fs-extra@0.26.2": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "graceful-fs": "npm:graceful-fs@4.1.2", | |
| "jsonfile": "npm:jsonfile@2.2.3", | |
| "klaw": "npm:klaw@1.1.2", | |
| "os": "github:jspm/nodelibs-os@0.1.0", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "path-is-absolute": "npm:path-is-absolute@1.0.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "rimraf": "npm:rimraf@2.4.4" | |
| }, | |
| "npm:fstream@1.0.8": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "graceful-fs": "npm:graceful-fs@4.1.2", | |
| "inherits": "npm:inherits@2.0.1", | |
| "mkdirp": "npm:mkdirp@0.5.1", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "rimraf": "npm:rimraf@2.4.4", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0" | |
| }, | |
| "npm:gauge@1.2.2": { | |
| "ansi": "npm:ansi@0.3.0", | |
| "has-unicode": "npm:has-unicode@1.0.1", | |
| "lodash.pad": "npm:lodash.pad@3.1.1", | |
| "lodash.padleft": "npm:lodash.padleft@3.1.1", | |
| "lodash.padright": "npm:lodash.padright@3.1.1", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:gaze@0.5.2": { | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "globule": "npm:globule@0.1.0", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "timers": "github:jspm/nodelibs-timers@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:generate-function@2.0.0": { | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:generate-object-property@1.2.0": { | |
| "is-property": "npm:is-property@1.0.2" | |
| }, | |
| "npm:get-stdin@4.0.1": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:gl-axes3d@1.2.3": { | |
| "bit-twiddle": "npm:bit-twiddle@1.0.2", | |
| "dup": "npm:dup@1.0.0", | |
| "extract-frustum-planes": "npm:extract-frustum-planes@1.0.0", | |
| "gl-buffer": "npm:gl-buffer@2.1.2", | |
| "gl-mat4": "npm:gl-mat4@1.1.4", | |
| "gl-shader": "npm:gl-shader@4.0.6", | |
| "gl-state": "npm:gl-state@1.0.0", | |
| "gl-vao": "npm:gl-vao@1.2.1", | |
| "gl-vec4": "npm:gl-vec4@1.0.1", | |
| "glslify": "npm:glslify@2.3.1", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "robust-orientation": "npm:robust-orientation@1.1.3", | |
| "split-polygon": "npm:split-polygon@1.0.0", | |
| "vectorize-text": "npm:vectorize-text@3.0.2" | |
| }, | |
| "npm:gl-buffer@2.1.2": { | |
| "ndarray": "npm:ndarray@1.0.18", | |
| "ndarray-ops": "npm:ndarray-ops@1.2.2", | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0" | |
| }, | |
| "npm:gl-error2d@1.1.0": { | |
| "gl-buffer": "npm:gl-buffer@2.1.2", | |
| "gl-shader": "npm:gl-shader@4.0.6", | |
| "glslify": "npm:glslify@2.3.1", | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0" | |
| }, | |
| "npm:gl-error3d@1.0.4": { | |
| "gl-buffer": "npm:gl-buffer@2.1.2", | |
| "gl-shader": "npm:gl-shader@4.0.6", | |
| "gl-vao": "npm:gl-vao@1.2.1", | |
| "glslify": "npm:glslify@2.3.1" | |
| }, | |
| "npm:gl-fbo@2.0.5": { | |
| "gl-texture2d": "npm:gl-texture2d@2.0.10" | |
| }, | |
| "npm:gl-line2d@1.2.1": { | |
| "gl-buffer": "npm:gl-buffer@2.1.2", | |
| "gl-shader": "npm:gl-shader@4.0.6", | |
| "gl-texture2d": "npm:gl-texture2d@2.0.10", | |
| "glsl-inverse": "npm:glsl-inverse@1.0.0", | |
| "glslify": "npm:glslify@2.3.1", | |
| "ndarray": "npm:ndarray@1.0.18", | |
| "snap-points-2d": "npm:snap-points-2d@1.0.1", | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0" | |
| }, | |
| "npm:gl-line3d@1.0.5": { | |
| "binary-search-bounds": "npm:binary-search-bounds@1.0.0", | |
| "gl-buffer": "npm:gl-buffer@2.1.2", | |
| "gl-shader": "npm:gl-shader@4.0.6", | |
| "gl-texture2d": "npm:gl-texture2d@2.0.10", | |
| "gl-vao": "npm:gl-vao@1.2.1", | |
| "glsl-read-float": "npm:glsl-read-float@1.1.0", | |
| "glslify": "npm:glslify@2.3.1", | |
| "ndarray": "npm:ndarray@1.0.18" | |
| }, | |
| "npm:gl-matrix-invert@1.0.0": { | |
| "gl-mat2": "npm:gl-mat2@1.0.0", | |
| "gl-mat3": "npm:gl-mat3@1.0.0", | |
| "gl-mat4": "npm:gl-mat4@1.1.4" | |
| }, | |
| "npm:gl-mesh3d@1.0.6": { | |
| "barycentric": "npm:barycentric@1.0.1", | |
| "colormap": "npm:colormap@2.0.1", | |
| "gl-buffer": "npm:gl-buffer@2.1.2", | |
| "gl-mat4": "npm:gl-mat4@1.1.4", | |
| "gl-shader": "npm:gl-shader@4.0.6", | |
| "gl-texture2d": "npm:gl-texture2d@2.0.10", | |
| "gl-vao": "npm:gl-vao@1.2.1", | |
| "glsl-specular-cook-torrance": "npm:glsl-specular-cook-torrance@2.0.1", | |
| "glslify": "npm:glslify@2.3.1", | |
| "ndarray": "npm:ndarray@1.0.18", | |
| "normals": "npm:normals@1.0.1", | |
| "polytope-closest-point": "npm:polytope-closest-point@1.0.0", | |
| "simplicial-complex-contour": "npm:simplicial-complex-contour@1.0.2", | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0" | |
| }, | |
| "npm:gl-plot2d@1.1.6": { | |
| "binary-search-bounds": "npm:binary-search-bounds@2.0.3", | |
| "gl-buffer": "npm:gl-buffer@2.1.2", | |
| "gl-select-static": "npm:gl-select-static@2.0.2", | |
| "gl-shader": "npm:gl-shader@4.0.6", | |
| "glsl-inverse": "npm:glsl-inverse@1.0.0", | |
| "glslify": "npm:glslify@2.3.1", | |
| "text-cache": "npm:text-cache@4.0.0" | |
| }, | |
| "npm:gl-plot3d@1.4.3": { | |
| "3d-view-controls": "npm:3d-view-controls@2.1.1", | |
| "a-big-triangle": "npm:a-big-triangle@1.0.2", | |
| "gl-axes3d": "npm:gl-axes3d@1.2.3", | |
| "gl-fbo": "npm:gl-fbo@2.0.5", | |
| "gl-mat4": "npm:gl-mat4@1.1.4", | |
| "gl-select-static": "npm:gl-select-static@2.0.2", | |
| "gl-shader": "npm:gl-shader@4.0.6", | |
| "gl-spikes3d": "npm:gl-spikes3d@1.0.5", | |
| "glslify": "npm:glslify@2.3.1", | |
| "mouse-change": "npm:mouse-change@1.2.1", | |
| "ndarray": "npm:ndarray@1.0.18" | |
| }, | |
| "npm:gl-quat@1.0.0": { | |
| "gl-mat3": "npm:gl-mat3@1.0.0", | |
| "gl-vec3": "npm:gl-vec3@1.0.3", | |
| "gl-vec4": "npm:gl-vec4@1.0.1" | |
| }, | |
| "npm:gl-scatter2d-fancy@1.1.1": { | |
| "gl-buffer": "npm:gl-buffer@2.1.2", | |
| "gl-shader": "npm:gl-shader@4.0.6", | |
| "glslify": "npm:glslify@2.3.1", | |
| "text-cache": "npm:text-cache@4.0.0", | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0", | |
| "vectorize-text": "npm:vectorize-text@3.0.2" | |
| }, | |
| "npm:gl-scatter2d@1.0.5": { | |
| "binary-search-bounds": "npm:binary-search-bounds@2.0.3", | |
| "gl-buffer": "npm:gl-buffer@2.1.2", | |
| "gl-shader": "npm:gl-shader@4.0.6", | |
| "glslify": "npm:glslify@2.3.1", | |
| "snap-points-2d": "npm:snap-points-2d@3.1.0", | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0" | |
| }, | |
| "npm:gl-scatter3d@1.0.10": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "gl-buffer": "npm:gl-buffer@2.1.2", | |
| "gl-mat4": "npm:gl-mat4@1.1.4", | |
| "gl-shader": "npm:gl-shader@4.0.6", | |
| "gl-vao": "npm:gl-vao@1.2.1", | |
| "glslify": "npm:glslify@2.3.1", | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0", | |
| "vectorize-text": "npm:vectorize-text@3.0.2" | |
| }, | |
| "npm:gl-select-box@1.0.1": { | |
| "gl-buffer": "npm:gl-buffer@2.1.2", | |
| "gl-shader": "npm:gl-shader@4.0.6", | |
| "glslify": "npm:glslify@2.3.1" | |
| }, | |
| "npm:gl-select-static@2.0.2": { | |
| "bit-twiddle": "npm:bit-twiddle@1.0.2", | |
| "cwise": "npm:cwise@1.0.8", | |
| "gl-fbo": "npm:gl-fbo@2.0.5", | |
| "ndarray": "npm:ndarray@1.0.18", | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0" | |
| }, | |
| "npm:gl-shader@4.0.6": { | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "weakmap-shim": "npm:weakmap-shim@1.1.0" | |
| }, | |
| "npm:gl-spikes3d@1.0.5": { | |
| "gl-buffer": "npm:gl-buffer@2.1.2", | |
| "gl-shader": "npm:gl-shader@4.0.6", | |
| "gl-vao": "npm:gl-vao@1.2.1", | |
| "glslify": "npm:glslify@2.3.1" | |
| }, | |
| "npm:gl-state@1.0.0": { | |
| "uniq": "npm:uniq@1.0.1" | |
| }, | |
| "npm:gl-surface3d@1.0.8": { | |
| "binary-search-bounds": "npm:binary-search-bounds@1.0.0", | |
| "bit-twiddle": "npm:bit-twiddle@1.0.2", | |
| "colormap": "npm:colormap@2.0.1", | |
| "dup": "npm:dup@1.0.0", | |
| "gl-buffer": "npm:gl-buffer@2.1.2", | |
| "gl-mat4": "npm:gl-mat4@1.1.4", | |
| "gl-shader": "npm:gl-shader@4.0.6", | |
| "gl-texture2d": "npm:gl-texture2d@2.0.10", | |
| "gl-vao": "npm:gl-vao@1.2.1", | |
| "glsl-specular-beckmann": "npm:glsl-specular-beckmann@1.1.2", | |
| "glslify": "npm:glslify@2.3.1", | |
| "ndarray": "npm:ndarray@1.0.18", | |
| "ndarray-gradient": "npm:ndarray-gradient@1.0.0", | |
| "ndarray-ops": "npm:ndarray-ops@1.2.2", | |
| "ndarray-pack": "npm:ndarray-pack@1.1.1", | |
| "ndarray-scratch": "npm:ndarray-scratch@1.2.0", | |
| "surface-nets": "npm:surface-nets@1.0.2", | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0" | |
| }, | |
| "npm:gl-texture2d@2.0.10": { | |
| "ndarray": "npm:ndarray@1.0.18", | |
| "ndarray-ops": "npm:ndarray-ops@1.2.2", | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0" | |
| }, | |
| "npm:glob@3.1.21": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "graceful-fs": "npm:graceful-fs@1.2.3", | |
| "inherits": "npm:inherits@1.0.2", | |
| "minimatch": "npm:minimatch@0.2.14", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:glob@4.5.3": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "inflight": "npm:inflight@1.0.4", | |
| "inherits": "npm:inherits@2.0.1", | |
| "minimatch": "npm:minimatch@2.0.10", | |
| "once": "npm:once@1.3.3", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:glob@5.0.15": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "inflight": "npm:inflight@1.0.4", | |
| "inherits": "npm:inherits@2.0.1", | |
| "minimatch": "npm:minimatch@3.0.0", | |
| "once": "npm:once@1.3.3", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "path-is-absolute": "npm:path-is-absolute@1.0.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:globule@0.1.0": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "glob": "npm:glob@3.1.21", | |
| "lodash": "npm:lodash@1.0.2", | |
| "minimatch": "npm:minimatch@0.2.14", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:glsl-inject-defines@1.0.3": { | |
| "glsl-token-inject-block": "npm:glsl-token-inject-block@1.0.0", | |
| "glsl-token-string": "npm:glsl-token-string@1.0.1", | |
| "glsl-tokenizer": "npm:glsl-tokenizer@2.0.2" | |
| }, | |
| "npm:glsl-resolve@0.0.1": { | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "resolve": "npm:resolve@0.6.3", | |
| "xtend": "npm:xtend@2.1.2" | |
| }, | |
| "npm:glsl-specular-cook-torrance@2.0.1": { | |
| "glsl-specular-beckmann": "npm:glsl-specular-beckmann@1.1.2" | |
| }, | |
| "npm:glsl-token-defines@1.0.0": { | |
| "glsl-tokenizer": "npm:glsl-tokenizer@2.0.2" | |
| }, | |
| "npm:glsl-token-descope@1.0.2": { | |
| "glsl-token-assignments": "npm:glsl-token-assignments@2.0.1", | |
| "glsl-token-depth": "npm:glsl-token-depth@1.1.2", | |
| "glsl-token-properties": "npm:glsl-token-properties@1.0.1", | |
| "glsl-token-scope": "npm:glsl-token-scope@1.1.1" | |
| }, | |
| "npm:glsl-tokenizer@2.0.2": { | |
| "through2": "npm:through2@0.6.5" | |
| }, | |
| "npm:glslify-bundle@2.0.4": { | |
| "glsl-inject-defines": "npm:glsl-inject-defines@1.0.3", | |
| "glsl-token-defines": "npm:glsl-token-defines@1.0.0", | |
| "glsl-token-depth": "npm:glsl-token-depth@1.1.2", | |
| "glsl-token-descope": "npm:glsl-token-descope@1.0.2", | |
| "glsl-token-scope": "npm:glsl-token-scope@1.1.1", | |
| "glsl-token-string": "npm:glsl-token-string@1.0.1", | |
| "glsl-tokenizer": "npm:glsl-tokenizer@2.0.2" | |
| }, | |
| "npm:glslify-deps@1.2.5": { | |
| "events": "npm:events@1.0.2", | |
| "findup": "npm:findup@0.1.5", | |
| "glsl-resolve": "npm:glsl-resolve@0.0.1", | |
| "glsl-tokenizer": "npm:glsl-tokenizer@2.0.2", | |
| "graceful-fs": "npm:graceful-fs@4.1.2", | |
| "inherits": "npm:inherits@2.0.1", | |
| "map-limit": "npm:map-limit@0.0.1", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "resolve": "npm:resolve@1.1.6" | |
| }, | |
| "npm:glslify@2.3.1": { | |
| "bl": "npm:bl@0.9.4", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "glsl-resolve": "npm:glsl-resolve@0.0.1", | |
| "glslify-bundle": "npm:glslify-bundle@2.0.4", | |
| "glslify-deps": "npm:glslify-deps@1.2.5", | |
| "minimist": "npm:minimist@1.2.0", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "resolve": "npm:resolve@1.1.6", | |
| "static-module": "npm:static-module@1.1.3", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0", | |
| "through2": "npm:through2@0.6.5", | |
| "xtend": "npm:xtend@4.0.1" | |
| }, | |
| "npm:graceful-fs@1.2.3": { | |
| "constants": "github:jspm/nodelibs-constants@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:graceful-fs@4.1.2": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "constants": "github:jspm/nodelibs-constants@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:graceful-readlink@1.0.1": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2" | |
| }, | |
| "npm:har-validator@2.0.3": { | |
| "chalk": "npm:chalk@1.1.1", | |
| "commander": "npm:commander@2.9.0", | |
| "is-my-json-valid": "npm:is-my-json-valid@2.12.3", | |
| "pinkie-promise": "npm:pinkie-promise@2.0.0", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:has-ansi@2.0.0": { | |
| "ansi-regex": "npm:ansi-regex@2.0.0" | |
| }, | |
| "npm:has-unicode@1.0.1": { | |
| "os": "github:jspm/nodelibs-os@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:has@1.0.1": { | |
| "function-bind": "npm:function-bind@1.0.2" | |
| }, | |
| "npm:hash.js@1.0.3": { | |
| "inherits": "npm:inherits@2.0.1" | |
| }, | |
| "npm:hawk@3.1.2": { | |
| "boom": "npm:boom@2.10.1", | |
| "cryptiles": "npm:cryptiles@2.0.5", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "hoek": "npm:hoek@2.16.3", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "sntp": "npm:sntp@1.0.9", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0", | |
| "url": "github:jspm/nodelibs-url@0.1.0" | |
| }, | |
| "npm:hoek@2.16.3": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:hosted-git-info@2.1.4": { | |
| "url": "github:jspm/nodelibs-url@0.1.0" | |
| }, | |
| "npm:http-signature@1.1.0": { | |
| "assert-plus": "npm:assert-plus@0.1.5", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "http": "github:jspm/nodelibs-http@1.7.1", | |
| "jsprim": "npm:jsprim@1.2.2", | |
| "sshpk": "npm:sshpk@1.7.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:https-browserify@0.0.0": { | |
| "http": "github:jspm/nodelibs-http@1.7.1" | |
| }, | |
| "npm:iconv-lite@0.2.11": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "http": "github:jspm/nodelibs-http@1.7.1" | |
| }, | |
| "npm:incremental-convex-hull@1.0.1": { | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "robust-orientation": "npm:robust-orientation@1.1.3", | |
| "simplicial-complex": "npm:simplicial-complex@1.0.0" | |
| }, | |
| "npm:indent-string@2.1.0": { | |
| "repeating": "npm:repeating@2.0.0" | |
| }, | |
| "npm:inflight@1.0.4": { | |
| "once": "npm:once@1.3.3", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "wrappy": "npm:wrappy@1.0.1" | |
| }, | |
| "npm:inherits@2.0.1": { | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:ini@1.3.4": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:interval-tree-1d@1.0.3": { | |
| "binary-search-bounds": "npm:binary-search-bounds@1.0.0" | |
| }, | |
| "npm:is-absolute@0.1.7": { | |
| "is-relative": "npm:is-relative@0.1.3" | |
| }, | |
| "npm:is-buffer@1.1.0": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0" | |
| }, | |
| "npm:is-builtin-module@1.0.0": { | |
| "builtin-modules": "npm:builtin-modules@1.1.0" | |
| }, | |
| "npm:is-finite@1.0.1": { | |
| "number-is-nan": "npm:number-is-nan@1.0.0" | |
| }, | |
| "npm:is-fullwidth-code-point@1.0.0": { | |
| "number-is-nan": "npm:number-is-nan@1.0.0" | |
| }, | |
| "npm:is-my-json-valid@2.12.3": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "generate-function": "npm:generate-function@2.0.0", | |
| "generate-object-property": "npm:generate-object-property@1.2.0", | |
| "jsonpointer": "npm:jsonpointer@2.0.0", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "xtend": "npm:xtend@4.0.1" | |
| }, | |
| "npm:is-utf8@0.2.0": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2" | |
| }, | |
| "npm:isstream@0.1.2": { | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:jodid25519@1.0.2": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "jsbn": "npm:jsbn@0.1.0" | |
| }, | |
| "npm:jsonfile@2.2.3": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2" | |
| }, | |
| "npm:jsonpointer@2.0.0": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0" | |
| }, | |
| "npm:jsprim@1.2.2": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "extsprintf": "npm:extsprintf@1.0.2", | |
| "json-schema": "npm:json-schema@0.2.2", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "util": "github:jspm/nodelibs-util@0.1.0", | |
| "verror": "npm:verror@1.3.6" | |
| }, | |
| "npm:klaw@1.1.2": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:lcid@1.0.0": { | |
| "invert-kv": "npm:invert-kv@1.0.0", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:load-json-file@1.1.0": { | |
| "graceful-fs": "npm:graceful-fs@4.1.2", | |
| "parse-json": "npm:parse-json@2.2.0", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "pify": "npm:pify@2.3.0", | |
| "pinkie-promise": "npm:pinkie-promise@2.0.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "strip-bom": "npm:strip-bom@2.0.0" | |
| }, | |
| "npm:lodash._basetostring@3.0.1": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:lodash._createpadding@3.6.1": { | |
| "lodash.repeat": "npm:lodash.repeat@3.0.1" | |
| }, | |
| "npm:lodash.pad@3.1.1": { | |
| "lodash._basetostring": "npm:lodash._basetostring@3.0.1", | |
| "lodash._createpadding": "npm:lodash._createpadding@3.6.1" | |
| }, | |
| "npm:lodash.padleft@3.1.1": { | |
| "lodash._basetostring": "npm:lodash._basetostring@3.0.1", | |
| "lodash._createpadding": "npm:lodash._createpadding@3.6.1" | |
| }, | |
| "npm:lodash.padright@3.1.1": { | |
| "lodash._basetostring": "npm:lodash._basetostring@3.0.1", | |
| "lodash._createpadding": "npm:lodash._createpadding@3.6.1" | |
| }, | |
| "npm:lodash.repeat@3.0.1": { | |
| "lodash._basetostring": "npm:lodash._basetostring@3.0.1" | |
| }, | |
| "npm:lodash@1.0.2": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:lodash@3.10.1": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:loud-rejection@1.2.0": { | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "signal-exit": "npm:signal-exit@2.1.2" | |
| }, | |
| "npm:lru-cache@3.2.0": { | |
| "pseudomap": "npm:pseudomap@1.0.1" | |
| }, | |
| "npm:map-limit@0.0.1": { | |
| "once": "npm:once@1.3.3" | |
| }, | |
| "npm:marching-simplex-table@1.0.0": { | |
| "convex-hull": "npm:convex-hull@1.0.3" | |
| }, | |
| "npm:mat4-decompose@1.0.4": { | |
| "gl-mat4": "npm:gl-mat4@1.1.4", | |
| "gl-vec3": "npm:gl-vec3@1.0.3" | |
| }, | |
| "npm:mat4-interpolate@1.0.4": { | |
| "gl-mat4": "npm:gl-mat4@1.1.4", | |
| "gl-vec3": "npm:gl-vec3@1.0.3", | |
| "mat4-decompose": "npm:mat4-decompose@1.0.4", | |
| "mat4-recompose": "npm:mat4-recompose@1.0.4", | |
| "quat-slerp": "npm:quat-slerp@1.0.1" | |
| }, | |
| "npm:mat4-recompose@1.0.4": { | |
| "gl-mat4": "npm:gl-mat4@1.1.4" | |
| }, | |
| "npm:matrix-camera-controller@2.1.1": { | |
| "binary-search-bounds": "npm:binary-search-bounds@1.0.0", | |
| "gl-mat4": "npm:gl-mat4@1.1.4", | |
| "gl-vec3": "npm:gl-vec3@1.0.3", | |
| "mat4-interpolate": "npm:mat4-interpolate@1.0.4" | |
| }, | |
| "npm:meow@3.6.0": { | |
| "camelcase-keys": "npm:camelcase-keys@2.0.0", | |
| "loud-rejection": "npm:loud-rejection@1.2.0", | |
| "minimist": "npm:minimist@1.2.0", | |
| "normalize-package-data": "npm:normalize-package-data@2.3.5", | |
| "object-assign": "npm:object-assign@4.0.1", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "read-pkg-up": "npm:read-pkg-up@1.0.1", | |
| "redent": "npm:redent@1.0.0", | |
| "trim-newlines": "npm:trim-newlines@1.0.0" | |
| }, | |
| "npm:miller-rabin@4.0.0": { | |
| "bn.js": "npm:bn.js@4.4.0", | |
| "brorand": "npm:brorand@1.0.5" | |
| }, | |
| "npm:mime-db@1.20.0": { | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:mime-types@2.1.8": { | |
| "mime-db": "npm:mime-db@1.20.0", | |
| "path": "github:jspm/nodelibs-path@0.1.0" | |
| }, | |
| "npm:minimatch@0.2.14": { | |
| "lru-cache": "npm:lru-cache@2.7.3", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "sigmund": "npm:sigmund@1.0.1" | |
| }, | |
| "npm:minimatch@1.0.0": { | |
| "lru-cache": "npm:lru-cache@2.7.3", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "sigmund": "npm:sigmund@1.0.1" | |
| }, | |
| "npm:minimatch@2.0.10": { | |
| "brace-expansion": "npm:brace-expansion@1.1.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0" | |
| }, | |
| "npm:minimatch@3.0.0": { | |
| "brace-expansion": "npm:brace-expansion@1.1.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0" | |
| }, | |
| "npm:mkdirp@0.5.1": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "minimist": "npm:minimist@0.0.8", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:monotone-convex-hull-2d@1.0.1": { | |
| "robust-orientation": "npm:robust-orientation@1.1.3" | |
| }, | |
| "npm:mouse-change@1.2.1": { | |
| "mouse-event": "npm:mouse-event@1.0.5" | |
| }, | |
| "npm:mouse-wheel@1.0.2": { | |
| "right-now": "npm:right-now@1.0.0", | |
| "signum": "npm:signum@1.0.0", | |
| "to-px": "npm:to-px@1.0.1" | |
| }, | |
| "npm:nan@2.1.0": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:ndarray-extract-contour@1.0.1": { | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0" | |
| }, | |
| "npm:ndarray-fill@1.0.1": { | |
| "cwise": "npm:cwise@1.0.8" | |
| }, | |
| "npm:ndarray-gradient@1.0.0": { | |
| "cwise-compiler": "npm:cwise-compiler@1.1.2", | |
| "dup": "npm:dup@1.0.0" | |
| }, | |
| "npm:ndarray-homography@1.0.0": { | |
| "gl-matrix-invert": "npm:gl-matrix-invert@1.0.0", | |
| "ndarray-warp": "npm:ndarray-warp@1.0.1" | |
| }, | |
| "npm:ndarray-ops@1.2.2": { | |
| "cwise-compiler": "npm:cwise-compiler@1.1.2" | |
| }, | |
| "npm:ndarray-pack@1.1.1": { | |
| "cwise-compiler": "npm:cwise-compiler@0.1.0", | |
| "ndarray": "npm:ndarray@1.0.18" | |
| }, | |
| "npm:ndarray-scratch@1.2.0": { | |
| "ndarray": "npm:ndarray@1.0.18", | |
| "ndarray-ops": "npm:ndarray-ops@1.2.2", | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0" | |
| }, | |
| "npm:ndarray-sort@1.0.1": { | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0" | |
| }, | |
| "npm:ndarray-warp@1.0.1": { | |
| "cwise": "npm:cwise@1.0.8", | |
| "ndarray-linear-interpolate": "npm:ndarray-linear-interpolate@1.0.0" | |
| }, | |
| "npm:ndarray@1.0.18": { | |
| "iota-array": "npm:iota-array@1.0.0", | |
| "is-buffer": "npm:is-buffer@1.1.0" | |
| }, | |
| "npm:nextafter@1.0.0": { | |
| "double-bits": "npm:double-bits@1.1.1" | |
| }, | |
| "npm:node-gyp@3.2.0": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "child_process": "github:jspm/nodelibs-child_process@0.1.0", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "fstream": "npm:fstream@1.0.8", | |
| "glob": "npm:glob@4.5.3", | |
| "graceful-fs": "npm:graceful-fs@4.1.2", | |
| "minimatch": "npm:minimatch@1.0.0", | |
| "mkdirp": "npm:mkdirp@0.5.1", | |
| "nopt": "npm:nopt@3.0.6", | |
| "npmlog": "npm:npmlog@1.2.1", | |
| "os": "github:jspm/nodelibs-os@0.1.0", | |
| "osenv": "npm:osenv@0.1.3", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "path-array": "npm:path-array@1.0.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "request": "npm:request@2.67.0", | |
| "rimraf": "npm:rimraf@2.4.4", | |
| "semver": "npm:semver@5.1.0", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0", | |
| "tar": "npm:tar@2.2.1", | |
| "url": "github:jspm/nodelibs-url@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0", | |
| "which": "npm:which@1.2.0", | |
| "zlib": "github:jspm/nodelibs-zlib@0.1.0" | |
| }, | |
| "npm:node-sass@3.4.2": { | |
| "async-foreach": "npm:async-foreach@0.1.3", | |
| "chalk": "npm:chalk@1.1.1", | |
| "cross-spawn": "npm:cross-spawn@2.0.1", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "gaze": "npm:gaze@0.5.2", | |
| "get-stdin": "npm:get-stdin@4.0.1", | |
| "glob": "npm:glob@5.0.15", | |
| "meow": "npm:meow@3.6.0", | |
| "mkdirp": "npm:mkdirp@0.5.1", | |
| "nan": "npm:nan@2.1.0", | |
| "node-gyp": "npm:node-gyp@3.2.0", | |
| "npmconf": "npm:npmconf@2.1.2", | |
| "os": "github:jspm/nodelibs-os@0.1.0", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "request": "npm:request@2.67.0", | |
| "sass-graph": "npm:sass-graph@2.0.1", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:node-uuid@1.4.7": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0" | |
| }, | |
| "npm:nopt@3.0.6": { | |
| "abbrev": "npm:abbrev@1.0.7", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| "url": "github:jspm/nodelibs-url@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:normalize-package-data@2.3.5": { | |
| "hosted-git-info": "npm:hosted-git-info@2.1.4", | |
| "is-builtin-module": "npm:is-builtin-module@1.0.0", | |
| "semver": "npm:semver@5.1.0", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0", | |
| "url": "github:jspm/nodelibs-url@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0", | |
| "validate-npm-package-license": "npm:validate-npm-package-license@3.0.1" | |
| }, | |
| "npm:npmconf@2.1.2": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "config-chain": "npm:config-chain@1.1.9", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "inherits": "npm:inherits@2.0.1", | |
| "ini": "npm:ini@1.3.4", | |
| "mkdirp": "npm:mkdirp@0.5.1", | |
| "nopt": "npm:nopt@3.0.6", | |
| "once": "npm:once@1.3.3", | |
| "os": "github:jspm/nodelibs-os@0.1.0", | |
| "osenv": "npm:osenv@0.1.3", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "semver": "npm:semver@4.3.6", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| "uid-number": "npm:uid-number@0.0.5", | |
| "url": "github:jspm/nodelibs-url@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:npmlog@1.2.1": { | |
| "ansi": "npm:ansi@0.3.0", | |
| "are-we-there-yet": "npm:are-we-there-yet@1.0.4", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "gauge": "npm:gauge@1.2.2", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:oauth-sign@0.8.0": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "querystring": "github:jspm/nodelibs-querystring@0.1.0" | |
| }, | |
| "npm:once@1.3.3": { | |
| "wrappy": "npm:wrappy@1.0.1" | |
| }, | |
| "npm:optimist@0.3.7": { | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "wordwrap": "npm:wordwrap@0.0.3" | |
| }, | |
| "npm:orbit-camera-controller@4.0.0": { | |
| "filtered-vector": "npm:filtered-vector@1.2.4", | |
| "gl-mat4": "npm:gl-mat4@1.1.4" | |
| }, | |
| "npm:os-browserify@0.1.2": { | |
| "os": "github:jspm/nodelibs-os@0.1.0" | |
| }, | |
| "npm:os-homedir@1.0.1": { | |
| "os": "github:jspm/nodelibs-os@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:os-locale@1.4.0": { | |
| "child_process": "github:jspm/nodelibs-child_process@0.1.0", | |
| "lcid": "npm:lcid@1.0.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:os-shim@0.1.3": { | |
| "os": "github:jspm/nodelibs-os@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:os-tmpdir@1.0.1": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:osenv@0.1.3": { | |
| "child_process": "github:jspm/nodelibs-child_process@0.1.0", | |
| "os-homedir": "npm:os-homedir@1.0.1", | |
| "os-tmpdir": "npm:os-tmpdir@1.0.1", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:pako@0.2.8": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:parse-asn1@5.0.0": { | |
| "asn1.js": "npm:asn1.js@4.2.1", | |
| "browserify-aes": "npm:browserify-aes@1.0.5", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "create-hash": "npm:create-hash@1.1.2", | |
| "evp_bytestokey": "npm:evp_bytestokey@1.0.0", | |
| "pbkdf2": "npm:pbkdf2@3.0.4", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:parse-json@2.2.0": { | |
| "error-ex": "npm:error-ex@1.3.0" | |
| }, | |
| "npm:path-array@1.0.0": { | |
| "array-index": "npm:array-index@0.1.1", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:path-browserify@0.0.0": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:path-exists@2.1.0": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "pinkie-promise": "npm:pinkie-promise@2.0.0" | |
| }, | |
| "npm:path-is-absolute@1.0.0": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:path-type@1.1.0": { | |
| "graceful-fs": "npm:graceful-fs@4.1.2", | |
| "pify": "npm:pify@2.3.0", | |
| "pinkie-promise": "npm:pinkie-promise@2.0.0" | |
| }, | |
| "npm:pbkdf2@3.0.4": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "child_process": "github:jspm/nodelibs-child_process@0.1.0", | |
| "create-hmac": "npm:create-hmac@1.1.4", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:permutation-parity@1.0.0": { | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0" | |
| }, | |
| "npm:permutation-rank@1.0.0": { | |
| "invert-permutation": "npm:invert-permutation@1.0.0", | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0" | |
| }, | |
| "npm:pify@2.3.0": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:pinkie-promise@2.0.0": { | |
| "pinkie": "npm:pinkie@2.0.1" | |
| }, | |
| "npm:pinkie@2.0.1": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:planar-dual@1.0.2": { | |
| "compare-angle": "npm:compare-angle@1.0.1", | |
| "dup": "npm:dup@1.0.0" | |
| }, | |
| "npm:planar-graph-to-polyline@1.0.5": { | |
| "edges-to-adjacency-list": "npm:edges-to-adjacency-list@1.0.0", | |
| "planar-dual": "npm:planar-dual@1.0.2", | |
| "point-in-big-polygon": "npm:point-in-big-polygon@2.0.0", | |
| "robust-orientation": "npm:robust-orientation@1.1.3", | |
| "robust-sum": "npm:robust-sum@1.0.0", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0", | |
| "two-product": "npm:two-product@1.0.2", | |
| "uniq": "npm:uniq@1.0.1" | |
| }, | |
| "npm:plotly.js@1.1.0": { | |
| "3d-view": "npm:3d-view@2.0.0", | |
| "alpha-shape": "npm:alpha-shape@1.0.0", | |
| "arraytools": "npm:arraytools@1.1.1", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "child_process": "github:jspm/nodelibs-child_process@0.1.0", | |
| "convex-hull": "npm:convex-hull@1.0.3", | |
| "d3": "npm:d3@3.5.6", | |
| "delaunay-triangulate": "npm:delaunay-triangulate@1.1.6", | |
| "es6-promise": "npm:es6-promise@3.0.2", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "fast-isnumeric": "npm:fast-isnumeric@1.1.1", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "fs-extra": "npm:fs-extra@0.26.2", | |
| "gl-error2d": "npm:gl-error2d@1.1.0", | |
| "gl-error3d": "npm:gl-error3d@1.0.4", | |
| "gl-line2d": "npm:gl-line2d@1.2.1", | |
| "gl-line3d": "npm:gl-line3d@1.0.5", | |
| "gl-mat4": "npm:gl-mat4@1.1.4", | |
| "gl-mesh3d": "npm:gl-mesh3d@1.0.6", | |
| "gl-plot2d": "npm:gl-plot2d@1.1.6", | |
| "gl-plot3d": "npm:gl-plot3d@1.4.3", | |
| "gl-scatter2d": "npm:gl-scatter2d@1.0.5", | |
| "gl-scatter2d-fancy": "npm:gl-scatter2d-fancy@1.1.1", | |
| "gl-scatter3d": "npm:gl-scatter3d@1.0.10", | |
| "gl-select-box": "npm:gl-select-box@1.0.1", | |
| "gl-spikes2d": "npm:gl-spikes2d@1.0.1", | |
| "gl-surface3d": "npm:gl-surface3d@1.0.8", | |
| "http": "github:jspm/nodelibs-http@1.7.1", | |
| "mouse-change": "npm:mouse-change@1.2.1", | |
| "mouse-wheel": "npm:mouse-wheel@1.0.2", | |
| "ndarray": "npm:ndarray@1.0.18", | |
| "ndarray-fill": "npm:ndarray-fill@1.0.1", | |
| "ndarray-homography": "npm:ndarray-homography@1.0.0", | |
| "ndarray-ops": "npm:ndarray-ops@1.2.2", | |
| "node-sass": "npm:node-sass@3.4.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "right-now": "npm:right-now@1.0.0", | |
| "robust-orientation": "npm:robust-orientation@1.1.3", | |
| "sane-topojson": "npm:sane-topojson@1.2.3", | |
| "superscript-text": "npm:superscript-text@1.0.0", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0", | |
| "tinycolor2": "npm:tinycolor2@1.1.2", | |
| "topojson": "npm:topojson@1.6.19", | |
| "xml2js": "npm:xml2js@0.4.15" | |
| }, | |
| "npm:point-in-big-polygon@2.0.0": { | |
| "binary-search-bounds": "npm:binary-search-bounds@1.0.0", | |
| "interval-tree-1d": "npm:interval-tree-1d@1.0.3", | |
| "robust-orientation": "npm:robust-orientation@1.1.3", | |
| "slab-decomposition": "npm:slab-decomposition@1.0.2" | |
| }, | |
| "npm:polytope-closest-point@1.0.0": { | |
| "numeric": "npm:numeric@1.2.6" | |
| }, | |
| "npm:process-nextick-args@1.0.3": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:process@0.11.2": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0" | |
| }, | |
| "npm:pseudomap@1.0.1": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:public-encrypt@4.0.0": { | |
| "bn.js": "npm:bn.js@4.4.0", | |
| "browserify-rsa": "npm:browserify-rsa@4.0.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "create-hash": "npm:create-hash@1.1.2", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "parse-asn1": "npm:parse-asn1@5.0.0", | |
| "randombytes": "npm:randombytes@2.0.1" | |
| }, | |
| "npm:punycode@1.3.2": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:quat-slerp@1.0.1": { | |
| "gl-quat": "npm:gl-quat@1.0.0" | |
| }, | |
| "npm:quote-stream@0.0.0": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "minimist": "npm:minimist@0.0.8", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "through2": "npm:through2@0.4.2" | |
| }, | |
| "npm:quote-stream@1.0.2": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "buffer-equal": "npm:buffer-equal@0.0.1", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "minimist": "npm:minimist@1.2.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "through2": "npm:through2@2.0.0" | |
| }, | |
| "npm:randombytes@2.0.1": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:rat-vec@1.1.0": { | |
| "big-rat": "npm:big-rat@1.0.2" | |
| }, | |
| "npm:read-pkg-up@1.0.1": { | |
| "find-up": "npm:find-up@1.1.0", | |
| "read-pkg": "npm:read-pkg@1.1.0" | |
| }, | |
| "npm:read-pkg@1.1.0": { | |
| "load-json-file": "npm:load-json-file@1.1.0", | |
| "normalize-package-data": "npm:normalize-package-data@2.3.5", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "path-type": "npm:path-type@1.1.0" | |
| }, | |
| "npm:readable-stream@1.0.33": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "core-util-is": "npm:core-util-is@1.0.2", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "inherits": "npm:inherits@2.0.1", | |
| "isarray": "npm:isarray@0.0.1", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "stream-browserify": "npm:stream-browserify@1.0.0", | |
| "string_decoder": "npm:string_decoder@0.10.31" | |
| }, | |
| "npm:readable-stream@1.1.13": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "core-util-is": "npm:core-util-is@1.0.2", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "inherits": "npm:inherits@2.0.1", | |
| "isarray": "npm:isarray@0.0.1", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "stream-browserify": "npm:stream-browserify@1.0.0", | |
| "string_decoder": "npm:string_decoder@0.10.31" | |
| }, | |
| "npm:readable-stream@2.0.4": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "core-util-is": "npm:core-util-is@1.0.2", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "inherits": "npm:inherits@2.0.1", | |
| "isarray": "npm:isarray@0.0.1", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "process-nextick-args": "npm:process-nextick-args@1.0.3", | |
| "string_decoder": "npm:string_decoder@0.10.31", | |
| "util-deprecate": "npm:util-deprecate@1.0.2" | |
| }, | |
| "npm:redent@1.0.0": { | |
| "indent-string": "npm:indent-string@2.1.0", | |
| "strip-indent": "npm:strip-indent@1.0.1" | |
| }, | |
| "npm:reduce-simplicial-complex@1.0.0": { | |
| "cell-orientation": "npm:cell-orientation@1.0.1", | |
| "compare-cell": "npm:compare-cell@1.0.0", | |
| "compare-oriented-cell": "npm:compare-oriented-cell@1.0.1" | |
| }, | |
| "npm:repeating@2.0.0": { | |
| "is-finite": "npm:is-finite@1.0.1" | |
| }, | |
| "npm:request@2.67.0": { | |
| "aws-sign2": "npm:aws-sign2@0.6.0", | |
| "bl": "npm:bl@1.0.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "caseless": "npm:caseless@0.11.0", | |
| "combined-stream": "npm:combined-stream@1.0.5", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "extend": "npm:extend@3.0.0", | |
| "forever-agent": "npm:forever-agent@0.6.1", | |
| "form-data": "npm:form-data@1.0.0-rc3", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "har-validator": "npm:har-validator@2.0.3", | |
| "hawk": "npm:hawk@3.1.2", | |
| "http": "github:jspm/nodelibs-http@1.7.1", | |
| "http-signature": "npm:http-signature@1.1.0", | |
| "https": "github:jspm/nodelibs-https@0.1.0", | |
| "is-typedarray": "npm:is-typedarray@1.0.0", | |
| "isstream": "npm:isstream@0.1.2", | |
| "json-stringify-safe": "npm:json-stringify-safe@5.0.1", | |
| "mime-types": "npm:mime-types@2.1.8", | |
| "node-uuid": "npm:node-uuid@1.4.7", | |
| "oauth-sign": "npm:oauth-sign@0.8.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "qs": "npm:qs@5.2.0", | |
| "querystring": "github:jspm/nodelibs-querystring@0.1.0", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| "stringstream": "npm:stringstream@0.0.5", | |
| "tough-cookie": "npm:tough-cookie@2.2.1", | |
| "tunnel-agent": "npm:tunnel-agent@0.4.1", | |
| "url": "github:jspm/nodelibs-url@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0", | |
| "zlib": "github:jspm/nodelibs-zlib@0.1.0" | |
| }, | |
| "npm:resolve@0.6.3": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:resolve@1.1.6": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:resumer@0.0.0": { | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "through": "npm:through@2.3.8" | |
| }, | |
| "npm:right-now@1.0.0": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:rimraf@2.4.4": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "glob": "npm:glob@5.0.15", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:ripemd160@1.0.1": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:robust-determinant@1.1.0": { | |
| "robust-compress": "npm:robust-compress@1.0.0", | |
| "robust-scale": "npm:robust-scale@1.0.2", | |
| "robust-sum": "npm:robust-sum@1.0.0", | |
| "two-product": "npm:two-product@1.0.2" | |
| }, | |
| "npm:robust-dot-product@1.0.0": { | |
| "robust-sum": "npm:robust-sum@1.0.0", | |
| "two-product": "npm:two-product@1.0.2" | |
| }, | |
| "npm:robust-in-sphere@1.1.3": { | |
| "robust-scale": "npm:robust-scale@1.0.2", | |
| "robust-subtract": "npm:robust-subtract@1.0.0", | |
| "robust-sum": "npm:robust-sum@1.0.0", | |
| "two-product": "npm:two-product@1.0.2" | |
| }, | |
| "npm:robust-linear-solve@1.0.0": { | |
| "robust-determinant": "npm:robust-determinant@1.1.0" | |
| }, | |
| "npm:robust-orientation@1.1.3": { | |
| "robust-scale": "npm:robust-scale@1.0.2", | |
| "robust-subtract": "npm:robust-subtract@1.0.0", | |
| "robust-sum": "npm:robust-sum@1.0.0", | |
| "two-product": "npm:two-product@1.0.2" | |
| }, | |
| "npm:robust-product@1.0.0": { | |
| "robust-scale": "npm:robust-scale@1.0.2", | |
| "robust-sum": "npm:robust-sum@1.0.0" | |
| }, | |
| "npm:robust-scale@1.0.2": { | |
| "two-product": "npm:two-product@1.0.2", | |
| "two-sum": "npm:two-sum@1.0.0" | |
| }, | |
| "npm:robust-segment-intersect@1.0.1": { | |
| "robust-orientation": "npm:robust-orientation@1.1.3" | |
| }, | |
| "npm:rw@0.1.4": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:sane-topojson@1.2.3": { | |
| "child_process": "github:jspm/nodelibs-child_process@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:sass-graph@2.0.1": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "glob": "npm:glob@5.0.15", | |
| "lodash": "npm:lodash@3.10.1", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "yargs": "npm:yargs@3.30.0" | |
| }, | |
| "npm:sax@1.1.4": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| "string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0" | |
| }, | |
| "npm:semver@4.3.6": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:semver@5.1.0": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:sha.js@2.4.4": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "inherits": "npm:inherits@2.0.1", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:shapefile@0.3.0": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "iconv-lite": "npm:iconv-lite@0.2.11", | |
| "optimist": "npm:optimist@0.3.7", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "queue-async": "npm:queue-async@1.0.7", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:sigmund@1.0.1": { | |
| "http": "github:jspm/nodelibs-http@1.7.1", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:signal-exit@2.1.2": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:simplicial-complex-boundary@1.0.1": { | |
| "boundary-cells": "npm:boundary-cells@2.0.0", | |
| "reduce-simplicial-complex": "npm:reduce-simplicial-complex@1.0.0" | |
| }, | |
| "npm:simplicial-complex-contour@1.0.2": { | |
| "marching-simplex-table": "npm:marching-simplex-table@1.0.0", | |
| "ndarray": "npm:ndarray@1.0.18", | |
| "ndarray-sort": "npm:ndarray-sort@1.0.1", | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0" | |
| }, | |
| "npm:simplicial-complex@0.3.3": { | |
| "bit-twiddle": "npm:bit-twiddle@0.0.2", | |
| "union-find": "npm:union-find@0.0.4" | |
| }, | |
| "npm:simplicial-complex@1.0.0": { | |
| "bit-twiddle": "npm:bit-twiddle@1.0.2", | |
| "union-find": "npm:union-find@1.0.2" | |
| }, | |
| "npm:simplify-planar-graph@2.0.1": { | |
| "robust-orientation": "npm:robust-orientation@1.1.3", | |
| "simplicial-complex": "npm:simplicial-complex@0.3.3" | |
| }, | |
| "npm:slab-decomposition@1.0.2": { | |
| "binary-search-bounds": "npm:binary-search-bounds@1.0.0", | |
| "functional-red-black-tree": "npm:functional-red-black-tree@1.0.1", | |
| "robust-orientation": "npm:robust-orientation@1.1.3" | |
| }, | |
| "npm:snap-points-2d@1.0.1": { | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0" | |
| }, | |
| "npm:snap-points-2d@3.1.0": { | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "typedarray-pool": "npm:typedarray-pool@1.1.0" | |
| }, | |
| "npm:sntp@1.0.9": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "dgram": "github:jspm/nodelibs-dgram@0.1.0", | |
| "dns": "github:jspm/nodelibs-dns@0.1.0", | |
| "hoek": "npm:hoek@2.16.3", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:source-map@0.1.43": { | |
| "amdefine": "npm:amdefine@1.0.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:spawn-sync@1.0.13": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "child_process": "github:jspm/nodelibs-child_process@0.1.0", | |
| "concat-stream": "npm:concat-stream@1.4.10", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "os": "github:jspm/nodelibs-os@0.1.0", | |
| "os-shim": "npm:os-shim@0.1.3", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:spdx-correct@1.0.2": { | |
| "spdx-license-ids": "npm:spdx-license-ids@1.1.0" | |
| }, | |
| "npm:spdx-expression-parse@1.0.2": { | |
| "spdx-exceptions": "npm:spdx-exceptions@1.0.4", | |
| "spdx-license-ids": "npm:spdx-license-ids@1.1.0" | |
| }, | |
| "npm:spdx-license-ids@1.1.0": { | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:split-polygon@1.0.0": { | |
| "robust-dot-product": "npm:robust-dot-product@1.0.0", | |
| "robust-sum": "npm:robust-sum@1.0.0" | |
| }, | |
| "npm:sshpk@1.7.0": { | |
| "asn1": "npm:asn1@0.2.3", | |
| "assert-plus": "npm:assert-plus@0.2.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| "dashdash": "npm:dashdash@1.10.1", | |
| "ecc-jsbn": "npm:ecc-jsbn@0.1.1", | |
| "jodid25519": "npm:jodid25519@1.0.2", | |
| "jsbn": "npm:jsbn@0.1.0", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| "tweetnacl": "npm:tweetnacl@0.13.2", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:static-eval@0.2.4": { | |
| "escodegen": "npm:escodegen@0.0.28" | |
| }, | |
| "npm:static-module@1.1.3": { | |
| "concat-stream": "npm:concat-stream@1.4.10", | |
| "duplexer2": "npm:duplexer2@0.0.2", | |
| "escodegen": "npm:escodegen@1.3.3", | |
| "falafel": "npm:falafel@1.2.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "has": "npm:has@1.0.1", | |
| "object-inspect": "npm:object-inspect@0.4.0", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "quote-stream": "npm:quote-stream@0.0.0", | |
| "readable-stream": "npm:readable-stream@1.0.33", | |
| "shallow-copy": "npm:shallow-copy@0.0.1", | |
| "static-eval": "npm:static-eval@0.2.4", | |
| "through2": "npm:through2@0.4.2" | |
| }, | |
| "npm:stream-browserify@1.0.0": { | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "inherits": "npm:inherits@2.0.1", | |
| "readable-stream": "npm:readable-stream@1.1.13" | |
| }, | |
| "npm:string-width@1.0.1": { | |
| "code-point-at": "npm:code-point-at@1.0.0", | |
| "is-fullwidth-code-point": "npm:is-fullwidth-code-point@1.0.0", | |
| "strip-ansi": "npm:strip-ansi@3.0.0" | |
| }, | |
| "npm:string.prototype.trim@1.1.1": { | |
| "define-properties": "npm:define-properties@1.1.2", | |
| "es-abstract": "npm:es-abstract@1.4.3", | |
| "function-bind": "npm:function-bind@1.0.2" | |
| }, | |
| "npm:string_decoder@0.10.31": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0" | |
| }, | |
| "npm:stringstream@0.0.5": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| "string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0", | |
| "zlib": "github:jspm/nodelibs-zlib@0.1.0" | |
| }, | |
| "npm:strip-ansi@3.0.0": { | |
| "ansi-regex": "npm:ansi-regex@2.0.0" | |
| }, | |
| "npm:strip-bom@2.0.0": { | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "is-utf8": "npm:is-utf8@0.2.0" | |
| }, | |
| "npm:strip-indent@1.0.1": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "get-stdin": "npm:get-stdin@4.0.1", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:supports-color@2.0.0": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:surface-nets@1.0.2": { | |
| "ndarray-extract-contour": "npm:ndarray-extract-contour@1.0.1", | |
| "triangulate-hypercube": "npm:triangulate-hypercube@1.0.1", | |
| "zero-crossings": "npm:zero-crossings@1.0.1" | |
| }, | |
| "npm:tape@4.2.2": { | |
| "deep-equal": "npm:deep-equal@1.0.1", | |
| "defined": "npm:defined@1.0.0", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "function-bind": "npm:function-bind@1.0.2", | |
| "glob": "npm:glob@5.0.15", | |
| "has": "npm:has@1.0.1", | |
| "inherits": "npm:inherits@2.0.1", | |
| "object-inspect": "npm:object-inspect@1.0.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "resumer": "npm:resumer@0.0.0", | |
| "string.prototype.trim": "npm:string.prototype.trim@1.1.1", | |
| "through": "npm:through@2.3.8" | |
| }, | |
| "npm:tar@2.2.1": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "block-stream": "npm:block-stream@0.0.8", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "fstream": "npm:fstream@1.0.8", | |
| "inherits": "npm:inherits@2.0.1", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0" | |
| }, | |
| "npm:text-cache@4.0.0": { | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "vectorize-text": "npm:vectorize-text@3.0.2" | |
| }, | |
| "npm:through2@0.4.2": { | |
| "readable-stream": "npm:readable-stream@1.0.33", | |
| "util": "github:jspm/nodelibs-util@0.1.0", | |
| "xtend": "npm:xtend@2.1.2" | |
| }, | |
| "npm:through2@0.6.5": { | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "readable-stream": "npm:readable-stream@1.0.33", | |
| "util": "github:jspm/nodelibs-util@0.1.0", | |
| "xtend": "npm:xtend@4.0.1" | |
| }, | |
| "npm:through2@2.0.0": { | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "readable-stream": "npm:readable-stream@2.0.4", | |
| "util": "github:jspm/nodelibs-util@0.1.0", | |
| "xtend": "npm:xtend@4.0.1" | |
| }, | |
| "npm:through@2.3.8": { | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0" | |
| }, | |
| "npm:timers-browserify@1.4.1": { | |
| "process": "npm:process@0.11.2" | |
| }, | |
| "npm:tinycolor2@1.1.2": { | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:to-px@1.0.1": { | |
| "parse-unit": "npm:parse-unit@1.0.1" | |
| }, | |
| "npm:topojson@1.6.19": { | |
| "d3": "npm:d3@3.5.6", | |
| "d3-geo-projection": "npm:d3-geo-projection@0.2.15", | |
| "optimist": "npm:optimist@0.3.7", | |
| "queue-async": "npm:queue-async@1.0.7", | |
| "rw": "npm:rw@0.1.4", | |
| "shapefile": "npm:shapefile@0.3.0" | |
| }, | |
| "npm:tough-cookie@2.2.1": { | |
| "net": "github:jspm/nodelibs-net@0.1.2", | |
| "punycode": "github:jspm/nodelibs-punycode@0.1.0", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0", | |
| "url": "github:jspm/nodelibs-url@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:triangulate-hypercube@1.0.1": { | |
| "gamma": "npm:gamma@0.1.0", | |
| "permutation-parity": "npm:permutation-parity@1.0.0", | |
| "permutation-rank": "npm:permutation-rank@1.0.0" | |
| }, | |
| "npm:triangulate-polyline@1.0.3": { | |
| "cdt2d": "npm:cdt2d@1.0.0" | |
| }, | |
| "npm:tunnel-agent@0.4.1": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "http": "github:jspm/nodelibs-http@1.7.1", | |
| "https": "github:jspm/nodelibs-https@0.1.0", | |
| "net": "github:jspm/nodelibs-net@0.1.2", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "tls": "github:jspm/nodelibs-tls@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:turntable-camera-controller@3.0.1": { | |
| "filtered-vector": "npm:filtered-vector@1.2.4", | |
| "gl-mat4": "npm:gl-mat4@1.1.4", | |
| "gl-vec3": "npm:gl-vec3@1.0.3" | |
| }, | |
| "npm:typedarray-pool@1.1.0": { | |
| "bit-twiddle": "npm:bit-twiddle@1.0.2", | |
| "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| "dup": "npm:dup@1.0.0" | |
| }, | |
| "npm:uglify-js@2.4.13": { | |
| "async": "npm:async@0.2.10", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "optimist": "npm:optimist@0.3.7", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "source-map": "npm:source-map@0.1.43", | |
| "uglify-to-browserify": "npm:uglify-to-browserify@1.0.2", | |
| "util": "github:jspm/nodelibs-util@0.1.0", | |
| "vm": "github:jspm/nodelibs-vm@0.1.0" | |
| }, | |
| "npm:uglify-to-browserify@1.0.2": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "stream": "github:jspm/nodelibs-stream@0.1.0" | |
| }, | |
| "npm:uid-number@0.0.5": { | |
| "child_process": "github:jspm/nodelibs-child_process@0.1.0", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:url@0.10.3": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "punycode": "npm:punycode@1.3.2", | |
| "querystring": "npm:querystring@0.2.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:util-deprecate@1.0.2": { | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:util@0.10.3": { | |
| "inherits": "npm:inherits@2.0.1", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:validate-npm-package-license@3.0.1": { | |
| "spdx-correct": "npm:spdx-correct@1.0.2", | |
| "spdx-expression-parse": "npm:spdx-expression-parse@1.0.2" | |
| }, | |
| "npm:vectorize-text@3.0.2": { | |
| "cdt2d": "npm:cdt2d@1.0.0", | |
| "clean-pslg": "npm:clean-pslg@1.1.0", | |
| "ndarray": "npm:ndarray@1.0.18", | |
| "planar-graph-to-polyline": "npm:planar-graph-to-polyline@1.0.5", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "simplify-planar-graph": "npm:simplify-planar-graph@2.0.1", | |
| "surface-nets": "npm:surface-nets@1.0.2", | |
| "systemjs-json": "github:systemjs/plugin-json@0.1.0", | |
| "triangulate-polyline": "npm:triangulate-polyline@1.0.3" | |
| }, | |
| "npm:verror@1.3.6": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "extsprintf": "npm:extsprintf@1.0.2", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:vm-browserify@0.0.4": { | |
| "indexof": "npm:indexof@0.0.1" | |
| }, | |
| "npm:which@1.2.0": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "is-absolute": "npm:is-absolute@0.1.7", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:window-size@0.1.4": { | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "tty": "github:jspm/nodelibs-tty@0.1.0" | |
| }, | |
| "npm:wrap-ansi@1.0.0": { | |
| "string-width": "npm:string-width@1.0.1" | |
| }, | |
| "npm:xml2js@0.4.15": { | |
| "events": "github:jspm/nodelibs-events@0.1.1", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "sax": "npm:sax@1.1.4", | |
| "timers": "github:jspm/nodelibs-timers@0.1.0", | |
| "xmlbuilder": "npm:xmlbuilder@4.1.0" | |
| }, | |
| "npm:xmlbuilder@4.1.0": { | |
| "lodash": "npm:lodash@3.10.1", | |
| "process": "github:jspm/nodelibs-process@0.1.2" | |
| }, | |
| "npm:xtend@2.1.2": { | |
| "object-keys": "npm:object-keys@0.4.0" | |
| }, | |
| "npm:y18n@3.2.0": { | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "util": "github:jspm/nodelibs-util@0.1.0" | |
| }, | |
| "npm:yargs@3.30.0": { | |
| "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| "camelcase": "npm:camelcase@1.2.1", | |
| "cliui": "npm:cliui@3.1.0", | |
| "decamelize": "npm:decamelize@1.1.1", | |
| "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| "os-locale": "npm:os-locale@1.4.0", | |
| "path": "github:jspm/nodelibs-path@0.1.0", | |
| "process": "github:jspm/nodelibs-process@0.1.2", | |
| "window-size": "npm:window-size@0.1.4", | |
| "y18n": "npm:y18n@3.2.0" | |
| }, | |
| "npm:zero-crossings@1.0.1": { | |
| "cwise-compiler": "npm:cwise-compiler@1.1.2" | |
| } | |
| } | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html class="no-js"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>plotly-jspm</title> | |
| </head> | |
| <body ng-cloak> | |
| <h1>Plotly - JSPM</h1> | |
| <h2>jspm install npm:plotly</h2> | |
| <div id="chart"></div> | |
| <script src="jspm_packages/system.js"></script> | |
| <script src="config.js"></script> | |
| <script> | |
| System.import('index'); | |
| </script> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import plotly from 'plotly.js'; | |
| plotly.d3.tsv('bars.tsv', function(data) { | |
| plotly.newPlot('chart', [ | |
| { | |
| x: data.map(d => d.letter), | |
| y: data.map(d => d.frequency), | |
| type: 'bar' | |
| } | |
| ]); | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "jspm": { | |
| "dependencies": { | |
| "plotly.js": "npm:plotly.js@1.1.0" | |
| }, | |
| "devDependencies": { | |
| "traceur": "github:jmcriffey/bower-traceur@0.0.92", | |
| "traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.92" | |
| }, | |
| "overrides": { | |
| "npm:graceful-fs@4.1.2": { | |
| "main": "fs.js" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment