{
  "type": "Program",
  "body": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Literal",
        "value": "use strict",
        "raw": "\"use strict\"",
        "range": [
          41,
          53
        ],
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 12
          }
        }
      },
      "range": [
        41,
        54
      ],
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 13
        }
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "*\n * Created by austin on 6/15/16.\n ",
          "range": [
            0,
            40
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 3,
              "column": 3
            }
          }
        }
      ]
    },
    {
      "type": "ImportDeclaration",
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "local": {
            "type": "Identifier",
            "name": "chai",
            "range": [
              62,
              66
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 7
              },
              "end": {
                "line": 5,
                "column": 11
              }
            }
          },
          "range": [
            62,
            66
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 7
            },
            "end": {
              "line": 5,
              "column": 11
            }
          }
        }
      ],
      "source": {
        "type": "Literal",
        "value": "chai",
        "raw": "'chai'",
        "range": [
          72,
          78
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 17
          },
          "end": {
            "line": 5,
            "column": 23
          }
        }
      },
      "range": [
        55,
        79
      ],
      "loc": {
        "start": {
          "line": 5,
          "column": 0
        },
        "end": {
          "line": 5,
          "column": 24
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "db",
            "range": [
              87,
              89
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 6
              },
              "end": {
                "line": 7,
                "column": 8
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                92,
                99
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 11
                },
                "end": {
                  "line": 7,
                  "column": 18
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../dist/Dirtybomb",
                "raw": "'../dist/Dirtybomb'",
                "range": [
                  100,
                  119
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 19
                  },
                  "end": {
                    "line": 7,
                    "column": 38
                  }
                }
              }
            ],
            "range": [
              92,
              120
            ],
            "loc": {
              "start": {
                "line": 7,
                "column": 11
              },
              "end": {
                "line": 7,
                "column": 39
              }
            }
          },
          "range": [
            87,
            120
          ],
          "loc": {
            "start": {
              "line": 7,
              "column": 6
            },
            "end": {
              "line": 7,
              "column": 39
            }
          }
        }
      ],
      "kind": "const",
      "range": [
        81,
        121
      ],
      "loc": {
        "start": {
          "line": 7,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 40
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "chai",
            "range": [
              124,
              128
            ],
            "loc": {
              "start": {
                "line": 10,
                "column": 0
              },
              "end": {
                "line": 10,
                "column": 4
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "should",
            "range": [
              129,
              135
            ],
            "loc": {
              "start": {
                "line": 10,
                "column": 5
              },
              "end": {
                "line": 10,
                "column": 11
              }
            }
          },
          "range": [
            124,
            135
          ],
          "loc": {
            "start": {
              "line": 10,
              "column": 0
            },
            "end": {
              "line": 10,
              "column": 11
            }
          }
        },
        "arguments": [],
        "range": [
          124,
          137
        ],
        "loc": {
          "start": {
            "line": 10,
            "column": 0
          },
          "end": {
            "line": 10,
            "column": 13
          }
        }
      },
      "range": [
        124,
        138
      ],
      "loc": {
        "start": {
          "line": 10,
          "column": 0
        },
        "end": {
          "line": 10,
          "column": 14
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "describe",
          "range": [
            140,
            148
          ],
          "loc": {
            "start": {
              "line": 12,
              "column": 0
            },
            "end": {
              "line": 12,
              "column": 8
            }
          }
        },
        "arguments": [
          {
            "type": "Literal",
            "value": "DirtyBomb",
            "raw": "'DirtyBomb'",
            "range": [
              149,
              160
            ],
            "loc": {
              "start": {
                "line": 12,
                "column": 9
              },
              "end": {
                "line": 12,
                "column": 20
              }
            }
          },
          {
            "type": "FunctionExpression",
            "id": null,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "body": [
                {
                  "type": "VariableDeclaration",
                  "declarations": [
                    {
                      "type": "VariableDeclarator",
                      "id": {
                        "type": "Identifier",
                        "name": "bomb",
                        "range": [
                          183,
                          187
                        ],
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 8
                          },
                          "end": {
                            "line": 13,
                            "column": 12
                          }
                        }
                      },
                      "init": null,
                      "range": [
                        183,
                        187
                      ],
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 13,
                          "column": 12
                        }
                      }
                    }
                  ],
                  "kind": "let",
                  "range": [
                    179,
                    188
                  ],
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 4
                    },
                    "end": {
                      "line": 13,
                      "column": 13
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        193,
                        201
                      ],
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 4
                        },
                        "end": {
                          "line": 14,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "Imports",
                        "raw": "'Imports'",
                        "range": [
                          202,
                          211
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 13
                          },
                          "end": {
                            "line": 14,
                            "column": 22
                          }
                        }
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    229,
                                    231
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should import Atmosphere",
                                    "raw": "'should import Atmosphere'",
                                    "range": [
                                      232,
                                      258
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 37
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "atm",
                                                "range": [
                                                  284,
                                                  287
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 16,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 16,
                                                    "column": 19
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "db",
                                                      "range": [
                                                        294,
                                                        296
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 16,
                                                          "column": 26
                                                        },
                                                        "end": {
                                                          "line": 16,
                                                          "column": 28
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "Dispersion",
                                                      "range": [
                                                        297,
                                                        307
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 16,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 16,
                                                          "column": 39
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      294,
                                                      307
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 16,
                                                        "column": 26
                                                      },
                                                      "end": {
                                                        "line": 16,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "Atmosphere",
                                                    "range": [
                                                      308,
                                                      318
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 16,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 16,
                                                        "column": 50
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    294,
                                                    318
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 16,
                                                      "column": 26
                                                    },
                                                    "end": {
                                                      "line": 16,
                                                      "column": 50
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 10,
                                                    "raw": "10",
                                                    "range": [
                                                      319,
                                                      321
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 16,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 16,
                                                        "column": 53
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 1,
                                                    "raw": "1",
                                                    "range": [
                                                      323,
                                                      324
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 16,
                                                        "column": 55
                                                      },
                                                      "end": {
                                                        "line": 16,
                                                        "column": 56
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 65,
                                                    "raw": "65",
                                                    "range": [
                                                      326,
                                                      328
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 16,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 16,
                                                        "column": 60
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 300,
                                                    "raw": "300",
                                                    "range": [
                                                      330,
                                                      333
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 16,
                                                        "column": 62
                                                      },
                                                      "end": {
                                                        "line": 16,
                                                        "column": 65
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  290,
                                                  334
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 16,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 16,
                                                    "column": 66
                                                  }
                                                }
                                              },
                                              "range": [
                                                284,
                                                334
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 16,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 16,
                                                  "column": 66
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "let",
                                          "range": [
                                            280,
                                            335
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 67
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        266,
                                        345
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 17,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      260,
                                      345
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 17,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  229,
                                  346
                                ],
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 17,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 18,
                                "_esdocTestName": "it18"
                              },
                              "range": [
                                229,
                                347
                              ],
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 8
                                },
                                "end": {
                                  "line": 17,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    365,
                                    367
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 19,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should import NuclearMaterial",
                                    "raw": "'should import NuclearMaterial'",
                                    "range": [
                                      368,
                                      399
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 19,
                                        "column": 42
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "nucMat",
                                                "range": [
                                                  425,
                                                  431
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 20,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 20,
                                                    "column": 22
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "db",
                                                    "range": [
                                                      438,
                                                      440
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 20,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 20,
                                                        "column": 31
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "NuclearMaterial",
                                                    "range": [
                                                      441,
                                                      456
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 20,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 20,
                                                        "column": 47
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    438,
                                                    456
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 20,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 20,
                                                      "column": 47
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "value": 2767540000,
                                                    "raw": "2767540000",
                                                    "range": [
                                                      457,
                                                      467
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 20,
                                                        "column": 48
                                                      },
                                                      "end": {
                                                        "line": 20,
                                                        "column": 58
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 238,
                                                    "raw": "238",
                                                    "range": [
                                                      469,
                                                      472
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 20,
                                                        "column": 60
                                                      },
                                                      "end": {
                                                        "line": 20,
                                                        "column": 63
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 100,
                                                    "raw": "100",
                                                    "range": [
                                                      474,
                                                      477
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 20,
                                                        "column": 65
                                                      },
                                                      "end": {
                                                        "line": 20,
                                                        "column": 68
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  434,
                                                  478
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 20,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 20,
                                                    "column": 69
                                                  }
                                                }
                                              },
                                              "range": [
                                                425,
                                                478
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 20,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 20,
                                                  "column": 69
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "let",
                                          "range": [
                                            421,
                                            479
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 20,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 70
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        407,
                                        489
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 50
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      401,
                                      489
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 19,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  365,
                                  490
                                ],
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 19,
                                "_esdocTestName": "it19"
                              },
                              "range": [
                                365,
                                491
                              ],
                              "loc": {
                                "start": {
                                  "line": 19,
                                  "column": 8
                                },
                                "end": {
                                  "line": 21,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            219,
                            497
                          ],
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 30
                            },
                            "end": {
                              "line": 22,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          213,
                          497
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 24
                          },
                          "end": {
                            "line": 22,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      193,
                      498
                    ],
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 4
                      },
                      "end": {
                        "line": 22,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 17,
                    "_esdocTestName": "describe17"
                  },
                  "range": [
                    193,
                    499
                  ],
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 4
                    },
                    "end": {
                      "line": 22,
                      "column": 7
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "describe",
                      "range": [
                        505,
                        513
                      ],
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 4
                        },
                        "end": {
                          "line": 24,
                          "column": 12
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Literal",
                        "value": "Constructor",
                        "raw": "'Constructor'",
                        "range": [
                          514,
                          527
                        ],
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 13
                          },
                          "end": {
                            "line": 24,
                            "column": 26
                          }
                        }
                      },
                      {
                        "type": "ArrowFunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
                          "body": [
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "nucMat",
                                    "range": [
                                      549,
                                      555
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 18
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "db",
                                        "range": [
                                          562,
                                          564
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 27
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "NuclearMaterial",
                                        "range": [
                                          565,
                                          580
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 43
                                          }
                                        }
                                      },
                                      "range": [
                                        562,
                                        580
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 43
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "value": "Cobalt",
                                        "raw": "\"Cobalt\"",
                                        "range": [
                                          581,
                                          589
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 52
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 60,
                                        "raw": "60",
                                        "range": [
                                          591,
                                          593
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 56
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 100,
                                        "raw": "100",
                                        "range": [
                                          595,
                                          598
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 58
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 61
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      558,
                                      599
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 62
                                      }
                                    }
                                  },
                                  "range": [
                                    549,
                                    599
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 62
                                    }
                                  }
                                }
                              ],
                              "kind": "let",
                              "range": [
                                545,
                                600
                              ],
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 8
                                },
                                "end": {
                                  "line": 25,
                                  "column": 63
                                }
                              }
                            },
                            {
                              "type": "VariableDeclaration",
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "id": {
                                    "type": "Identifier",
                                    "name": "atm",
                                    "range": [
                                      613,
                                      616
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 15
                                      }
                                    }
                                  },
                                  "init": {
                                    "type": "NewExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "Identifier",
                                          "name": "db",
                                          "range": [
                                            623,
                                            625
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 24
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "Dispersion",
                                          "range": [
                                            626,
                                            636
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 35
                                            }
                                          }
                                        },
                                        "range": [
                                          623,
                                          636
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "Atmosphere",
                                        "range": [
                                          637,
                                          647
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 36
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 46
                                          }
                                        }
                                      },
                                      "range": [
                                        623,
                                        647
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 46
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrayExpression",
                                        "elements": [
                                          {
                                            "type": "Literal",
                                            "value": 2,
                                            "raw": "2",
                                            "range": [
                                              649,
                                              650
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 49
                                              }
                                            }
                                          },
                                          {
                                            "type": "Literal",
                                            "value": 3,
                                            "raw": "3",
                                            "range": [
                                              652,
                                              653
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 51
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 52
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          648,
                                          654
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 53
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 0.5,
                                        "raw": ".5",
                                        "range": [
                                          656,
                                          658
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 55
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 57
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 65,
                                        "raw": "65",
                                        "range": [
                                          660,
                                          662
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 59
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 61
                                          }
                                        }
                                      },
                                      {
                                        "type": "Literal",
                                        "value": 288,
                                        "raw": "288",
                                        "range": [
                                          664,
                                          667
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 66
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      619,
                                      668
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 67
                                      }
                                    }
                                  },
                                  "range": [
                                    613,
                                    668
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 67
                                    }
                                  }
                                }
                              ],
                              "kind": "let",
                              "range": [
                                609,
                                669
                              ],
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 8
                                },
                                "end": {
                                  "line": 26,
                                  "column": 68
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    687,
                                    689
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should construct from defaults",
                                    "raw": "'should construct from defaults'",
                                    "range": [
                                      690,
                                      722
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 43
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "bomb",
                                                "range": [
                                                  748,
                                                  752
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "db",
                                                    "range": [
                                                      759,
                                                      761
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 29,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 29,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "Dirtybomb",
                                                    "range": [
                                                      762,
                                                      771
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 29,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 29,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    759,
                                                    771
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 29,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 29,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "nucMat",
                                                    "range": [
                                                      772,
                                                      778
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 29,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 29,
                                                        "column": 46
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  755,
                                                  779
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 47
                                                  }
                                                }
                                              },
                                              "range": [
                                                748,
                                                779
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 47
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "let",
                                          "range": [
                                            744,
                                            780
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 48
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        730,
                                        790
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      724,
                                      790
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 45
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  687,
                                  791
                                ],
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 21,
                                "_esdocTestName": "it21"
                              },
                              "range": [
                                687,
                                792
                              ],
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 8
                                },
                                "end": {
                                  "line": 30,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    810,
                                    812
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should construct with non-default atmosphere",
                                    "raw": "'should construct with non-default atmosphere'",
                                    "range": [
                                      813,
                                      859
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 57
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "bomb",
                                                "range": [
                                                  885,
                                                  889
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "db",
                                                    "range": [
                                                      896,
                                                      898
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 33,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 33,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "Dirtybomb",
                                                    "range": [
                                                      899,
                                                      908
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 33,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 33,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    896,
                                                    908
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 33,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 33,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "nucMat",
                                                    "range": [
                                                      909,
                                                      915
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 33,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 33,
                                                        "column": 46
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 20,
                                                    "raw": "20",
                                                    "range": [
                                                      917,
                                                      919
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 33,
                                                        "column": 48
                                                      },
                                                      "end": {
                                                        "line": 33,
                                                        "column": 50
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "name": "atm",
                                                    "range": [
                                                      921,
                                                      924
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 33,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 33,
                                                        "column": 55
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  892,
                                                  925
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 56
                                                  }
                                                }
                                              },
                                              "range": [
                                                885,
                                                925
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 56
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "let",
                                          "range": [
                                            881,
                                            926
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 57
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        867,
                                        936
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      861,
                                      936
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 59
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  810,
                                  937
                                ],
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 22,
                                "_esdocTestName": "it22"
                              },
                              "range": [
                                810,
                                938
                              ],
                              "loc": {
                                "start": {
                                  "line": 32,
                                  "column": 8
                                },
                                "end": {
                                  "line": 34,
                                  "column": 11
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "it",
                                  "range": [
                                    956,
                                    958
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 10
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "value": "should construct with a dynamic plume",
                                    "raw": "'should construct with a dynamic plume'",
                                    "range": [
                                      959,
                                      998
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 50
                                      }
                                    }
                                  },
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "id": null,
                                    "params": [],
                                    "body": {
                                      "type": "BlockStatement",
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "id": {
                                                "type": "Identifier",
                                                "name": "bomb",
                                                "range": [
                                                  1024,
                                                  1028
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 37,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 37,
                                                    "column": 20
                                                  }
                                                }
                                              },
                                              "init": {
                                                "type": "NewExpression",
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "Identifier",
                                                    "name": "db",
                                                    "range": [
                                                      1035,
                                                      1037
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 37,
                                                        "column": 27
                                                      },
                                                      "end": {
                                                        "line": 37,
                                                        "column": 29
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "Dirtybomb",
                                                    "range": [
                                                      1038,
                                                      1047
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 37,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 37,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1035,
                                                    1047
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 37,
                                                      "column": 27
                                                    },
                                                    "end": {
                                                      "line": 37,
                                                      "column": 39
                                                    }
                                                  }
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "name": "nucMat",
                                                    "range": [
                                                      1048,
                                                      1054
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 37,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 37,
                                                        "column": 46
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": 20,
                                                    "raw": "20",
                                                    "range": [
                                                      1056,
                                                      1058
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 37,
                                                        "column": 48
                                                      },
                                                      "end": {
                                                        "line": 37,
                                                        "column": 50
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Identifier",
                                                    "name": "atm",
                                                    "range": [
                                                      1060,
                                                      1063
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 37,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 37,
                                                        "column": 55
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "Literal",
                                                    "value": false,
                                                    "raw": "false",
                                                    "range": [
                                                      1065,
                                                      1070
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 37,
                                                        "column": 57
                                                      },
                                                      "end": {
                                                        "line": 37,
                                                        "column": 62
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  1031,
                                                  1071
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 37,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 37,
                                                    "column": 63
                                                  }
                                                }
                                              },
                                              "range": [
                                                1024,
                                                1071
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 37,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 37,
                                                  "column": 63
                                                }
                                              }
                                            }
                                          ],
                                          "kind": "let",
                                          "range": [
                                            1020,
                                            1072
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 64
                                            }
                                          },
                                          "trailingComments": [
                                            {
                                              "type": "Line",
                                              "value": " Dynamic",
                                              "range": [
                                                1085,
                                                1095
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 22
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "Identifier",
                                                          "name": "bomb",
                                                          "range": [
                                                            1108,
                                                            1112
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 39,
                                                              "column": 12
                                                            },
                                                            "end": {
                                                              "line": 39,
                                                              "column": 16
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "dispersion",
                                                          "range": [
                                                            1113,
                                                            1123
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 39,
                                                              "column": 17
                                                            },
                                                            "end": {
                                                              "line": 39,
                                                              "column": 27
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          1108,
                                                          1123
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 39,
                                                            "column": 12
                                                          },
                                                          "end": {
                                                            "line": 39,
                                                            "column": 27
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "path",
                                                        "range": [
                                                          1124,
                                                          1128
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 39,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 39,
                                                            "column": 32
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        1108,
                                                        1128
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 39,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 39,
                                                          "column": 32
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "length",
                                                      "range": [
                                                        1129,
                                                        1135
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 39,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 39,
                                                          "column": 39
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1108,
                                                      1135
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 39
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      1136,
                                                      1142
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 46
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1108,
                                                    1142
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 46
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    1143,
                                                    1145
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 49
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1108,
                                                  1145
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 49
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1146,
                                                  1151
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 50
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 55
                                                  }
                                                }
                                              },
                                              "range": [
                                                1108,
                                                1151
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 55
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  1152,
                                                  1153
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 39,
                                                    "column": 56
                                                  },
                                                  "end": {
                                                    "line": 39,
                                                    "column": 57
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1108,
                                              1154
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 58
                                              }
                                            }
                                          },
                                          "range": [
                                            1108,
                                            1155
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 59
                                            }
                                          },
                                          "leadingComments": [
                                            {
                                              "type": "Line",
                                              "value": " Dynamic",
                                              "range": [
                                                1085,
                                                1095
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 22
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "expression": {
                                            "type": "CallExpression",
                                            "callee": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "computed": false,
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "computed": false,
                                                    "object": {
                                                      "type": "Identifier",
                                                      "name": "bomb",
                                                      "range": [
                                                        1168,
                                                        1172
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 40,
                                                          "column": 12
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 16
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "name": "mass",
                                                      "range": [
                                                        1173,
                                                        1177
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 40,
                                                          "column": 17
                                                        },
                                                        "end": {
                                                          "line": 40,
                                                          "column": 21
                                                        }
                                                      }
                                                    },
                                                    "range": [
                                                      1168,
                                                      1177
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 12
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 21
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "name": "should",
                                                    "range": [
                                                      1178,
                                                      1184
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 40,
                                                        "column": 22
                                                      },
                                                      "end": {
                                                        "line": 40,
                                                        "column": 28
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    1168,
                                                    1184
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 28
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "be",
                                                  "range": [
                                                    1185,
                                                    1187
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 40,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 40,
                                                      "column": 31
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  1168,
                                                  1187
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 12
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 31
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "equal",
                                                "range": [
                                                  1188,
                                                  1193
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "range": [
                                                1168,
                                                1193
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 37
                                                }
                                              }
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "value": 20,
                                                "raw": "20",
                                                "range": [
                                                  1194,
                                                  1196
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 40
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              1168,
                                              1197
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 41
                                              }
                                            }
                                          },
                                          "range": [
                                            1168,
                                            1198
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 42
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        1006,
                                        1208
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 58
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 9
                                        }
                                      }
                                    },
                                    "generator": false,
                                    "expression": false,
                                    "range": [
                                      1000,
                                      1208
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 41,
                                        "column": 9
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  956,
                                  1209
                                ],
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 10
                                  }
                                },
                                "_esdocTestId": 23,
                                "_esdocTestName": "it23"
                              },
                              "range": [
                                956,
                                1210
                              ],
                              "loc": {
                                "start": {
                                  "line": 36,
                                  "column": 8
                                },
                                "end": {
                                  "line": 41,
                                  "column": 11
                                }
                              }
                            }
                          ],
                          "range": [
                            535,
                            1216
                          ],
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 34
                            },
                            "end": {
                              "line": 42,
                              "column": 5
                            }
                          }
                        },
                        "generator": false,
                        "expression": false,
                        "range": [
                          529,
                          1216
                        ],
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 28
                          },
                          "end": {
                            "line": 42,
                            "column": 5
                          }
                        }
                      }
                    ],
                    "range": [
                      505,
                      1217
                    ],
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 4
                      },
                      "end": {
                        "line": 42,
                        "column": 6
                      }
                    },
                    "_esdocTestId": 20,
                    "_esdocTestName": "describe20"
                  },
                  "range": [
                    505,
                    1218
                  ],
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 4
                    },
                    "end": {
                      "line": 42,
                      "column": 7
                    }
                  }
                }
              ],
              "range": [
                173,
                1235
              ],
              "loc": {
                "start": {
                  "line": 12,
                  "column": 33
                },
                "end": {
                  "line": 46,
                  "column": 1
                }
              }
            },
            "generator": false,
            "expression": false,
            "range": [
              162,
              1235
            ],
            "loc": {
              "start": {
                "line": 12,
                "column": 22
              },
              "end": {
                "line": 46,
                "column": 1
              }
            }
          }
        ],
        "range": [
          140,
          1236
        ],
        "loc": {
          "start": {
            "line": 12,
            "column": 0
          },
          "end": {
            "line": 46,
            "column": 2
          }
        },
        "_esdocTestId": 16,
        "_esdocTestName": "describe16"
      },
      "range": [
        140,
        1237
      ],
      "loc": {
        "start": {
          "line": 12,
          "column": 0
        },
        "end": {
          "line": 46,
          "column": 3
        }
      }
    }
  ],
  "sourceType": "module",
  "range": [
    41,
    1237
  ],
  "loc": {
    "start": {
      "line": 4,
      "column": 0
    },
    "end": {
      "line": 46,
      "column": 3
    }
  },
  "comments": [
    {
      "type": "Block",
      "value": "*\n * Created by austin on 6/15/16.\n ",
      "range": [
        0,
        40
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 3
        }
      }
    },
    {
      "type": "Line",
      "value": " Dynamic",
      "range": [
        1085,
        1095
      ],
      "loc": {
        "start": {
          "line": 38,
          "column": 12
        },
        "end": {
          "line": 38,
          "column": 22
        }
      }
    }
  ]
}